Closed (fixed)
Project:
e-Commerce
Version:
6.x-4.x-dev
Component:
ec_store
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Feb 2010 at 08:50 UTC
Updated:
10 May 2010 at 21:30 UTC
Jump to comment: Most recent file
Comments
Comment #1
EPO commentedSame same but different
Comment #2
EPO commentedForget to set appropriate status.
Comment #3
EPO commentedRemark: I am aware of the problem that there may be no quantity defined. But a coding like this:
is awkward and ill. "$item" is an object, and therefore the constructor have to take care of a proper initialization of the object. If for any reason there is a problem it is a problem of the constructor or perhaps with inheritance (objects with and may be without quantity are of different type and must have different constructors).
Comment #4
xen commentedMerged patches and reworked to use ec_product_check_qty.
Comment #5
gordon commentedlet testing at it
Comment #7
gordon commentedRerolled for 6.x-4.x-dev
Comment #8
gordon commentedThanks @Xen