Forum Replies Created

Viewing 10 replies - 1 through 10 (of 10 total)
  • Sorry i am mistaken, i still get the issue

    I can confirm that sarahjul is correct and the issue is with classic editor being active.

    This is in the console on the page:

    Uncaught TypeError: $ is not a function
    at Object.contentModification [as callable] (yoast.js?ver=5.6:12)
    at wp-seo-post-scraper-1262.min.js?ver=12.6.2:5
    at t.exports (wp-seo-replacevar-plugin-1262.min.js?ver=12.6.2:1)
    at t.exports (wp-seo-replacevar-plugin-1262.min.js?ver=12.6.2:1)
    at e.value (wp-seo-post-scraper-1262.min.js?ver=12.6.2:5)
    at t.default (wp-seo-post-scraper-1262.min.js?ver=12.6.2:5)
    at window.YoastSEO.analysis.collectData (wp-seo-post-scraper-1262.min.js?ver=12.6.2:5)
    at t.default (wp-seo-post-scraper-1262.min.js?ver=12.6.2:5)
    at e.<anonymous> (wp-seo-post-scraper-1262.min.js?ver=12.6.2:5)
    at b (wp-seo-post-scraper-1262.min.js?ver=12.6.2:1)
    yoast.js?ver=5.6:12 Uncaught TypeError: $ is not a function
    at Object.contentModification [as callable] (yoast.js?ver=5.6:12)
    at wp-seo-post-scraper-1262.min.js?ver=12.6.2:5
    at t.exports (wp-seo-replacevar-plugin-1262.min.js?ver=12.6.2:1)
    at t.exports (wp-seo-replacevar-plugin-1262.min.js?ver=12.6.2:1)
    at e.value (wp-seo-post-scraper-1262.min.js?ver=12.6.2:5)
    at t.default (wp-seo-post-scraper-1262.min.js?ver=12.6.2:5)
    at window.YoastSEO.analysis.collectData (wp-seo-post-scraper-1262.min.js?ver=12.6.2:5)
    at t.default (wp-seo-post-scraper-1262.min.js?ver=12.6.2:5)
    at _.<anonymous> (wp-seo-post-scraper-1262.min.js?ver=12.6.2:5)
    at b (wp-seo-post-scraper-1262.min.js?ver=12.6.2:1)

    I am also having this issue since updating the plugin to 12.6.2

    I am having the same issue

    I am also having this same issue. Only disabling the plugin fixes the issue currently

    Thread Starter daviddigitl

    (@daviddigitl)

    This is not resolved.

    Thread Starter daviddigitl

    (@daviddigitl)

    Hi,

    No i have not touched that file:

    <?php
    /**
    * Component: Product Price
    *
    * @description Display the price for a product
    *
    * @var Product $product
    */

    use BigCommerce\Post_Types\Product\Product;
    ?>
    <!– data-js=”bc-cached-product-pricing” is required. –>
    <p class=”bc-product__pricing–cached bc-product__pricing–visible” data-js=”bc-cached-product-pricing”>
    <?php if ( $product->on_sale() ) { ?>
    <!– class=”bc-product__original-price” is required. –>
    <span class=”bc-product__original-price”><?php echo esc_html( $product->price_range() ) ?></span>
    <!– class=”bc-product__price” is required. –>
    <span class=”bc-product__price bc-product__price–sale”>
    <?php echo esc_html( $product->calculated_price_range() ); ?>
    </span>
    <?php } else { ?>
    <!– class=”bc-product__price” is required. –>
    <span class=”bc-product__price”><?php echo esc_html( $product->calculated_price_range() ); ?></span>
    <?php } ?>
    </p>

    <!– data-pricing-api-product-id & data-js=”bc-api-product-pricing” is required. –>
    <p class=”bc-product__pricing–api” data-js=”bc-api-product-pricing” data-pricing-api-product-id=”<?php echo esc_attr( $product->bc_id() ); ?>”>
    <!– class=”bc-product-price bc-product__price–base” is required –>
    <span class=”bc-product-price bc-product__price–base”></span>
    <!– class=”bc-product__original-price” is required –>
    <span class=”bc-product__original-price”></span>
    <!– class=”bc-product-price bc-product__price–sale” is required –>
    <span class=”bc-product__price bc-product__price–sale”></span>
    </p>

    Thread Starter daviddigitl

    (@daviddigitl)

    Just an update, I’ve changed checkout type from One Page Optimized to just the One Page Checkout and that has worked.

    One thing that has appeared since that, when the user has bought the items successfully the cart icon still displays how many were stored in the cart. This is the menu item supplied by Bigcommerce.

    Thread Starter daviddigitl

    (@daviddigitl)

    Hi sorry i was meant to delete this post but i have a different problem now.
    When trying to use Paypal Express, after i have logged in to paypal and selected to pay, it goes back to my wordpress site and the iframe says “URL refused to connect”

    I have used URL instead of the sites url as it is being developed.

    Refused to display ‘https://URL/checkout&#8217; in a frame because it set ‘X-Frame-Options’ to ‘sameorigin’.

    Failed to execute ‘postMessage’ on ‘DOMWindow’: The target origin provided (‘https://URL&#8217;) does not match the recipient window’s origin (‘null’).

    The above errors are in the console.

    • This reply was modified 5 years, 12 months ago by daviddigitl.
    • This reply was modified 5 years, 12 months ago by daviddigitl.
    • This reply was modified 5 years, 12 months ago by daviddigitl.
Viewing 10 replies - 1 through 10 (of 10 total)