Adding text to the checkout page

  • Posts: 138
  • Thank you received: 0
13 years 5 months ago #17659

I would like to add text to the checkout page between the shipping option and description line of the product being purchased. How can I do this? I've attached a screen shot for your assistance.

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

  • Posts: 82868
  • Thank you received: 13375
  • MODERATOR
13 years 5 months ago #17663

You can go in the menu Display->Views and edit the file cart of the checkout. There, you can add your text at the beginning of the file.

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

  • Posts: 138
  • Thank you received: 0
13 years 5 months ago #17672

Also, there is a parentheses missing after the price of shipping that is displayed without taxes...how can I add this?

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

  • Posts: 82868
  • Thank you received: 13375
  • MODERATOR
13 years 5 months ago #17674

Could you do a screenshot ?

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

  • Posts: 138
  • Thank you received: 0
13 years 5 months ago #17764

Here you go.

Attachments:

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

  • Posts: 82868
  • Thank you received: 13375
  • MODERATOR
13 years 5 months ago #17776

It's probably because you override the translation PRICE_AFTER_TAX and didn't put the closing parenthesis in it.

Could you check your translations in the languages of the configuration ?

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

  • Posts: 138
  • Thank you received: 0
13 years 5 months ago #18150

Can you provide me with the default language for the Price_After_Tax translation? Also, how can I remove this price all together?

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

  • Posts: 82868
  • Thank you received: 13375
  • MODERATOR
13 years 5 months ago #18153

It is:
PRICE_AFTER_TAX=")"

You could hide it by changing the translations:
PRICE_BEFORE_TAX="<span style='display:none;'>"
PRICE_AFTER_TAX="</span>"

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

  • Posts: 138
  • Thank you received: 0
13 years 5 months ago #18486

Nicholas I need to add text right next to the save button at the end of the address field on the checkout page. Can you tell me the file and the exact location where I need to place my text to have it be at the right of the button? I have attached a screen shot.

Attachments:

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

  • Posts: 82868
  • Thank you received: 13375
  • MODERATOR
13 years 5 months ago #18491

You should edit the file registration of the view user via the menu Display->Views and add your text at the end of the file.

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

  • Posts: 138
  • Thank you received: 0
13 years 5 months ago #18493

where exactly nicholas? when i put my text just at the end of the file it screws up the display of the page.

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

  • Posts: 82868
  • Thank you received: 13375
  • MODERATOR
13 years 5 months ago #18496

Completely at the end.
Remember that it's a php file... If you add some text, you need to do it like that: echo 'my text';

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

  • Posts: 138
  • Thank you received: 0
13 years 5 months ago #18500

Thanks.

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

Time to create page: 0.076 seconds
Powered by Kunena Forum