Viewing 7 replies - 1 through 7 (of 7 total)
  • SoloAnt

    (@soloant)

    I’ve got the same issue here too.

    Sol

    Plugin Author storeapps

    (@storeapps)

    Find the following lines of code in /smart-manager-for-wp-e-commerce/sm/woo-json.php file

    else {
        include_once (WP_PLUGIN_DIR . '/woocommerce/admin/includes/duplicate_product.php');
    }

    Replace it with

    else if ($_POST['SM_IS_WOO21'] == "false") {
        include_once (WP_PLUGIN_DIR . '/woocommerce/admin/includes/duplicate_product.php');
    }

    Also set “WP_DEBUG” to false.

    Thread Starter click71

    (@click71)

    Thanks – that works.

    SoloAnt

    (@soloant)

    There is a file the company sent me that fixed the problem, I contacted them and they got back to be later in the night yesterday, uploaded the file this morning and presto it’s working again.

    Something to do with the woo-json.php file. Send them a message and I’m sure they’ll send you the same file.

    Sol

    SoloAnt

    (@soloant)

    wooops just refreshed the page and they’ve already issued the fix here.

    Thanks Storeapps. Excellent support thus far A++

    Sol

    Plugin Author storeapps

    (@storeapps)

    Hi Sol,

    Thank you for the update and kind words.

    BTW, it’ll be helpful if you send us your feedback about our support and Smart Manager… We can post it on the website and it may even get me a “Customer Satisfaction Award”… You can simply click on the link below for posting a feedback for Smart Manager:
    Smart Manager Feedback

    Please feel free to write to us at ‘[email protected]’ in case of any further queries.

    worked for me too. Thank you so much for the fix.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Smart Manager Pro and Woocommerce 2.1.2’ is closed to new replies.