Removing product links in the cart and checkout pg

  • Posts: 10
  • Thank you received: 0
13 years 1 week ago #62508

I haven't been able to find a solution to this.

Is there a way to remove the product links that appear in the shopping cart and on the checkout page?

Thank you very much.

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

  • Posts: 13201
  • Thank you received: 2322
13 years 1 week ago #62558

Hi dibaggio,

You have to edit the files "product / cart" and "checkout / cart" in HikaShop > Display > Views.
And remove the "<a ...></a>" tags around the

<?php echo $row->product_name; ?>
<?php if ($this->config->get('show_code')) { ?>
	<span class="hikashop_product_code_checkout"><?php echo $row->product_code; ?></span>
<?php } ?>
lines.

The following user(s) said Thank You: dibaggio

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

Time to create page: 0.059 seconds
Powered by Kunena Forum