X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Third Party Add-Ons for X-Cart 4 (https://forum.x-cart.com/forumdisplay.php?f=45)
-   -   Easy Variant View - Hiding SKU (https://forum.x-cart.com/showthread.php?t=54026)

Hype 06-03-2010 07:04 AM

Easy Variant View - Hiding SKU
 
I am trying to figure out how to hide the SKU from the customer side of the product page with BCS Engineering's "Easy Variant View." There is no configure option on on the Module page of xcart so I'm not sure exactly how to modify it. This is for our site with X-Cart version 4.2.0.

balinor 06-03-2010 07:06 AM

Re: Easy Variant View - Hiding SKU
 
Moving to Third Party Add-ons. You'd need to edit the template directly to do that - use webmaster mode to figure out which template it is.

pauldodman 06-03-2010 08:12 AM

Re: Easy Variant View - Hiding SKU
 
You would need to edit one of the supplied templates:
skin1/customer/main/bcse_evv.tpl

and comment out or remove:
<tr>
<td class="bcse_evv_classtext">{$lng.lbl_bcse_evv_sku| escape}:</td>
<td>{$vnt.productcode}</td>
</tr>


All times are GMT -8. The time now is 01:28 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.