By soorajshai on
Hello All,
I am using ubercart and i need product bundle feature for implementing the fixed and variable price for same product.Is there any module in ubercart for product bundle.
Thanks in Advance.
Hello All,
I am using ubercart and i need product bundle feature for implementing the fixed and variable price for same product.Is there any module in ubercart for product bundle.
Thanks in Advance.
Comments
Product Kits
I'm not quite sure what you mean by "implementing the fixed and variable price for same product", but the Product Kit module is probably what you want. It is part of the Ubercart package, but is in the "Extras" section - not a core Ubercart module, but part of Ubercart nonetheless.
Have a look - and if it's not what you're looking for, come back here and try to explain a little more fully what you're needing that Product Kits don't do.
This signature is currently blank
I am trying to making a
I am trying to making a pharmacy site.Medicine are the product in this site.Suppose i have to add the vitamin Medicine (product) on the basis of below and ,this is variable pricing from my point of view and also add the fixed price
size price
10g,- $20
20g, - $30
30g, - $40
How can i implement both pricing at the time of product creation.
Attributes
In Ubercart, that is done with attributes: http://www.ubercart.org/docs/user/10961/product_attributes_and_options
This may be an area where Drupal Commerce offers advantages to Ubercart, but it can certainly be done with UC.
One area you'll have to work a bit is how this all relates to stock control. If you're using your UC site to handle stock tracking, this would work if you had 10g, 20g or 30g blister packs with separate inventories. It won't work if you store your pills loose, and want to keep track that you've just taken 20g worth out of the storage container (or if the pills are stored in 10g foils, and you want to keep track of the fact that you've sent out 2 foils in an order for 20g).
If you wanted that, you'd need to have your product as 10g worth of the vitamin, and then have a product kit that adds 2 x that to the shopping cart in a single hit for the reduce price of $30.
This signature is currently blank
As stated you'll have to use
As stated you'll have to use the built in Attributes in Ubercart. If you want several product types that are shown on one product page you'd have to use Product Kits or even Views Bulk Order module but that one would require some readign and testing to learn how to use.
Thanks to All,But my problem
Thanks to All,But my problem is that I am not able to add attributes at the time of product creation.when I am trying to add product at first time attribute option tag is not showing.After creating the product when i am edit that product than i saw the attribute option.
I want this option at the time of product creation.