11-13-2013, 09:08 PM
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]
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]