Guest Posted June 26, 2023 Posted June 26, 2023 (edited) Hi, I hope I'm asking this in the right place. I want to move the 'add to cart' button, 'quantity' and 'variant drop downs' to below the product title and cost in my product pages (rather than it currently being right at the bottom of the product description). Can anyone tell me how to do this please? Many thanks Edited June 28, 2023 by HannahWJ
tuanphan Posted June 27, 2023 Posted June 27, 2023 Move this? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Solution tuanphan Posted June 28, 2023 Solution Posted June 28, 2023 Add to Design > Custom CSS /* product info order */ .ProductItem-details .ProductItem-details-checkout { display: flex !important; } .product-quantity-input { order: 1 !important; } .sqs-add-to-cart-button-wrapper { order: 2 !important; } .ProductItem-product-price { order: 3 !important; } .ProductItem-details-excerpt { order: 4 !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment