New Landing How can we help? Cardinal "Add to Cart" button

Viewing 12 posts - 1 through 12 (of 12 total)
  • Posted in: Cardinal
  • #282940
    solesupply.no
    Member
    Post count: 93

    Hi,

    How to add “add to cart” button on a product?

    Thanks!

    /JOachim

    #282952
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Should be there by default as long as you have set a price

    – Kyle

    #282956
    solesupply.no
    Member
    Post count: 93

    Hi again,

    Have added price, still no “add to cart” button.

    /Joachim

    Attachments:
    You must be logged in to view attached files.
    #282961
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    You have catalog mode enabled in Theme Options > WooCommerce options, you’ll need to turn that off

    – Kyle

    #282978
    solesupply.no
    Member
    Post count: 93

    Sweet. Is there any setings where i can remove the “add to cart” buttom on the product image? NOT on the product page

    See attached image

    /Joachim

    #282982
    David Martin – Support
    Moderator
    Post count: 20834

    Yes, you can use CSS.

    Add this to Theme Options => Custom CSS:

    .single-product form.cart {
        display: none;
    }
    #282988
    solesupply.no
    Member
    Post count: 93

    Do get an error in the css file… se attached image

    /JOachim

    Attachments:
    You must be logged in to view attached files.
    #282991
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    You mean on the shop page when you hover over a product?

    – Kyle

    #282992
    solesupply.no
    Member
    Post count: 93

    Yes, and on the front page that show “New Arrivals”. Need the button on the actual product page

    /JOachim

    #282994
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Add this to your custom css:

    .product .cart-overlay .shop-actions {
      display: none;
    }

    – Kyle

    #282996
    solesupply.no
    Member
    Post count: 93

    Sweet! 🙂

    /JOachim

    #282997
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem

Viewing 12 posts - 1 through 12 (of 12 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register