• Resolved dhudsonweb

    (@dhudsonweb)


    I’m getting a console error when testing against IE11 on file:

    /wp-content/plugins/wpshopify/dist/vendors-public.48c0bde2.min.js?ver=5.2.4

    This error is causing the shortcodes to not output the cart icon, product price, and buy button.

    Screenshot of console: https://share.getcloudapp.com/xQuvqdNj

    Shortcodes used:

    <?= do_shortcode('[wps_cart_icon]'); ?>
    <?= do_shortcode('[wps_products_pricing product_id="' . $productID . '"]'); ?>
    <?= do_shortcode('[wps_products_buy_button product_id="' . $productID . '" hide_quantity="true" add_to_cart_button_text="' . __('Add to cart', 'avss') . '"]'); ?>

    $productID is set via the CMS and works for other browsers.

    Wordpress version: 5.2.4
    WP Shopify version: 2.0.17

    • This topic was modified 5 years ago by dhudsonweb.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘IE11: Shortcodes not working’ is closed to new replies.