Notification e-mail format

  • Posts: 17
  • Thank you received: 0
13 years 5 months ago #1890

When customer log in to check the order by clicking on "View your orders", then customer can click on the individual order. When customer click on one order, customer will see the detail. There is a box on the top which contain the order number. There is a "Cancel" button in the same box which is misleading. Can you advise how to remove or rename or change the picture of this "Cancel" button? thanks.

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

  • Posts: 12
  • Thank you received: 0
13 years 5 months ago #1894

I agree. Cancel is very misleading. I think it could be removed. Or at least it should be changed to something that makes more sense such as "Back"

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

  • Posts: 81604
  • Thank you received: 13083
  • MODERATOR
13 years 5 months ago #1895

Interesting. We didn't think of that.

You can go to Display->Views an search for the file show of the view order on the front end. You can edit the file and change the code near line 30:

<a onclick="submitbutton('cancel'); return false;" href="#" >
						<span class="icon-32-cancel" title="<?php echo JText::_('HIKA_CANCEL'); ?>">
						</span>
						<?php echo JText::_('HIKA_CANCEL'); ?>
					</a>

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

Time to create page: 0.065 seconds
Powered by Kunena Forum