Home Forums Basel support forum Quick View Broken Links

Quick View Broken Links

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #20214

    procyon82
    Participant

    Hi,

    It seems that Basel is not using the proper WooCommerce function to get the external link from within the lightbox window (quick view).

    It is supposed to use the WooCommerce get_product_url() method in order to be compatible with other WooCommerce plugins.

    #20221

    Artem Temos
    Keymaster

    Hi,

    Our quick view template files are almost the same as a single product page template. If you check the file basel/woocommerce/content-quick-view.php, you will see that it uses default WooCommerce hook do_action( 'woocommerce_single_product_summary' ); and it displays the add to cart button the same as on the single product page. So it seems to be a plugin issue since our theme is coded with all standard functions that come with WooCommerce and WordPress.

    Regards

    #20351

    procyon82
    Participant

    More questions from a developer…

    Is the ‘buy now’ link generated via Javascript from within the Quick View area?

    Are you overriding the default woocommerce_template_single_add_to_cart() function with another function?

    #20352

    Artem Temos
    Keymaster

    Hello,

    “Buy now” link is not generated with JS but instead is loaded with default WooCommerce functions. And we didn’t modified woocommerce_template_single_add_to_cart function either.

    Regards

Viewing 4 posts - 1 through 4 (of 4 total)