_zbik Posted January 26, 2016 Share Posted January 26, 2016 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. MŻ Link to comment Share on other sites More sharing options...
Gertjezzz Posted October 18, 2021 Share Posted October 18, 2021 Did you find out how to display the recycled packaging in BO and the costumers order overview/email? Link to comment Share on other sites More sharing options...
Pedro Posted December 6, 2023 Share Posted December 6, 2023 add this '{recycled_packaging_label}' => $order->recyclable ? $this->trans('Yes', [], 'Shop.Theme.Global') : $this->trans('No', [], 'Shop.Theme.Global') in Classes> PaymentModule.php Line 669 Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now