hi all,
For the project which i am working we need to have 'price' as well 'qty' fields as user selectable from a dropdown menu. also we need to have shippable property for these items too. It should have some random no generation logic also.
How do i achieve all these functionalities?
Guys i am stuck here from long time & i am unable to figure out a soln to this - can you all suggest some way for me to get all these functionalities at one place?
when i am making the item as shippable the price field is becoming static. How do i do this?
I am trying to write some custom code with all these functionalities but when i make the item as shippable price is becoming static so how do i rectify this issue?
Any suggestion would be of great help for me!

Comments
You had not mentioned which
You had not mentioned which modules are you using. I think you are deveoping your own code. I would recemmend you to use Drupal's Ecommerce module (http://drupal.org/project/ecommerce). It has many useful featues that you can use. It is always good to use proved solutions. It will save lot of your time. Apart from that you can always edit that module according to your specific need.
thnx!
hi,
I am working with drupal modules only.
But the functionality which we want is not configurable in drupal directly.
so, i am looking for some way to figure out a solution.
Basic E-Commerce things are handled by the module which u listed. But we need few more additional functionalities.
I experimented with CCK( WITH ITS SUPPORTED MODS), Views etc etc (in collaboration with E-Commerce)
but unable to land on an optimal solution.
Sree