Botton "back" Wishlists

  • Posts: 15
  • Thank you received: 0
10 years 1 month ago #149116

Hi,

Is it possible to change the link "back" button? Usually attached the page I want the person to go, when you click "back"



Attachments:

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

  • Posts: 13201
  • Thank you received: 2322
10 years 1 month ago #149117

Hi,

Yes you have to edit the view "product / showcarts" and replace the code:

					<a href="<?php echo JRoute::_('index.php?option='.HIKASHOP_COMPONENT.'&view=user&layout=cpanel'.$Itemid); ?>" >
						<span class="icon-32-back" title="<?php echo JText::_('HIKA_BACK'); ?>">
						</span>
						<?php echo JText::_('HIKA_BACK'); ?>
					</a>
By for example:
					<a href="javascript:history.back()"  >
						<span class="icon-32-back" title="<?php echo JText::_('HIKA_BACK'); ?>">
						</span>
						<?php echo JText::_('HIKA_BACK'); ?>
					</a>

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

  • Posts: 15
  • Thank you received: 0
10 years 1 month ago #149400

Hi Xavier,

No meeting Showcarts, within the category "Products". Only encounter within the category "cart"

Regards,

Nuno Mondego

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

  • Posts: 15
  • Thank you received: 0
10 years 1 month ago #149401

Xavier is already solved.

Thank you very much! :)

Regards

Nuno Mondego

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

Time to create page: 0.056 seconds
Powered by Kunena Forum