• Resolved skywalker7188

    (@skywalker7188)


    Hi,

    When I add a product to the shopping cart, the code CDATA -window.pysWooProductData appears under the ATC button.

    I’ve already tried to deactivate some plugins, but the problem comes from PixelyourSite.

    If I deactivate “Enable WooCommerce set-up” in PixelyourSite, the problem is gone.

    Is this a AJAX Problem? Anyone a Solution?

    The Pixel your Site Developer said its a Theme Issue.?

    Kind Regards

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Mat

    (@mateithemeisle)

    Hello @skywalker7188 ,

    This is a CSS problem and it can be fixed by deleting this custom code:

    
    .woocommerce.single .entry-summary>form.cart>*, .woocommerce.single .woocommerce-variation-add-to-cart>* {
        display: grid!important; 
    }

    And adding this instead

    .woocommerce.single .entry-summary>form.cart>*, .woocommerce.single .woocommerce-variation-add-to-cart>* {
        display: revert !important;
    }

    With these changes it should look like this.https://ibb.co/dJt46t9

    Please let us know if this worked for you!

    Thank you!

    Thread Starter skywalker7188

    (@skywalker7188)

    Hi Mat,

    Thanks for your Solution ?? This Works.

    But i removed the complete custom css code to rule out this error.
    Standard ist FLEX for this and i get the same Error.

    If i use “Revert” what you say, this works.

    Thanks

    Mat

    (@mateithemeisle)

    Hello @skywalker7188 ,

    Glad to hear that it worked!

    Thank you and have an amazing day!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘PixelYourSite – CDATA – window.pysWooProductData’ is closed to new replies.