Zen Cart Logo
Forums / Addon Admin Tools / Edit Orders v4.0 Support Thread

Edit Orders v4.0 Support Thread

Views: 346,084

Results 1,781 to 1,800 of 1,927
28 Feb 2024, 4:31 PM
#1781
lat9 avatar

lat9

Administrator

Join Date:
Sep 2009
Location:
Stuart, FL
Posts:
14,069
Plugin Contributions:
56

Edit Orders v4.0 Support Thread

Edit Orders, v4.7.0, is now available for download: https://www.zen-cart.com/downloads.php?do=file&id=1513

This release contains changes associated with these GitHub issues: https://github.com/lat9/edit_orders/issues?q=is%3Aissue+milestone%3Av4.7.0

Please note: This release supports Zen Cart 1.5.8 and later; it will not work if you attempt to install it on an older version of Zen Cart!

Additional information can be found in Edit Order's online Wiki: https://github.com/lat9/edit_orders/wiki

28 Feb 2024, 6:31 PM
#1782
swguy avatar

swguy

Administrator

Join Date:
Feb 2006
Location:
Tampa Bay, Florida
Posts:
10,689
Plugin Contributions:
56

Re: Edit Orders v4.0 Support Thread

Fantastic news, Cindy!

Alright users of Zen Cart 1.5.7 and below, the excuse that "there's no Edit Orders in 1.5.8" has been eliminated, so get cracking on your upgrade!

3 Mar 2024, 1:30 AM
#1783
bruce1952 avatar

bruce1952

Totally Zenned

Join Date:
Aug 2008
Location:
Sydney Australia
Posts:
828
Plugin Contributions:
0

Re: Edit Orders v4.0 Support Thread

I have a question relating to edit orders.

  1. When adding a product to an order and it changes the total amount payable.

  2. We use PayPal for payment gateway for credit cards and PayPal itself.

  3. I am unable to see an option so once a customer pays the difference that you can add the payment to the order.

Can someone tell me where the option is to add the payment once made.

We are at present using version 4.7.0 beta3 and latest version of zencart (1.5.8a) and version 8.1php

As always any help would be appreciated

3 Mar 2024, 2:57 PM
#1784
lat9 avatar

lat9

Administrator

Join Date:
Sep 2009
Location:
Stuart, FL
Posts:
14,069
Plugin Contributions:
56

Re: Edit Orders v4.0 Support Thread

Bruce1952:

I have a question relating to edit orders.

  1. When adding a product to an order and it changes the total amount payable.

  2. We use PayPal for payment gateway for credit cards and PayPal itself.

  3. I am unable to see an option so once a customer pays the difference that you can add the payment to the order.

Can someone tell me where the option is to add the payment once made.

We are at present using version 4.7.0 beta3 and latest version of zencart (1.5.8a) and version 8.1php

As always any help would be appreciated
You'd need to go to your payment-provider's (e.g. PayPal) management page to either refund a portion of the payment (in the case that an item was removed from the order) or, in the example you gave, send a PayPal invoice to the customer to cover the additional funds required.

It's been mentioned before that the use of various order's status values helps you (the store owner) to keep track of the payment-history (and ship-ability) of an order. Tracking of payments is outside of the base Zen Cart's and EO's handling.

7 Mar 2024, 8:07 PM
#1785
apollowilcox avatar

apollowilcox

Zen Follower

Join Date:
Sep 2014
Location:
Indiana
Posts:
123
Plugin Contributions:
0

Re: Edit Orders v4.0 Support Thread

Thanks for the update to EO! We use this frequently as our business lends to customers making post-order changes.

We are on PHP 7.4.33 and ZC 1.5.8a and getting two issues with the new mod, both of which involve GROUP PRICING. (Ugh, right?)

  1. We're getting two variables spelled out as if they are not defined. MODULE_ORDER_TOTAL_GROUP_PRICING_SHIPPING_EXCL_TEXT and MODULE_ORDER_TOTAL_GROUP_PRICING_TAX_EXCL_TEXT. I was unable to find their definition anywhere. I double-checked that all plug-in files had been uploaded. See attached picture. Worst case, i can probably rem out the lines so they do not display.

Attachment 20489

  1. Before editing an order, sales taxes are properly calculated as [(SUBTOTAL - GROUPDISCOUNT + SHIPPING) * .07]. After editing the order, sales taxes are calculated as [(SUBTOTAL + SHIPPING) * .07]. The GROUPDISCOUNT is being excluded thus overstating sales taxes.

Any guidance would be appreciated!

Thank you.

7 Mar 2024, 10:56 PM
#1786
lat9 avatar

lat9

Administrator

Join Date:
Sep 2009
Location:
Stuart, FL
Posts:
14,069
Plugin Contributions:
56

Re: Edit Orders v4.0 Support Thread

That's coming from the /optional-core-overwrites version of ot_group_pricing.php. I'll need to review (the EO 4.7.0 update had a very long 'gestation period') those changes, obviously. For right now, just restore that file to its as-shipped zc158a version.

20 Mar 2024, 12:11 AM
#1787
lat9 avatar

lat9

Administrator

Join Date:
Sep 2009
Location:
Stuart, FL
Posts:
14,069
Plugin Contributions:
56

Re: Edit Orders v4.0 Support Thread

Edit Orders v4.7.1 is now available for download: https://www.zen-cart.com/downloads.php?do=file&id=1513

This release contains changes associated with the following GitHub issues:

#233: Correct "Naggy" status-history address-change messages when an address has a "special HTML character"
#235: Correct 'missing' Font Awesome icons on addresses' blocks for zc158.
#236: Correct ot_group_pricing.php pricing calculations, in the /optional-core-overwrites directory.
#237: Add a notification to ot_group_pricing, enabling discounts to be adjusted by site-specific observers.

9 Apr 2024, 8:48 PM
#1788
dave224 avatar

dave224

Zen Follower

Join Date:
Jun 2012
Posts:
481
Plugin Contributions:
0

Re: Edit Orders v4.0 Support Thread

I have a requirement to adjust the product quantities of one or more products if a certain product is edited. The storeowner wants to sell certain products individually as well as a set. The set would be made up when the customer orders it, rather than being made beforehand. Thus when a set is purchased the quantities of the individual products need to be adjusted downward, and when an individual product is purchased, the quantity of the number of sets that can be made up needs to change. I have handled the cases on purchase, and in the admin when an order is deleted. But I also want to take care of cases where the set or one of the individual products is added to an order, deleted from an order, and when the quantities of the products are changed using edit_orders.

Can you suggest the proper notifiers I should be using, and any other information that might help. For example, I see from an admin notifier trace that some notifiers are called multiple times during an edit session.

Thank you in advance!

Dave

zc 157c, edit_orders 4.6.2

10 Apr 2024, 1:29 PM
#1789
lat9 avatar

lat9

Administrator

Join Date:
Sep 2009
Location:
Stuart, FL
Posts:
14,069
Plugin Contributions:
56

Re: Edit Orders v4.0 Support Thread

Dave224:

I have a requirement to adjust the product quantities of one or more products if a certain product is edited. The storeowner wants to sell certain products individually as well as a set. The set would be made up when the customer orders it, rather than being made beforehand. Thus when a set is purchased the quantities of the individual products need to be adjusted downward, and when an individual product is purchased, the quantity of the number of sets that can be made up needs to change. I have handled the cases on purchase, and in the admin when an order is deleted. But I also want to take care of cases where the set or one of the individual products is added to an order, deleted from an order, and when the quantities of the products are changed using edit_orders.

Can you suggest the proper notifiers I should be using, and any other information that might help. For example, I see from an admin notifier trace that some notifiers are called multiple times during an edit session.

Thank you in advance!

Dave

zc 157c, edit_orders 4.6.2
EO's notifiers issued are fairly well documented: https://github.com/lat9/edit_orders/wiki/Notifications-Issued-by-Edit-Orders

16 Jun 2024, 8:45 PM
#1791
swguy avatar

swguy

Administrator

Join Date:
Feb 2006
Location:
Tampa Bay, Florida
Posts:
10,689
Plugin Contributions:
56

Re: Edit Orders v4.0 Support Thread

Is there a way to record deposits against the order which would reduce the order total?

16 Jun 2024, 9:04 PM
#1792
lat9 avatar

lat9

Administrator

Join Date:
Sep 2009
Location:
Stuart, FL
Posts:
14,069
Plugin Contributions:
56

Re: Edit Orders v4.0 Support Thread

swguy:

Is there a way to record deposits against the order which would reduce the order total?
Not so much record multiple deposits, but you could use the ot_onetime_discount order-total supplied by EO.

16 Jun 2024, 9:05 PM
#1793
swguy avatar

swguy

Administrator

Join Date:
Feb 2006
Location:
Tampa Bay, Florida
Posts:
10,689
Plugin Contributions:
56

Re: Edit Orders v4.0 Support Thread

I saw that ... maybe I could tweak it to allow multiple of these to be entered against one order? With "Allow changing the title" it seems like what I would want.

16 Jun 2024, 9:08 PM
#1794
lat9 avatar

lat9

Administrator

Join Date:
Sep 2009
Location:
Stuart, FL
Posts:
14,069
Plugin Contributions:
56

Re: Edit Orders v4.0 Support Thread

swguy:

I saw that ... maybe I could tweak it to allow multiple of these to be entered against one order? With "Allow changing the title" it seems like what I would want.
You might need to 'clone' it, since changing the title doesn't replicate the order-total's entry ... just the name is changed.

11 Jul 2024, 7:28 PM
#1795
apollowilcox avatar

apollowilcox

Zen Follower

Join Date:
Sep 2014
Location:
Indiana
Posts:
123
Plugin Contributions:
0

Re: Edit Orders v4.0 Support Thread

Just upgraded to this 4.7.1 of EO and still having a minor sales tax issue when a group discount is involved. After editing an order, the new sales tax amount is calculated on the pre-discount product + shipping total. The discount is being ignored. If we re-enter the sales tax rate on any line or on the shipping line - even with the same value - it will then correctly recalc the tax for the net, after-discount product total (plus shipping).

Re-checked everything. Any ideas? Thanks,

11 Jul 2024, 11:55 PM
#1796
lat9 avatar

lat9

Administrator

Join Date:
Sep 2009
Location:
Stuart, FL
Posts:
14,069
Plugin Contributions:
56

Re: Edit Orders v4.0 Support Thread

apollowilcox:

Just upgraded to this 4.7.1 of EO and still having a minor sales tax issue when a group discount is involved. After editing an order, the new sales tax amount is calculated on the pre-discount product + shipping total. The discount is being ignored. If we re-enter the sales tax rate on any line or on the shipping line - even with the same value - it will then correctly recalc the tax for the net, after-discount product total (plus shipping).

Re-checked everything. Any ideas? Thanks,
Did you include the /optional-core-overwrites version of ot_group_discount (both module and language) or are you using the "core" Zen Cart version?

12 Jul 2024, 5:52 PM
#1797
apollowilcox avatar

apollowilcox

Zen Follower

Join Date:
Sep 2014
Location:
Indiana
Posts:
123
Plugin Contributions:
0

Re: Edit Orders v4.0 Support Thread

Yes, without alternation.

12 Jul 2024, 6:13 PM
#1798
lat9 avatar

lat9

Administrator

Join Date:
Sep 2009
Location:
Stuart, FL
Posts:
14,069
Plugin Contributions:
56

Re: Edit Orders v4.0 Support Thread

apollowilcox:

Yes, without alternation.
I don't understand the comment, are you using the "core" or the EO-provided override?

12 Jul 2024, 6:19 PM
#1799
apollowilcox avatar

apollowilcox

Zen Follower

Join Date:
Sep 2014
Location:
Indiana
Posts:
123
Plugin Contributions:
0

Re: Edit Orders v4.0 Support Thread

Using the EO override file.

12 Jul 2024, 6:57 PM
#1800
lat9 avatar

lat9

Administrator

Join Date:
Sep 2009
Location:
Stuart, FL
Posts:
14,069
Plugin Contributions:
56

Re: Edit Orders v4.0 Support Thread

apollowilcox:

Using the EO override file.
Thanks for the update; I'll give it a look-see.