#cableman127-products-prices

1 messages · Page 1 of 1 (latest)

sweet wing
#

Can you be more specific? What are you trying to do?

river jay
#

so on a page where you show the product details

#

when you select a price obj variant

#

i want it to change to that price obj's specific image

#

but all the images are on the main product

#

like on amazon or any clothes ecommerce site

#

if you click on the Color Blue

#

it changes all the photos to that specific variant

unkempt silo
#

I see what you mean on Amazon. But it's not about price, isn't it? I believe Amazon treat them like different Products

#

Stripe API doesn't provide "image" fields on Price object. You would want to create multiple Product objects to achieve the same thing

river jay
#

i thought the price objs were designed to handle product variants

#

you want me to make one product for each size and color? lol

#

then one price obj for each product?

unkempt silo
#

To represent Product, yes

river jay
#

ok, what's the point of having multiple prices then

#

I had another guy telling me to make a price for S, M, L, XL, etc for sizes

unkempt silo
#

Um but now you want different photo data, then it makes more sense to have separated products. If it's just different price for different sizes, multiple Prices per Product is good enough