[Resolved] quantity buttons added and add to cart button in one line

Home Forums Support [Resolved] quantity buttons added and add to cart button in one line

Home Forums Support quantity buttons added and add to cart button in one line

Viewing 5 posts - 16 through 20 (of 20 total)
  • Author
    Posts
  • #1536874
    Elvin
    Staff
    Customer Support

    perfekt elvin..rockstar πŸ™‚

    Nice one. Glad its working for you.

    Cheers. πŸ˜€

    #1538001
    Heinrich

    hi elvin,

    found one more thing. in variable products (single) i have to additional images (the small bag). they shouldn`t be there.

    i found the reason: div.product form.cart>:not(.quantity):not(.single_add_to_cart_button):after {

    we are using this to add the image to the add to cart button in related products. how to hide this on the single? url below

    #1538126
    Elvin
    Staff
    Customer Support

    Replace this selector:
    div.product form.cart>:not(.quantity):not(.single_add_to_cart_button):after

    with this selector:
    section.related.products button.button.alt:after

    So it specifically targets the related product buttons.

    #1538140
    Heinrich

    perfekt, tks.

    #1538150
    Elvin
    Staff
    Customer Support

    No problem. πŸ™‚

Viewing 5 posts - 16 through 20 (of 20 total)
  • You must be logged in to reply to this topic.