thefallX3 Posted April 12, 2013 Share Posted April 12, 2013 (edited) Hello, How to permanently show all the fields of opc invoice address, without having to always check the checkbox ?. Thanks very much The Fix: edit order-opc.js (themes/order-opc.js) - in about line 446 change the value of #opc_invoice_address From: $('#opc_invoice_address').hide(); To: $('#opc_invoice_address').show(); - To make sure that all the fields are always open and available edit your opc-order-new-account.tpl (themes/opc-order-new-account.tpl) and add this checked="checked" to your invoice_address checkbox, right after the id instance. Hope this would help someone!!! Edited April 13, 2013 by thefallX3 (see edit history) 1 Link to comment Share on other sites More sharing options...
Recommended Posts