X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Dev Questions (https://forum.x-cart.com/forumdisplay.php?f=20)
-   -   Case Quantities (ie. 12, 24, 36, etc) in quantity pulldown (https://forum.x-cart.com/showthread.php?t=19986)

photo 06-13-2012 07:54 AM

Re: Case Quantities (ie. 12, 24, 36, etc) in quantity pulldown
 
Quote:

Originally Posted by ITVV
Hi Phil,

I fail at step 2!

The following code bears no resemblance to the file in 4.4.5:(
Code:

    {if $product.forsale neq "B" or ($product.forsale eq "B" and  $smarty.get.pconf ne "" and $active_modules.Product_Configurator)}
      {if $active_modules.Product_Options ne ""}
        {if ($active_modules.Extra_Fields and $extra_fields) or  ($active_modules.Feature_Comparison and $product.features.options)}
          <tr>
            <td colspan="3" class="poptions-product-separator">&nbsp;</td>
          </tr>
        {/if}
        {include file="modules/Product_Options/customer_options.tpl" disable=$lock_options}
      {/if}
    {/if}


Any ideas please?

Kind regards

Nick


Did you ever get this working for 4.5.0

philrisk 06-13-2012 11:30 PM

Re: Case Quantities (ie. 12, 24, 36, etc) in quantity pulldown
 
Quote:

Originally Posted by photo
Did you ever get this working for 4.5.0


I haven't tried 4.5.0 yet but will soon. The code doesnt look much different so should work.


All times are GMT -8. The time now is 12:20 AM.

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