fbpx
Want To Add Extra Images Per Product Variation For Free? Download Now

selecting variaions in editable order

Christian Alex

Hi, I am having a problem when trying to edit a bundled product to change variation in an editable order. This is the popup I get and I cannot click any of the images to change variation. I tried deactivating your plugin which fixed the issue. Your help would be appreciated as changing variations on orders is something that we have to do often, and we do not want to have to deactivate your plugin every time.Capture.PNG

Hakik Zaman

Hi Christian,

It’s a staging site, please log in here and try to reproduce your issue here.

https://wptestbox.com/141156/wp-admin/

Username: admin

Password: demo

Note: I have added sample products for you and added some necessary plugins. Your cooperation with this will help me to send the issue to our development team.

Thank You

Christian Alex

Hi Hakik,

The website does not have the Product Bundles plugin that your plugin is not compatible with. Using these together is what causes the problem.

 

Thank you

Hakik Zaman

Hi Christian,

We are sorry for your inconvenience.

Could you send us the latest version of the plugin that you are using on your site? We’ll try to investigate your issue installing your plugin on the staging setup.

You can upload the plugin file in Dropbox or Google Drive and send the download link here directly.

Looking forward to hearing from you soon.

Thank you

Hakik Zaman

Hi Christian,

I have added the required plugin on the staging site.

Please try to replicate your issue now.

Hope to hear from you soon.

Thank You

Christian Alex

Hi Hakik,

Thank you – I have replicated the issue on the site for order #63

Hakik Zaman

Hi Christian,

Thanks for helping me by replicating the issue.

I have added a snippet using the Code Snippets plugin.

Here is the snippet:

add_filter('default_woo_variation_swatches_single_product_dropdown_html', function($default){
return true;
}, 10, 1);

Here is the setup of the snippet: https://paste.pics/PMFRW

Please check the order and try to edit the order again.

Hope to hear from you soon.

Thank You

Christian Alex

Hi Hakik,

That worked!! Thank you so much for your help 🙂