Product in checkout non-linkable

  • Posts: 392
  • Thank you received: 0
13 years 3 months ago #23973

Hello!

Is there a way to stop people from clicking on the product link in the checkout stage that takes them back to the product? I am having trouble with https pages transferring over to http pages.

I have tried to ssl redirect plugin, but it clashes with the force ssl on checkout in HS unfortunately.

I have setup my site so that there are no modules or menus for my customers to click on, just the navigation within HS, and the products links messed up my grand plan - thought I was clever!

Thanks! :)

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

  • Posts: 82868
  • Thank you received: 13377
  • MODERATOR
13 years 3 months ago #23989

You can easily remove the links on the products name on the checkout. Edit the file cart of the view checkout via the menu Display->Views and change the line:
<a href="<?php echo hikashop_completeLink('product&task=show&cid='.$row->product_id);?>" ><?php echo $row->product_name; ?></a>

to:
<?php echo $row->product_name; ?>

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

  • Posts: 392
  • Thank you received: 0
13 years 3 months ago #24011

THANK YOU NICOLAS!!!! :woohoo: :woohoo: :woohoo:

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

Time to create page: 0.060 seconds
Powered by Kunena Forum