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 can i remove the grey box below the price? (https://forum.x-cart.com/showthread.php?t=39152)

toolexperts 04-17-2008 07:46 AM

how can i remove the grey box below the price?
 
Here is a pic of what i am talking about...I assume this is in product.tpl or products.tpl

http://www.toolexperts.com/skin1/images/delete.JPG

Yurij 04-18-2008 06:00 AM

Re: how can i remove the grey box below the price?
 
))) open file "skin1/customer/main/product.tpl" and comment this lines:

PHP Code:

<tr><td colspan="2">
    <
input type="hidden" name="mode" value="add" />
    {include 
file="customer/main/product_prices.tpl"}
    <
br /><br />
</
td>
</
tr


Yurij 04-18-2008 06:03 AM

Re: how can i remove the grey box below the price?
 
Or do not use various product cost, depending on the quantity.

In admin area select product and edit "Product options" (remove options various cost depending on the quantity).


All times are GMT -8. The time now is 11:55 PM.

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