Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter livelaugh

    (@livelaugh)

    Actually – I’ve figured out the ‘Add to Cart’ feature to sync with Shopify. HOWEVER, it does not seem to be in sync with Woo Commerce cart. Is there a way to either match them OR delete the woo commerce cart icon in my header?

    Cheers!

    Plugin Author Nick Hamze

    (@nickhamze)

    If you add this line of CSS to your site it will hide the cart icon in the header:

    .shopping_cart_outer {
    display: none;
    }

    Thread Starter livelaugh

    (@livelaugh)

    Great, this worked!

    I’m having other issues now – the Add to Cart button is not displaying consistently. It does not always load initially, but will show on force refresh of page.

    Also, when the buttons do load, the cart feature works, however, it messes with the main header links (they redirect to blank page; this only happens from ‘Shop’ page).

    Thanks!

    Plugin Author Nick Hamze

    (@nickhamze)

    You’ll probably need to contact Shopify about the button not showing up issue. We don’t do anything with the buttons but connect them to WC. Shopify would be better able to diagnosis why they aren’t showing up:
    https://www.shopify.com/contact

    They should be able to help you with the other issue (as it is likely caused by their embeds).

    Thread Starter livelaugh

    (@livelaugh)

    Will do – thanks!

    Appreciate the plugin and assistance – cheers!

    Plugin Author Nick Hamze

    (@nickhamze)

    Sounds good, let me know if there is anything else I can do to help.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘No Add to Cart Button??’ is closed to new replies.