Home Forums Basel support forum Disable "Add to cart" functionality on shop pages

Disable "Add to cart" functionality on shop pages

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #11921

    MieT
    Participant

    Hi,

    I’m using “Alternative” option in “Hover on product” shop settings.
    I like it, but I would like to disable “Add to cart” (or “Select options”) functionality on my shop pages.
    So, I don’t want to wrap price effect and “Add to cart” (or “Select options”) appears – just link to target product page after click.

    Could You help me to do that?

    Best regards
    MieT

    #11924

    Bogdan Donovan
    Keymaster

    Hello,

    Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.

    .basel-hover-alt.purchasable:hover .swap-elements {
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
    }

    Regards

    #11928

    MieT
    Participant

    Works fine – thank You!

    MieT

    #11930

    Artem Temos
    Keymaster

    You are welcome!

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

The topic ‘Disable "Add to cart" functionality on shop pages’ is closed to new replies.