Archived topic
quantity buttons added and add to cart button in one line
19 replies · Started by Heinrich on November 17, 2020
perfekt elvin..rockstar 🙂
Nice one. Glad its working for you.
Cheers. :D
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
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.
perfekt, tks.
No problem. :)