Re: Edit Orders v4.0 Support Thread
If you deleted the init_scripts, you disabled the installer... And the installation may not be complete... DO NOT disable / delete the init_scripts unless instructed to do so by the installer.
Usual cause of all admin pages blank after uploading the install init_scripts are either a corrupted upload or invalid paths specified in "/admin/includes/configure.php". Most commonly the cause is an invalid / incorrect path.
Re: Edit Orders v4.0 Support Thread
Thanks. I will look into that further...
Re: Edit Orders v4.0 Support Thread
Quote:
Originally Posted by
lhungil
If you deleted the init_scripts, you disabled the installer... And the installation may not be complete... DO NOT disable / delete the init_scripts unless instructed to do so by the installer.
Usual cause of all admin pages blank after uploading the install init_scripts are either a corrupted upload or invalid paths specified in "/admin/includes/configure.php". Most commonly the cause is an invalid / incorrect path.
Just did a fresh install of Edit Orders and there was no problem with the install except having to modify the edit_order_functions.php file with the ' AS `p` ' Fix.
Thanks once again for your help with this problem. :smile:
Cheers
Anthony
Re: Edit Orders v4.0 Support Thread
I have a client that wants to update orders and create a new invoice at the same time - will this module do that?
Thanks
Re: Edit Orders v4.0 Support Thread
Would love to see a feature added,
making adding a coupon post order more simple, now I can add a line when editing however in the database it is not stored as ot_coupon for reporting purposes
Re: Edit Orders v4.0 Support Thread
If you select "ot_coupon" and enter the coupon code Edit Orders does add the corresponding entries in the database table (storing order totals). So if the report queries this table, it should work.
Edit Orders does not however update the "# of uses" or other non-order specific coupon entries (at this time)... Which report (3rd party? built-in? steps to access) are you referring to (so I can add the info as a request in the project management system for future review).
Edit Orders Final Cost Adjustment
We tend to adjust the shipping charges for our customers whenever possible. With the current version of EO we have to edit a coupon amount and then apply the coupon to the order totals. Is there a way to enter the shipping discount without using the coupon? Thank you.
ZC 1.5.4
OE 4.1.4
Re: Edit Orders Final Cost Adjustment
Quote:
Originally Posted by
voltar
We tend to adjust the shipping charges for our customers whenever possible. With the current version of EO we have to edit a coupon amount and then apply the coupon to the order totals. Is there a way to enter the shipping discount without using the coupon? Thank you.
ZC 1.5.4
OE 4.1.4
You should be able to directly change the amount for ot_shipping if desired... Or for reporting purposes (and to make the discount obvious to a customer) or you could clone "ot_onetime_discount" and modify it to fit your needs.
Re: Edit Orders v4.0 Support Thread
Hi lhungil,
I have Optional Shipping Insurance with Edit Orders 4.1.4 on ZenCart 1.5.4 and noticed that the Optional Insurance amount was not being included in the order total after editing the order.. I see you comment "returns nothing when loaded in the admin ($charge_it is set to 'false'), so will not recalculate the order total automatically."
Is this the problem I am having?
Do you have any idea how I can fix the problem?
Thanks!!!
Andy
Re: Edit Orders v4.0 Support Thread
Quote:
Originally Posted by
Andy_M
Hi lhungil,
I have Optional Shipping Insurance with Edit Orders 4.1.4 on ZenCart 1.5.4 and noticed that the Optional Insurance amount was not being included in the order total after editing the order.. I see you comment "returns nothing when loaded in the admin ($charge_it is set to 'false'), so will not recalculate the order total automatically."
Is this the problem I am having?
Do you have any idea how I can fix the problem?
Thanks!!!
Andy
If it helps.. here is the log that shows the order total is not including the insurance..
Code:
============================================================
= Done Processing Requested Updates to the Order
============================================================
Final Subtotal: 12.5000
Final Totals:
array (
0 =>
array (
'title' => 'Sub-Total:',
'text' => '$12.50',
'class' => 'ot_subtotal',
),
1 =>
array (
'title' => 'USPS Standard (Shipping to US):',
'text' => '$4.75',
'class' => 'ot_shipping',
),
2 =>
array (
'title' => 'WA TAX 8.4%:',
'text' => '$1.45',
'class' => 'ot_tax',
),
3 =>
array (
'title' => 'Shipping Insurance',
'text' => '$1.70',
'class' => 'ot_insurance',
),
4 =>
array (
'title' => 'Total:',
'text' => '$18.70',
'class' => 'ot_total',
),
)
Final Tax (total): 1.45
Final Tax Groups:
array (
'WA TAX 8.4%' => 1.4490000000000000657252030578092671930789947509765625,
)