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)
-   -   Remove (https://forum.x-cart.com/showthread.php?t=12010)

digisoftuk 02-07-2005 04:44 AM

Remove
 
On the bottom of my product page i want to remove

Details


Options


Quantity and drop down box

Can some one advise what code i should remove as i can not find them in product.tpl

Also i am looking to centre my product discription. This is my page at the moment to give you an ideal of what i'm trying to do http://www.dswtrade.co.uk/retail/product.php?productid=51&cat=0&page=1#info

balinor 02-07-2005 05:12 AM

Remove these two lines to get rid of details and options:

Code:

<TR><TD colspan="2"><FONT class="ProductDetailsTitle">{$lng.lbl_details}</FONT></TD></TR>
<TR><TD class="Line" height="1" colspan="2">[img]{$ImagesDir}/spacer.gif[/img]</TD></TR>


and

Code:

<TR><TD colspan="2">
<FONT class="ProductDetailsTitle">{$lng.lbl_options}</FONT>
</TD></TR>
<TR><TD class="Line" height="1" colspan="2">[img]{$ImagesDir}/spacer.gif[/img]</TD></TR>


You sure you want to get rid of quantity? What if someone wants to order more than one?

digisoftuk 02-07-2005 05:18 AM

Edit
 
Thanks for your help with this. Can you help with another question i've just posted.

http://forum.x-cart.com/viewtopic.php?t=16635

Look forward to your comments

Thanks


All times are GMT -8. The time now is 03:05 AM.

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