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)
-   -   Products with Options - Displaying Regular and Wholesale Pricing (https://forum.x-cart.com/showthread.php?t=58417)

cartguy 03-10-2011 07:14 AM

Products with Options - Displaying Regular and Wholesale Pricing
 
Hi, I've been trying to get this working for days and have all but given up. I want to display both regular price and wholesale price when available on a product. This code works great and behaves as expected except when being applied to a product which also has options enabled (in this case, the product has a wholesale price and color option). Any ideas?

Running v 4.0.19

Code:

{if $product_wholesale ne ""}
        {section name=wi loop=$product_wholesale}
                {if $smarty.section.wi.last}
                        <font style="font-weight: normal; font-size: 10px; ">Full Roll:</font> {include file="currency.tpl" value=$product_wholesale[wi].price}&nbsp;&nbsp;&nbsp;
<font style="font-weight: normal; font-size: 10px; ">Partial Roll:</font> {include file="currency.tpl" value=$product.price}
      {/if}
        {/section}
{else}
                {include file="currency.tpl" value=$product.price}
{/if}



All times are GMT -8. The time now is 06:32 PM.

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