Adjustments

  • Posts: 32
  • Thank you received: 0
13 years 9 months ago #6250

1) IF you look at the screen shot the wording on the cart has no orientation , e.g quantity is not under the Quantity heading . can i re align the text so they show some order.

2) At the bottom of the page there is the wording " Hikashop Joomla E-commerce extensiom" is there anyway to remove that text or edit it?

3) When redirecting to the Authorize.net payment site there is a pause there a redirect message , can the redirect message be removed for a more seamless transfer?

Attachments:

Please Log in or Create an account to join the conversation.

  • Posts: 82863
  • Thank you received: 13372
  • MODERATOR
13 years 9 months ago #6251

1/ That can be changed with some CSS.
For example, you could try: .hikashop_cart_title{ text-align:left; }

2/ You can do that in the config under the tab display in the zone footer.

3/ You can edit the text in the config under the tab languages by editing your translation file.

Please Log in or Create an account to join the conversation.

  • Posts: 32
  • Thank you received: 0
13 years 9 months ago #6255

i got your answer for part 1 of my question but i dont know which CSS code you are referring to.

Please Log in or Create an account to join the conversation.

  • Posts: 82863
  • Thank you received: 13372
  • MODERATOR
13 years 9 months ago #6257

You can add that CSS in the config of hikashop under the tab display in the CSS front end option.

Please Log in or Create an account to join the conversation.

  • Posts: 32
  • Thank you received: 0
13 years 9 months ago #6259

Am not good with CSS so am having a hard time identifying the code to edit to change so that the worrding can be inline and not so disoriented .

Please Log in or Create an account to join the conversation.

  • Posts: 82863
  • Thank you received: 13372
  • MODERATOR
13 years 9 months ago #6260

What is the URL of that page so that we can look at it and tell you what CSS to add ?

Please Log in or Create an account to join the conversation.

  • Posts: 32
  • Thank you received: 0
13 years 9 months ago #6261

www.ecostarllc.net/tutorials/tutorials-overview.html , click on any of the order tabs and it will take you to the checkout are. you will notice that the text are not aligned, the they are currently offset eg the quantity is not under the Quantity heading neither is the Name as you can see from the screen shot below

Attachments:

Please Log in or Create an account to join the conversation.

  • Posts: 82863
  • Thank you received: 13372
  • MODERATOR
13 years 9 months ago #6263

If you add the CSS I gave you earlier in the HikaShop CSS (in the config of hikashop under the tab display in the CSS front end option), it will work.

.hikashop_cart_title{ text-align:left; }

Please Log in or Create an account to join the conversation.

  • Posts: 32
  • Thank you received: 0
13 years 9 months ago #6264

do i insert the text any where or there is a designated area?

Please Log in or Create an account to join the conversation.

  • Posts: 32
  • Thank you received: 0
13 years 9 months ago #6266

Please disregard my earlier post i got it thanks

Please Log in or Create an account to join the conversation.

  • Posts: 32
  • Thank you received: 0
13 years 9 months ago #6334

How can i add an authorize.net seal at the bottom of the check out page.(refer to screen shot below)

After i reach the payment portal by authorize.net i tried hitting the back button but it keeps giving me the error message saying my cart is empty

how can i remove the radio button next to the address on the screen shot below it seems redundant being there.

can i move the "Authorize you can by credit card by this method " below the image of the payment options it seems out of place as you can on the screen shot below

Attachments:

Please Log in or Create an account to join the conversation.

  • Posts: 82863
  • Thank you received: 13372
  • MODERATOR
13 years 9 months ago #6347

You can edit the file step of the view checkout via the menu Display->Views and add the HTML of your seal at the end.

You can set a different return url in the settings of your authorize.net plugin that you can access via the menu System->Payment plugins.

You can add some CSS in the config under the tab display in the front end CSS to hid the button:
.hikashop_checkout_billing_address_radio { display:none; }

Yes. You'll have to edit the file payment of the view checkout via the menu Display->Views and change more the code around a bit.

Please Log in or Create an account to join the conversation.

Time to create page: 0.078 seconds
Powered by Kunena Forum