I have a module we've pieced together on another thread.
There is a problem:
'Aprons' => array(
'base' => 28.6,
'extra' => 6.6,
'ids' => array(1, 3, 2, 7)
If I test run my cart and "check out" with one quantity of #1 and two quantities of #7 it charges 'base' twice plus one 'extra' INSTEAD of one 'base' and two 'extra's.
http://quebecinter.net/regaliax/incl...temcanada.phps
Does any one see any gaping holes? It is based upon a per-item module. In this case it parses a string "'Apron'. If exists, it assigns a base price for shipping and an 'extra' charge for items more than one. It is supposed to restrict itself to product ids 1, 3, 2, 7.
I can code a bit, but was never good at arrays.
John





