82.gif

Search (advanced search)
Use this Search form before posting, asking or make a new thread.
Tips: Use Quotation mark to search words (eg. "How To Make Money Online")

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:
(11-23-2013 05:23 PM)vmz Wrote:  Thanks for this !
Rep added
You re welcome
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:
Someone have news about the 1.2.4 version??
6.gif




42.gif