Flatsome theme Quick View Issue

Flatsome theme Quick View Issue

In WCPA Pro version features like pricing, conditional logic and other JavaScript related features will not work in quick view popup that come along with flatsome theme.
It can fix only by directly modifying the JavaScript for quick view.  
It needs to run    jQuery.wcpaInit() after the quick view popup has loaded. 
Attached a modified file that need to be replaced at wp-content\themes\flatsome\assets\js\woocommerce.js 
Screenshot below show where we have added custom code


    • Related Articles

    • How to Solve Form Duplication Issue?

      This issue could be happening because you may be using the older version of plugIn. Kindly update it to resolve the issue. If your WooCommerce is already up to date, the issue can be due to the old WooCommerce template file included in your theme. ...
    • To Access WCPA Custom field value from Cart Object

      You can access the data from woocommmerce cart object. Below an example code which takes a particular custom field value  global $woocommerce; $items = $woocommerce->cart->get_cart(); if (isset($cart['wcpa_data']) && is_array($cart['wcpa_data'])) {   ...
    • How to resolve Issue with saving Addon fields?

      The Addon fields saving issue is mainly due to following reasons:- Check you have polylang plugin https://wordpress.org/plugins/polylang/ installed and kept  unconfigured without selecting the languages .The above issue may occur if you have ...
    • How to resolve Unauthorized error issue while plugin update?

       Go to wordpress portal-------->From wordpress General settings------>Select  Custom  Product addons Select the License key------------>Now Deactivate the license and Activate it again. Now Choose Plugins option -------------->Select  the plugin  and ...
    • Styling Custom Product Addons

      The form fields in WCPA are easily customizable by styling it using CSS. There are numerous classes to style the fields in a form. You will be able to change the color, background, appearance and so on with using CSS and the concerned classes of the ...