Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Damian Góra

    (@damian-gora)

    Hello,
    You are right. This feature works only if you have enabled “Enable AJAX add to cart buttons on archives” option in your WooCommerce plugin (WooCommerce -> Settings-> Products -> Add to cart behaviour)

    In the next plugin release I will try to fix it for case, where a user have disabled this option.

    If you can’t uncheck the “Enable AJAX add to cart buttons on archives” option, try to temporary hide the button by CSS:

    
    .dgwt-wcas-details-wrapp .dgwt-wcas-pd-addtc {
        display: none;
    }
    

    Best
    Damian Góra

    Thread Starter kirilld

    (@kirilld)

    Thank you, Damian, this is perfect!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Error on adding to cart from the details box’ is closed to new replies.