Forums / Developer / ezOrder seems not to handle order items correctly
Tony Wood
Tuesday 12 August 2003 9:36:31 am
Hi,
v3.1 (latest svn)
I am working with ezorder and when i pick more than a single item the order process when you go to confirm order.
I have followed the process in ezproductcollection_item and the orders are fine until the hit to confirm order at with point they get messed up.
Anyone else had this?
Tony
Tony Wood : twitter.com/tonywood Vision with Technology Experts in eZ Publish consulting & development Power to the Editor! Free eZ Training : http://www.VisionWT.com/training eZ Future Podcast : http://www.VisionWT.com/eZ-Future
Thursday 14 August 2003 6:54:55 am
Egg on face time...
The order system does work correctly, we had removed <input type="text" name="ProductItemCountList[]" value="{$Basket:ProductItem:item.item_count}" size="5" /> which casues item count to mess up.
All ok now :)