• Resolved brijdesignstudio

    (@brijdesignstudio)


    Hello,

    This plugin is causing issue from few days, when i check on console it is showing error as “ReferenceError: tvc_po is not defined”
    And when i chcek the page source

    <!– WooCommerce JavaScript –>
    <script type=”text/javascript”>
    jQuery(function($) {
    tvc_lc=”INR”;

    var items = [];
    //set local currencies
    gtag(“set”, {“currency”: tvc_lc});
    jQuery(“[class*=single_add_to_cart_button]”).click(function() {

    // Enhanced E-commerce Add to cart clicks
    gtag(“event”, “add_to_cart”, {
    “event_category”:”Enhanced-Ecommerce”,
    “event_label”:”add_to_cart_click”,
    “non_interaction”: true,
    “items”: [{
    “id” : tvc_po.tvc_i,
    “name”: tvc_po.tvc_n,
    “category” :tvc_po.tvc_c,
    “price”: tvc_po.tvc_p,
    “quantity” :jQuery(this).parent().find(“input[name=quantity]”).val()
    }]
    });

    });
    Please help to resolve this

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Conversios

    (@tatvic)

    Hi @brijdesignstudio,

    Thank you for writing to us!

    Please share the store URL with our plugin installed so we can verify the exact culprit.

    Hope to hear from you soon!

    Thanks & Regards,

    Plugin Author Conversios

    (@tatvic)

    Hi @brijdesignstudio,

    Thank you for sharing information!

    We did a quick look of the store & found the following outcomes:

    1. Our plugin is not activated on your store so we are unable to test it further.

    2. Custom/child theme detected on your store & as we have mentioned in the description & FAQs of the plugin, the free version is not fully compatible with the child/custom theme.

    Regards,

    • This reply was modified 5 years, 4 months ago by Conversios.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Not working’ is closed to new replies.