Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1362092

    Hi

    The Product slider “Buy Now” and show options are missing. I’ve tried turning off all plugins (except woo) and they are still missing.
    Can you help?
    Regards

    Steve

    #1362161

    Hello? Can anyone help with this?

    #1362305

    Hi,
    Thank you for your patience, yet I’m not sure where you are having this issue, please link directly to the page and perhaps a screenshot would help.

    Best regards,
    Mike

    #1362317

    Hi Mike
    It’s occurring on the product sliders on the homepage.
    The price shows up on the products, but not the “Buy Now” or “Show Options” buttons
    Cheers
    Steve

    #1362341

    Hi,
    Thanks for your feedback, but the product slider doesn’t show the “Buy Now” or “Show Options” buttons, please see our Shop Demo example.
    2022-08-21_001.jpg
    To add a “Buy Now” button to the product slider you can try adding this code to the end of your functions.php file in Appearance ▸ Editor:

    add_action( 'after_setup_theme', function() {
         add_action( 'woocommerce_after_shop_loop_item_title', 'woocommerce_template_loop_add_to_cart', 12 );
    }, 999);

    2022-08-21_002.jpg

    Best regards,
    Mike

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.