Tagged: 

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #581959

    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

    #583213

    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

    #583215

    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

    #583849

    Thanks Ismael, its working perfectly.

    Added some media queries to resize it but its working well.

    #584461

    Hi,

    Great, glad we could help :-)

    Thanks,
    Rikard

    #870968

    What about in the case where we are using the custom layout builder?

    #872284

    Hi,


    @Kahil
    please create your own ticket, so we can see what you mean and how we can help you please.

    Best regards,
    Basilis

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Add to cart pop up not showing’ is closed to new replies.