My Site - Zen Cart & WordPress integration specialist
I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.
Hi Diva,
i found the culprit, in \admin\edit_orders.php line 432 is:
tell me if i get it right, basically It take the order_total['value'] and put it in the order_total['text'] after formatting it with currencies.PHP Code:
$order_total['text'] = $currencies->format($order_total['value'], true, $order->info['currency'], $order->info['currency_value']);
Would something likedo the same but without formatting?PHP Code:
$order_total['text'] = $order_total['value'];
Thanks
My Site - Zen Cart & WordPress integration specialist
I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.
Sorry Diva, maybe i'm a little odd buy i cannot understand how this error could be related to Reward Point... It ěs generated when i edit an order using Edit order...
Maybe I explained bad..
1. I put ad order
2. I went to admin and edited the order using Edit order to change the shipping price
3. After udating i saw that in the field of the points there was a "€" more" , added by the editing. Checking the database i found that the Value field was unchanged, but the TEXT field had a "€" (i'm referring to the order_total table in the database).
The thing that i'm traying to say is that the Reward point module is not involved after i put the order, all the admin part regards the edit order module. It is the Edit Order module that Edit the fields and modified it... or my logic is wrong?
By the way thanks for the advice
The issue you are reporting is caused by the way Reward Points was implemented. This is not a bug in Edit Orders.
There is a long dicsussion about the issue in the Reward Points thread. The discussion includes known workarounds (and the issues introduced by the workarounds). The discussion also includes the WHY and suggestions for improving / refactoring a future version of Reward Points.
Further discussion on the topic of Reward Points should occur in the Reward Points support thread.
The site I manage has a lot of call for price products. We've begun to input the orders with the Edit Orders/Super Orders modules. I see from the support thread that these modules don't actually process the credit cards. Is it possible to make this happen (we use usaepay for credit card processing)? Any help would be appriciated.
Thanks,
Tadj
My Site - Zen Cart & WordPress integration specialist
I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.
Since I can't get the calculations to work right with EO 4.1.4, I uninstalled and installed EO 4.0.4. When I load the edit orders page, I'm getting "Failed to connect database:opai" at the advanced attributes editor. Anyone have any idea why this would happen?
Edit Orders 4.0.x is not compatible with Zen Cart >= 1.5.2.
Bookmarks