Search (advanced search) | ||||
Use this Search form before posting, asking or make a new thread.
|
11-13-2013, 09:08 PM
Post: #1
|
|||
|
|||
WooCommerce add-on for WP All Import
Download the free version from here :
http://wordpress.org/plugins/woocommerce...ct-import/ in a text editor opene file woocommerce-xml-csv-product-import\static\js\admin.js replace these lines (80-82) : if ( ! is_simple ) { $('.woocommerce_options_panel').find('input, select').attr('disabled','disabled'); $('.upgrade_template').show(); with these two : if ( ! is_simple ) { $('.woocommerce_options_panel').find('input, select').removeAttr('disabled','disabled'); $('.upgrade_template').hide(); i think thats all.Its been some time since i did it, so check again. I busted my head to find this. Sharing is Peace..[Image: rainbow.gif] |
|||
11-23-2013, 05:23 PM
(This post was last modified: 11-23-2013 05:56 PM by vmz.)
Post: #2
|
|||
|
|||
RE:
Thanks for this !
Rep added |
|||
12-03-2013, 11:11 PM
Post: #3
|
|||
|
|||
RE: | |||
12-07-2013, 03:19 AM
Post: #4
|
|||
|
|||
RE:
You are great man. i know how hard it is to find the code.
|
|||
01-24-2014, 02:27 AM
Post: #5
|
|||
|
|||
RE: | |||