Skip to main content

Remove product page link from Order page

More
6 years 2 months ago #321359 by Harrier
Hi

I would like to remove the hyperlink which opens the product page from the Order page. As shown by the arrow in the attached screenshot, can you please help to remove the hyperlink attached to the product name?

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

More
6 years 2 months ago - 6 years 2 months ago #321418 by Philip
Hello,

First a little tips to process this kind of custom, follow me step by step :
1. Go to Main HikaShop Configuration => Advanced tab
2. First part, "Advanced settings" part, find the Display view files option
3. Select for this option, the value : Front-end
4. Don't forget to save

=> results Now on your frontend you can see your view references

And finally, the custom itself :
1. From Main HikaShop Configuration go on Display dropdown => Views
2. Use the 3 dropdown filters with Order/ Your Template/ Front end
3. Look for your required view and click to edit it

=> Php & Html knowledge required, from this find your element and remove the <a></a>
Hope this will allow you to achieved what you need.
Regards
Last edit: 6 years 2 months ago by Philip.

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

More
1 year 4 months ago #366880 by brettv
For those who need the relevant lines of code, you need to modify the order/show.php file.

Remove
Code:
<a class="hikashop_order_product_link" href="<?php echo hikashop_contentLink('product&task=show&cid='.$product->product_id.$this->url_itemid, $productData); ?>">

And the closing
Code:
</a>
tag which appears just before
Code:
<div class="hikashop_order_product_extra">
The following user(s) said Thank You: nicolas

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

Time to create page: 0.185 seconds
Powered by Kunena Forum