Jump to content

Recyclable Packing In Order Address


_zbik

Recommended Posts

Hi,

I have a question: how do I move recyclable packing option from order-carrier.tpl to order-address.tpl

I moved this code

{if $recyclablePackAllowed}
   <p class="checkbox">
      <input type="checkbox" name="recyclable" id="recyclable" value="1" {if $recyclable == 1}checked="checked"{/if} />
      <label for="recyclable">{l s='I agree to receive my order in recycled packaging'}.</label>
   </p>
{/if}

from carrier.tpl to address.tpl but it's doesn't work.

If I delete statement {if $recyclablePackAllowed}, the checkbox is displayed, but doesn't work in BO.

 

Sorry for my English. I will be grateful for help.

Link to comment
Share on other sites

  • 5 years later...
  • 2 years 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...