Tagged: add to cart
Hi,
I am currently having an issue with showing add to cart ajax popup on my website. I have attached a link below to the website. Any advise would be great.
Thanks
Hi jackw8!
Thank you for using Enfold.
Did you use the advance layout builder to create the post? I’m sorry but the the woocommerce notices will only work for the default template or default editor.
Best regards,
Ismael
Hi!
UPDATE: You can try this in the functions.php file but the notice style might be a little different than usual:
function ava_alb_wc_notices($id) {
add_action('ava_after_main_title', 'wc_print_notices');
}
add_action('init', 'init_notices');
function init_notices() {
ava_alb_wc_notices();
}
Cheers!
Ismael
Thanks Ismael, its working perfectly.
Added some media queries to resize it but its working well.
What about in the case where we are using the custom layout builder?
Hi,
@Kahil please create your own ticket, so we can see what you mean and how we can help you please.
Best regards,
Basilis