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

Customers need to double click for select

Hello,

I am facing an issue where customers have to double-click to select a variation, which is causing inconvenience. I have attached a video and screenshots for your reference. Please let me know if you require access to the backend, and I will provide you with a temporary autolink.

Please assist me in resolving this issue as soon as possible.

Best regards,

Jovica

 

Video: https://www.loom.com/share/4a6f6d3d261d474896f42c99ce99ddc0

Images: https://postimg.cc/gallery/MZqWD1X

Hakik Zaman

Hi Jovica,

Sure, I am trying to test it on an iPhone.

In the meantime, please make sure you are using the updated browser (safari).

Hope to hear from you soon.

Thank You

Dear Sir,

I am writing to follow up on an issue we discussed earlier. Despite the passage of two weeks, we have yet to receive any updates or communication regarding the resolution of the problem. To illustrate the issue further, please find attached a screenshot indicating that an order was placed without the selection of a variation, as the variant was only highlighted and not selected, leading to its omission from the final order details.

 

This is yet another example of the ongoing problem our customers are experiencing when trying to select variations. It remains necessary for them to double-click to select variations, which is less than ideal. We hope that a solution will be forthcoming in the next few days, as our customers’ satisfaction is of utmost importance to us.

Thank you for your attention to this matter.

Best regards,

Jovica

Hakik Zaman

Hi Jovica,

Can you please temporarily deactivate the WooCommerce Custom Product Addons Pro for a test?

From my inspection, it has a script issue. Please let me know your findings.

Thank You

Hello,

After a couple of months, I discovered more about the issue I’m facing in our store. Here is the situation: When a product has more than 4-5 variations, that product becomes unclickable after 12 hours. When I clear my cache, everything is fine until 12 hours pass again. This issue only occurs with products having more than 4-5 variants. I am using the FlyingPress plugin and I have added this product to be excluded from caching.

 

Here is the screenshot of FlyingPress settings: https://ibb.co/Jtbrhn9

Here is the screenshot of the Product with more than 5 variants: https://ibb.co/Hztzwj5

And here is a screenshot of the product with fewer than 5 variants: https://ibb.co/gT68rrm

 

Please help me to finally solve this issue.

Thank you!

Hakik Zaman

Hi Jovica,

Please add the following snippet using the Code Snippets plugin:

add_filter( 'woocommerce_ajax_variation_threshold', 'woo_variation_swatches_global_ajax_variation_threshold_min', 10, 2 );
function woo_variation_swatches_global_ajax_variation_threshold_min( $size, $product ){
return 80;
}

Then test it again and let me know your findings.

Hope to hear from you soon.

Thank You