I created a bakery webshop. I would like to use this module contrib int the 'pies'-section where people can set/choose the number of persons. Price must be calculated upon this quantity.
I've tested this module and would like to remark upon its usage following issues:
Please consider these alterations.
I need this module and am willing to contribute.
Grtz.
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | commerce_order_collect.tar_.gz | 1.87 KB | WilliamV |
Comments
Comment #1
pcambraI'm afraid that this module covers price per quantity of items and not other data that can alter product price such attributes or number of purchasers, but if you want to set the values of the price table field to both min and max to the same values (such 4, 6, 12...) that should be working fine, if you find some bugs there, I'd appreciate if you could report them in other issues.
Max qty is not required, if you want to set unlimited, you can just put -1 as value.
This module doesn't affect the quantity widget, just takes care of the formatter of the price field to display the prices in a table and replaces the price component of the product once it has been added to the cart.
Thanks
Comment #2
WilliamV commentedCouldn't a quantity selection conform the price table be a possibility?
When setting min and max quantity equal, both values are displayed instead of one.
And one more question if i may: can the titlle of 'quantity' with the use of a certain content type be customised? And can i change the label of price, because when editing drupal says the field is locked?
Thx!
Comment #3
pcambraChanging the title to handle the duplicated quantity bug when max and min are the same.
Quantity/add to cart widget is a formatter attached to price field (note that price and price table are not the same field) so you can use the quantity-add to cart formatter in whatever content type you have a price field set. I don't think you can change the price field label within the UI.
Comment #4
pcambraJust commited a fix for the duplicated quantity bug and also add a display formatter settings for changing price/quantity labels
Comment #5
WilliamV commentedWill test.
I'm creating a new contrib module based upon yours for adding a date and time field to enter. I'm calling it Order collect date.
Attached you find the files, but the datefield isn't very correct as it doesn't display. Can you take a look as regarding the date field api (module: date) not much info is published and i'm stuck.
Thank you!
Comment #6
WilliamV commentedAny feedback possible?
Comment #7
pcambraI think that the module you comment is out of scope of commerce price table one, for working in your own commerce projects you can now create sandbox projects, see http://drupal.org/contribute/development for more details on how to start contributing and then http://drupal.org/node/1011698 for details on how to get your sandbox project upgraded to full project.
Comment #8
WilliamV commentedThanks for the reply.
I will look into this.
I forgot to state: i based the above module (collect_date) upon the order_comment module. I only need the date fields filled in instead of the text fields. Do take a look, i insist, and let me know if i'm on the good track.
Thank you!
Comment #9
WilliamV commentedAny further feedback? Don't want to sound annoying though.
Grtz.
Comment #10
pcambraTake a look to Commerce Fieldgroup Panes (http://drupal.org/project/commerce_fieldgroup_panes) module as it provides a more extensible support for fields into checkout
Comment #11
WilliamV commentedThanks! I'll give a look into this!