1 Attachment(s)
Re: Edit Orders v4.0 Support Thread
Thanks you so much for Reply .. i changed but in monthly sale ..under reports iTs still showing % value ...
i want same value that i put using edit order..
its automatically convert with % in monthly sale page .. but i dont want it .. :( please help..
Attachment 18300
1 Attachment(s)
Re: Edit Orders v4.0 Support Thread
Quote:
Originally Posted by
lat9
You don't say which version of Edit Orders you're using, but by the screenshot it's a pretty old one.
You'll (unfortunately) need to edit your /admin/edit_orders.php, locating
%</td> and changing that to
+</td>. I'll migrate that symbol to the edit_orders.php language file for the next release.
Identified in this GitHub issue:
https://github.com/lat9/edit_orders/issues/96
Thanks you so much for Reply .. i changed but in monthly sale ..under reports iTs still showing % value ...
i want same value that i put using edit order..
its automatically convert with % in monthly sale page .. but i dont want it .. please help..
Attachment 18301
Re: Edit Orders v4.0 Support Thread
Quote:
Originally Posted by
crixus
Thanks you so much for Reply .. i changed but in monthly sale ..under reports iTs still showing % value ...
i want same value that i put using edit order..
its automatically convert with % in monthly sale page .. but i dont want it .. please help..
Attachment 18301
Oh, I misunderstood what you are trying to do, i.e. apply a fixed sales tax amount rather than a percentage based on the value.
Unfortunately, those percentage-based tax calculations are baked into Edit Orders' calculations, just like on the storefront.
Re: Edit Orders v4.0 Support Thread
Quote:
Originally Posted by
lat9
Oh, I misunderstood what you are trying to do, i.e. apply a fixed sales tax amount rather than a percentage based on the value.
Unfortunately, those percentage-based tax calculations are baked into Edit Orders' calculations, just like on the storefront.
May i know how to remove
percentage from monthly sales report?
Re: Edit Orders v4.0 Support Thread
Quote:
Originally Posted by
crixus
May i know how to remove
percentage from monthly sales report?
You'd need to ask in that plugin's support thread.
Re: Edit Orders v4.0 Support Thread
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?
Re: Edit Orders v4.0 Support Thread
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.
Re: Edit Orders v4.0 Support Thread
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>
Re: Edit Orders v4.0 Support Thread
Quote:
Originally Posted by
OldNGrey
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.
Yes same with mine, did you find a sollution?
The problem is name, model and final_price cant be updated...
Re: Edit Orders v4.0 Support Thread
Quote:
Originally Posted by
perfumbg
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?
Quote:
Originally Posted by
OldNGrey
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.
What version of Edit Orders is being used in each instance? Please note that I haven't had a chance to vet Edit Orders 4.3.5 (the most recent, stable version) with zc156+.