I have wierd problem wit EO on ZC1.5.6.
I can't update product price nor product total, but its possible to edit shipping costs as well custommer info and add new products to the order but they dont affect order total.
There is no error LOG.
Any Ideas?
My most recent work: magprom.net
zc156a
I have observed the same. Edit product price not saved but in mine adding a new product increases the total cost. It also recalculates the postage and increments it by the tax amount for each update.
This did not occur with zc155a.
Here is the exact line wich is not possible to eddit:
PHP Code:
<td class="dataTableContent" align="right" valign="top"><input class="amount" name="update_products[<?php echo $orders_products_id; ?>][final_price]" size="5" value="<?php echo number_format($order->products[$i]['final_price'], 2, '.', ''); ?>" /></td>
My most recent work: magprom.net
Bookmarks