Chvntelle Posted May 31 Posted May 31 Hi all, I just wanted to ask if I could move all variants, quantity and checkout button to the top of the page forunderneath the title as I have long descriptions for each product in my store
tuanphan Posted June 2 Posted June 2 Hi, Yes, possible with some CSS code. If you share link to product in screenshot, we can check easier 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!)
Lesum Posted June 2 Posted June 2 @Chvntelle Hi! You can add the following to Website > Pages > Website Tools > Custom CSS. .ProductItem-details .ProductItem-details-checkout { display: flex !important; } .tweak-product-basic-item-add-to-cart-standalone .ProductItem .ProductItem-quantity-add-to-cart { order: 3 !important; } .collection-type-products .ProductItem-details .pdp-product-add-ons { order: 4 !important; } If my comments were useful, please like or mark my solution as answer so others can scroll to it quickly. Sam Web Developer & Digital Designer ☕ Did you find my contribution helpful? Buy me a coffee?
Chvntelle Posted June 3 Author Posted June 3 On 6/2/2024 at 9:47 AM, tuanphan said: Hi, Yes, possible with some CSS code. If you share link to product in screenshot, we can check easier https://refinedspaces.uk/shop-all/p/spicy-margarita I would like it to be Title, Variant(s), Quantity, Price, Add to cart
tuanphan Posted June 5 Posted June 5 On 6/3/2024 at 11:03 PM, Chvntelle said: https://refinedspaces.uk/shop-all/p/spicy-margarita I would like it to be Title, Variant(s), Quantity, Price, Add to cart How about Product Description? 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!)
Chvntelle Posted June 7 Author Posted June 7 Sorry id like to change it to, Title, Variant(s), Price, Quantity , Add to cart , Description
tuanphan Posted June 10 Posted June 10 On 6/7/2024 at 9:59 PM, Chvntelle said: Sorry id like to change it to, Title, Variant(s), Price, Quantity , Add to cart , Description You can use this code to Website > Website Tools > Custom CSS. .ProductItem-details .product-variants { order: 1 !important; } .ProductItem-details .ProductItem-details-checkout { display: flex !important; flex-direction: column; } .ProductItem-details .ProductItem-product-price { order: 3 !important; } .tweak-product-basic-item-add-to-cart-standalone .ProductItem .ProductItem-quantity-add-to-cart { 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