• Hey,

    I’m using the latest version of YITH Quick View (Free) 1.1.0 and the latest versions of Gravity Forms and Gravity Forms Product Add-ons 2.10.6. I can’t get Quick View to display the calculated price based on a few fields. I get this error in the console:
    Uncaught ReferenceError: update_dynamic_price is not defined
    at this code:

    gravityforms_params = {"form_id":"9","next_page":0,"previous_page":0};
    
    gform.addFilter('gform_product_total', function(total, formId) {
    	return update_dynamic_price(total);
    });

    The price is displayed correctly at the single product page, but not in Quick View. Has this something to do with Gravity Forms not being loaded correctly because of AJAX or JS?

    https://www.ads-software.com/plugins/yith-woocommerce-quick-view/

Viewing 1 replies (of 1 total)
  • Plugin Author YITHEMES

    (@yithemes)

    Hi dejong,
    my suggestion is to make sure that all necessary “gravity forms” plugin scripts was loaded on pages when you are using the quick view and no only on single product pages.

    Regards.

Viewing 1 replies (of 1 total)
  • The topic ‘Quick View not working well with Gravity Forms’ is closed to new replies.