I would like to move the 'add to cart' button above the product info so the flow is 1. Product name 2. Quantity 3. Add to cart. 4 Product info 5. Additional info.
The code @tuanphan posted was for a Squarespace v7.0 site. Your site is v7.1 and requires different code.
Add the following to Store Settings > Advanced > Page Header Code Injection.
&l
I've updated my previous post. Is that the order for which you are looking?
Also you will want to remove or comment out the following CSS from Design > Custom CSS.
.product-price {
ord
Question
Gilbert 1
Site URL: https://oliverjwoods.com/shop/blackseed-wax
I would like to move the 'add to cart' button above the product info so the flow is 1. Product name 2. Quantity 3. Add to cart. 4 Product info 5. Additional info.
Is this possible?
Link to post
Top Posters For This Question
10
5
4
4
Popular Days
Nov 5
7
Nov 12
6
Nov 26
5
Feb 6
4
Top Posters For This Question
creedon 10 posts
Tarta 5 posts
tuanphan 4 posts
Lucha 4 posts
Popular Days
Nov 5 2020
7 posts
Nov 12 2020
6 posts
Nov 26 2020
5 posts
Feb 6 2021
4 posts
Popular Posts
creedon
The code @tuanphan posted was for a Squarespace v7.0 site. Your site is v7.1 and requires different code. Add the following to Store Settings > Advanced > Page Header Code Injection. &l
creedon
I've updated my previous post. Is that the order for which you are looking? Also you will want to remove or comment out the following CSS from Design > Custom CSS. .product-price { ord
tuanphan
Add to Home > design > Custom CSS .product-quantity-input { order: 2 !important; } .ProductItem-details .sqs-add-to-cart-button-wrapper { order: 3 !important; } .ProductItem-details-
Posted Images
30 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment