- Posts: 44
- Thank you received: 0
Remove product page link from Order page
6 years 2 months ago #321359
by Harrier
Remove product page link from Order page was created by Harrier
Please Log in or Create an account to join the conversation.
6 years 2 months ago - 6 years 2 months ago #321418
by Philip
Replied by Philip on topic Remove product page link from Order page
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
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.
1 year 4 months ago #366880
by brettv
Replied by brettv on topic Remove product page link from Order page
For those who need the relevant lines of code, you need to modify the order/show.php file.
Remove
And the closing
tag which appears just before
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>
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