![]() |
Moving wholesale table next to sku,weigh etc..
1 Attachment(s)
Hi there, i modify the product.tpl and i want to move the wholesale table next to the product info (sku,weigh,quantity).. Is that easy? Have a look at the screenshot if you don't get what i mean..
Thanks to all community for support:) |
Re: Moving wholesale table next to sku,weigh etc..
It's just a matter of moving the code for the wholesale into the detail table. Check product.tpl - all is there
|
Re: Moving wholesale table next to sku,weigh etc..
i have to add column? what is the exactly code of the wholesales table?
|
Re: Moving wholesale table next to sku,weigh etc..
The wholesale is in product_prices.tpl. The code that inserts it in product.tpl it this
Code:
{if $product.forsale ne "B"} It creates new row in the details table. You can create new column in the details table and insert that code in it Code:
{if $product.forsale ne "B"} |
Re: Moving wholesale table next to sku,weigh etc..
I am having a problem in showing the wholesale prices. Prices were showing yesterday for three rows, now all the rows have disappeared. I see just the first row with table and no prices. This table shows prices one day but disapears other day. Any one has seen this bug?.
|
All times are GMT -8. The time now is 07:11 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.