Jump to content

[SOLVED] opc invoice address


Recommended Posts

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 by thefallX3 (see edit history)
  • Like 1
Link to comment
Share on other sites

×
×
  • Create New...