Hi,

I'm evaluating getpaid for an online fabric shop. One of their
requirements is that the orders should accept float numbers since
ordering 1.5 meters of fabric is very common. One way would be to use
cm intead of meters, but it's a bit of annoying for the user to use cm
to order fabric.

I have modified getpaid.core.interfaces.ILineItem and
getpaid.core.cart.CartItemTotals to support float numbers in the
quantity field. It works, but I think it's not the correct way to
implement the floating quantities in orders.

One of my attempts to implement the floating quantities was creating a
package using an overrides.zcml but I cannot override an interface, so
it's not the way.

Any ideas to implement this without patching the sources?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"getpaid-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/getpaid-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to