Best Blackhat Forum

Full Version: WooCommerce add-on for WP All Import
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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]
Thanks for this !
Rep added
(11-23-2013 05:23 PM)vmz Wrote: [ -> ]Thanks for this !
Rep added
You re welcome
You are great man. i know how hard it is to find the code.
Someone have news about the 1.2.4 version??
Reference URL's