![]() |
I know it's been asked a million times
I've tried the solutions but doesnt work for me. I use xcart 4.2.0, a total newbie here.
Q1: I need to have the SKU number and product ID number removed, I tried this post http://forum.x-cart.com/showthread.php?t=20303, but didnt work, the code look different from my product.tpl Q2: I need to post this code below in the receipt page of my site, but i don't know where that is. <!-- BEGIN: BizRate Survey Invitation HTML --> <script language="JavaScript" src="https://eval.bizrate.com/js/pos_205882.js" type="text/javascript"> </script> <!-- END: BizRate Survey Invitation HTML --> I found this post http://forum.x-cart.com/showthread.php?t=25419 but it doesn't help, since I cant find order_message.tpl in the skin1/main folder |
Re: I know it's been asked a million times
Quote:
Customer files for 4.2 are located in skin1/customer folder so order_message.tpl is in skin1/customer/main |
Re: I know it's been asked a million times
Quote:
To hide it for product page find this code in skin1/customer/product.tpl Code:
<tr> Code:
{* <tr> |
Re: I know it's been asked a million times
THX!
The new code for product.tpl works! the SKU number is gone now but the product ID is still there, how to remove product ID? this one i tried doesnt work. http://i41.tinypic.com/29nv1vs.gif |
Re: I know it's been asked a million times
the product id is still showing in the upselling links, what should i do???
thx http://i40.tinypic.com/29nduvn.gif |
Re: I know it's been asked a million times
Open skin1/modules/Upselling_Products/related_products.tpl and comment out this line
Code:
<td class="item-number">#{$p.productid}</td> Code:
{* <td class="item-number">#{$p.productid}</td> *} |
Re: I know it's been asked a million times
it worked!
thanks for the help :) |
Re: I know it's been asked a million times
Happy to help
|
Re: I know it's been asked a million times
Old post but worked for 4.0.18, thanks guys!
|
All times are GMT -8. The time now is 09:29 PM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.