Tags/topics: 
1
Answers
Vote up!
2
Vote down!

Set price depending on product weight

Hi!
In my store the products selling by weight. Minimum - 100 gr.
I need the dropdown list(for example) with numbers - 100, 200, 300, ..., 1000. And price need to be change when i choose some weight. (i know that is possible to do this by setting weight like an attribute, but i need to have 1 product entity)

How can i do that? :(

Asked by: usf
on October 3, 2012

1 Answer

Vote up!
0
Vote down!

HI,

You need to create multiple instances of your product.

For instance if you sell bags of potatoes of 1, 2, 5 and 10 kilo's you create for product instances with their weight set as an attribute field < list(integer) >

Those four product instances are then referenced in one product display node.

See: http://www.drupalcommerce.org/user-guide/product-attributes-variations
and: http://www.drupalcommerce.org/user-guide/product-displays

Cheers!

Answer by: Anonymous (not verified)
Posted: Nov 29, 2012