Search the Community
Showing results for tags 'order-address.tpl'.
-
Hi all! I have just added a new carrier to my shop and now give the option for delivery by courier. The courier requires a signature on delivery, but if no one is home they leave a card and the customer has to arrange for re-delivery of their parcel. I'd like to offer the option for delivery (in check box format if possible) of either; - Authority to leave parcel if no-one is home - Signature required on delivery, do not leave parcel if unattended I was thinking I could add the check boxes on the 'choose your delivery method' page (just above the 'add a comment about your order' message box. Could anyone offer any advice on what I should add to the order-address.tpl file to acheive this? Thanks for your help !!
- 2 replies
-
- shipping
- signature on delivery
- (and 6 more)
-
I would like to show cart summary in each order page such as order-address.tpl, order-carrier.tpl, order-payment. I copy and paste the lines in shopping-cart.tpl <div id=”order-detail-content” class=”table_block”>…</div> If I change the number of quantity, the Total shipping appears but the Total voucher is still hidden in the order-address and order-carrier. All the order pages hide Total shipping (Tax incl.) value in the summary unless I change the number of product. The order-address and order-carrier hide Total voucher (Tax incl). Also the following values are 0,00€ Total products (tax incl.): Total (tax excl.): Total tax: Total (tax incl.): Total Shipping (Tax incl): (hidden) Total vouchers (Tax incl): (hidden) How I can fix this?? Please help.
- 2 replies
-
- order summary
- order-address.tpl
-
(and 2 more)
Tagged with:
-
When proceeding through checkout, shipping and invoice address are standard equal. The checkbox: "Use the same address for billing" is automatically checked. For my client we have imported all clients with seperate billing and shipping addresses, I would like the checkbox to be automatically unchecked. So standard two addresses, client still has to be kept the option to check it and use one address. Do i change this in order-address.tpl? Line 139: <p class="checkbox"> <input type="checkbox" name="same" id="addressesAreEquals" value="1" onclick="updateAddressesDisplay();{if $opc}updateAddressSelection();{/if}" {if $cart->id_address_invoice == $cart->id_address_delivery || $addresses|@count == 1}checked="checked"{/if} /> <label for="addressesAreEquals">{l s='Use the same address for billing.'}</label> </p>