Jump to content

Display always all voucher in shopping cart page


ferd

Recommended Posts

I would like to see all the coupons always active, even when the conditions of carriage have not been met I have tried in different ways to change the file shopping-cart.tpl even removing all boundary conditions

 

{foreach $displayVouchers as $voucher}

{if $voucher.code != ''}<span class="voucher_name" data-code="{$voucher.code}">{$voucher.code}</span> - {/if}{$voucher.name}<br />
          {/foreach} 
 
 
but nothing is displayed except when and if the conditions are not met Anyone have any ideas? What is the control file of this dwt?

I would like to see all the coupons always active, even when the conditions of carriage have not been met I have tried in different ways to change the file shopping-cart.tpl even removing all boundary conditions

Link to comment
Share on other sites

  • 4 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...