Home New Guten Forums WoodMart support forum Woodmart quick view popup doesn’t work with variations

Woodmart quick view popup doesn’t work with variations

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #659317

    vynil
    Participant

    Hi, for some reason, the quick view popup doesn’t work with variations. Once a variation is selected, it says an invalid amount. Please check the video attached.

    #659444

    Hello,

    Please deactivate all the 3rd party plugins and activate only theme-required plugins on the site and then check the issue. I am sure your issue will be solved. Then activate the 3rd party plugins one by one and check which plugin is creating the issue for you.

    Otherwise, if the issue still exists, then keep the 3rd party plugins deactivated and share the wp logins details so I can check and give you a possible solution.

    Best Regards,

    #659452

    vynil
    Participant

    Your popup doesn’t work, it doesn’t meter the other plugins. Is it possible to check this?

    #659524

    Hello,

    Can you please tell me which plugin you are using? Also share your Site WP-ADMIN Login details in the Private Content field so that we can check this concern on your Site and give you a possible solution.

    Best Regards,

    #659536

    vynil
    Participant

    I’m using the YITH Gift Cards plugin.
    Please find the credentials attached.

    #659897

    Hello,

    Unfortunately, the YITH Gift Cards plugin doesn’t work correctly with the Quick View feature because Quick View is a custom implementation from our theme, not part of the default WooCommerce functionality. As a result, selecting a variation in the popup may trigger an “invalid amount” error.

    We recommend reaching out to the YITH Gift Cards plugin support team and letting them know that the plugin needs to be adapted to work with the custom Quick View functionality in your theme. Here’s an example of the JavaScript code that runs when the Quick View is opened:

    (function($) {
    	$(document).on('wdQuickViewOpen', function() {
    		// Initialize Quick View
    	});
    })(jQuery);

    Best Regards,

Viewing 6 posts - 1 through 6 (of 6 total)