Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author WPXtension

    (@wpxteam)

    Hi,

    Thanks for reaching out to us.

    1. add to cart button is not working.

    From our inspection, our plugins add to cart script is not running on your single product page. Did you customize anything?

    2. Is it possible to add a little bit of spacing after each column in mobile view (see the attached screenshot)?

    Please try the below CSS at Appearance > Customize > Additional CSS

    @media screen and (max-width: 767px){
        table.variant tbody tr:not(:last-child) {
            margin-bottom: 20px;display: table;
        }
    }

    3. Is it possible to hide the Available Options text?

    Do you want to change the text or hide the text? If you want to hide the button please go to Plugin Setting page > Settings Tab and uncheck the Available Options Button checkbox then save.

    Thanks

    Thread Starter sandip

    (@sandip88)

    Hi,

    Thanks for your reply.

    I did some customization with CSS. The add to cart button is working fine with in this page – https://bit.ly/3KAoLND but it is not working on with the previous page.

    Secondly, regarding available text, I have already removed the button but i want to remove “Available Options” text. Is it possible?

    Thank You.

    Plugin Author WPXtension

    (@wpxteam)

    Hi,

    It should work for each product if it works for one product. Can you please confirm whether both products’ setups are the same or not?

    You can change the “Available Options” text from the plugin settings page. Setting page > Settings Tab > Available Options Button Text

    Thanks

    Thread Starter sandip

    (@sandip88)

    Hi,

    Sorry for the late response. I have fixed the add-to-cart button issue.

    Now, I am having a small issue where the Woocommerce notice is not showing in a variable product after a product is added to the cart. It is working fine with simple products.

    How to fix this?

    Thank You.

    link: https://bit.ly/woonotice

    https://drive.google.com/file/d/1DyQqgPICdmIkLBBdQKwd1ZfEakyCiAkw/view?usp=sharing

    • This reply was modified 2 years, 10 months ago by sandip.
    Plugin Author WPXtension

    (@wpxteam)

    Hi,

    You are using Divi builder for product layout.

    Basically, Divi changed the basic behavior of WooCommerce Cart Notice Wrapper.

    That’s why PVT couldn’t find that wrapper to push notifications.

    We have tried to fix this but it affects other themes.

    If we can find a solution in near future we will update it.

    Thanks in advance for understanding.

    Thread Starter sandip

    (@sandip88)

    Hi,

    Sorry for the late response.

    Is it possible to generate Woocommerce notice with any other plugin in Divi?

    Thank You.

    Plugin Author WPXtension

    (@wpxteam)

    Hi,

    Unfortunately not ??. Because Divi structured their builder in their own style.

    They wrap the default WooCommerce cart wrapper to get control over the WooCommerce cart notice.

    I hope it will clear your confusion.

    Thanks

    Thread Starter sandip

    (@sandip88)

    hi @wpxteam

    Thank you so much for your explanation.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Add to cart button not working’ is closed to new replies.