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
Hello? Can anyone help with this?
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
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
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.
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);
Best regards,
Mike