Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Murtaza Bhurgri

    (@gmbhurgri)

    Hi, just checked it.
    Here is an image showing what is wrong with it.

    View post on imgur.com

    Woocommerce change variation_id for the each variation if price is included. in your scenario you are not adding variation price so plugin logic is not working properly.

    Let me know if you are programmer/developer so I can give you some road paths to edit the plugin to meet that requirement.

    Thread Starter chuggles

    (@chuggles)

    Thank you Murtaza. Yes, any options to edit the the plugin to meet that requirement would be greatly appreciated.

    Plugin Author Murtaza Bhurgri

    (@gmbhurgri)

    Hi,
    Please go to file in woo file dropzon plugin folder:
    woo-file-dropzone/views/product-detail-page.php

    on line 9-11: there is code for disable button if not selected variation remove that disable button logic:


    if ($_product->is_type('variable')) {
    echo "disabled='disabled'";
    }

    remove that if condition plugin will properly. Except one exception which is that if there is no variation is selected then user can still upload file.

    Regards:

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Upload Button Not Working on Variable Product’ is closed to new replies.