X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   How to remove the product option name on the product details page? (https://forum.x-cart.com/showthread.php?t=34965)

TL408 10-27-2007 01:22 PM

How to remove the product option name on the product details page?
 
Hi guys,

Can you please point me to the right direction on how to remove the product option name on the product details page? I have used the webmaster mode and traced it down to the "skin1\modules\Product_Options\customer_options.tp l" template file. However, I couldn't find the variable that I need to remove.

My product options can be quite long. Getting rid of this product option label can help reduces the overall page width. Thanks for your help, guys!

http://img510.imageshack.us/img510/6273/productpagepw0.jpx

balinor 10-28-2007 03:17 PM

Re: How to remove the product option name on the product details page?
 
That's this bit of code:

<td valign="middle" height="25">{if $usertype eq "A"}{$v.class}{else}{$v.classtext|default:$v.class }{/if}</td>

TL408 10-28-2007 04:54 PM

Re: How to remove the product option name on the product details page?
 
You rock!!! Your help is greatly appreciated.

Quote:

Originally Posted by balinor
That's this bit of code:

<td valign="middle" height="25">{if $usertype eq "A"}{$v.class}{else}{$v.classtext|default:$v.class }{/if}</td>



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

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