By sndpbohra on
actually when we click on "add to cart" link then it select product quantity 1 by default. but i want to change it 100 means when user click on "add to cart" default product quantity selected should be 100.
i am using drupal 6.X + ecommerce module
Please help
Comments
sandeep-beginner...but love drupal
You need to change the add to cart link from:
http://www.example.com/cart/add/16
To:
http://www.example.com/cart/add/16/$qty
16 is the node/product id.