[Date Prev][Date Next][Thread Prev][Thread Next][Minivend by date
][Minivend by thread
]
changing [item-quantity] by code?
Hi,
hope someobody can help me with this:
I want to change to number of items in the cart *by code*, is that possible?
Example:
[item-list]
Item: [item-code] Quan: [item-quantity] Price: [item-price]<br>
[/item-list]
__code to set [item quantity] for item #0 to 10__
[item-list]
Item: [item-code] Quan: [item-quantity] Price: [item-price]<br>
[/item-list]
Would return:
Item: 001 Quan: 1 Price: 10
Item: 005 Quan: 2 Price: 4
Item: 001 Quan: 10 Price: 10
Item: 005 Quan: 2 Price: 4