I have one collection name as a peanut-butter. I create a new collection and showing same product new collection name is secondary-peanut-butter. Both collection have same product. I want to do the secondary-peanut-butter collection showing the price as 2x and quantity increase as a even like 2,4,6 etc.
For this can i do some liquid editing on product page like if collection is this then price are 2x and quantity are increase even and for this its also impact on another collection because product are same or shopify provide the some collection side function that i can do this without code ?
Note: Liquid code cannot modify the actual price of a product.
Hi @vikrant1234 I was following you until this part:
Could you rephrase that for clarify it’s kinda grammar soup
Both collection have same product. I want to do the secondary-peanut-butter collection showing the price as 2x and quantity increase as a even like 2,4,6 etc.> i can do this without code ?
Using an app will be the closest you can get to doing this without “code”
Make separate products with the same SKU then use an sync app to sync inventory by SKU.
With them code this is just just changing the display price on collections and product pages.
Then on product pages setting a minimum & step-increment on the product quantity input.
For further research this is also similar to bundling, or tier pricing aka volume pricing aka quantity breaks.