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)
-   -   Moving wholesale table next to sku,weigh etc.. (https://forum.x-cart.com/showthread.php?t=46933)

Christofer 04-14-2009 07:02 AM

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:)

cflsystems 04-14-2009 07:54 AM

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

Christofer 04-14-2009 07:56 AM

Re: Moving wholesale table next to sku,weigh etc..
 
i have to add column? what is the exactly code of the wholesales table?

cflsystems 04-14-2009 08:10 AM

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"}
              <tr>
                <td colspan="2">
                  {include file="customer/main/product_prices.tpl"}
                </td>
              </tr>
            {/if}


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"}
                  {include file="customer/main/product_prices.tpl"}
            {/if}


kgoel 08-09-2010 09:25 PM

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.