Post by Johnathan » Fri Feb 10, 2017 6:36 am

Image

Current Version: v2023-5-12 (release notes)

OpenCart Versions: 1.5.0.x - 4.0.2.x

To Purchase: Visit OpenCartX or opencart.com

Image Image

This extension allows you to quickly and easily add, edit, or remove both line items and products on an order. It does not rely on any complicated API calls like the built-in OpenCart editor, and is ideal for making quick changes to an order when you know the textual and price changes you want to make.

  • Upload and go — no core file modifications are necessary. The extension utilizes vQmod for OpenCart 1.5.x, ocMod for OpenCart 2.x/3.0, and Event hooks for OpenCart 4.0.
  • Take advantage of the built-in extension updater. All that's required is to enter your current license key and click "Update".
  • Easily edit products and line items on an order after it's been created. You can change product names, models, quantities, and prices, as well as line item titles and cost values.
  • Quickly add or remove new products and line items on the order.
  • Add or edit options on products, as well as any gift vouchers on the order. (Note: this feature is not available on OpenCart 1.5.x versions.)
  • Optionally edit other order info contained in the "order" database table.
  • Create new orders in the Sales > Orders area, or for a specific customer in the Customers area of the admin panel.
  • Can be used in conjunction with Collect Payment Later to create a delayed payment system, where you can edit things like the shipping cost or products on an order, and then send the customer a link where they can pay for and complete their order.


Image Image Image Image

Image Image Image Image Image


User avatar
Administrator

Posts

Joined
Fri Dec 18, 2009 3:08 am


Post by Johnathan » Thu Mar 02, 2017 4:45 am

Updated to v230.2

Release Notes:

- Added: ability to search for products by Model
- Added: ability to set an order history comment when editing
- Added: ability to set the tax amount on products, if you've set your store to display prices with taxes

- Fixed: "Delete Line Item" buttons were not appearing in some versions
- Fixed: tooltips for buttons weren't working for newly added line items

- Updated: product stock is now affected when editing products, if the order status matches the Processing or Complete status in System > Settings
- Updated: new products now pull their Special price if they have one set
- Updated: orders in non-default currencies now display prices in the order currency instead of the default currency

Image Image Image Image Image


User avatar
Administrator

Posts

Joined
Fri Dec 18, 2009 3:08 am


Post by Johnathan » Thu Mar 30, 2017 1:53 am

Updated to v230.3

Release Notes:

- Added: stock decrementing for options associated with products on the order when their quantity is changed or they are deleted
- Added: product options within the "order_option" table are now deleted when the product is removed from the order

- Fixed: "Undefined index: order_status" error for 2.0 through 2.1
- Fixed: "unserialize" errors related to custom fields when using those
- Fixed: inventory is still deducted for products set to "Subtract Stock: No"

- Removed: warning about vQmod, since it's not actually required to use the extension itself

Image Image Image Image Image


User avatar
Administrator

Posts

Joined
Fri Dec 18, 2009 3:08 am


Post by Johnathan » Fri Jul 07, 2017 4:36 am

Updated to v300.1

Release Notes:
- NOTE: The extension now uses ocMod instead of vQmod, as required by the OpenCart cloud. If upgrading from a previous version, make sure to delete the old vQmod file, and then click "Refresh" in Extensions > Modifications.

- Added: compatibility with OpenCart 3.0.0.x - 3.0.1.x
- Added: native compatibility with OpenCart 2.3.0.x (You can remove the compatibility fix, or keep using it if you want to)

- Fixed: numbers greater than 999 were adding commas as a thousands separator
- Fixed: issues with "Tax" values for products for non-default currencies
- Fixed: compatibility issues with Checkout Survey and other extensions that add line items after the "Total" line item

- Removed: compatibility with OpenCart 1.5.x and 2.0.0.0 for new versions

- Updated: product options are now displayed (but are not editable) for products already on the order

Image Image Image Image Image


User avatar
Administrator

Posts

Joined
Fri Dec 18, 2009 3:08 am


Post by Johnathan » Tue Sep 26, 2017 4:42 am

Updated to v302.1

Release Notes:

- Confirmed: compatibility with OpenCart 3.0.2.x
- Fixed: "Edit Line Items" button wasn't showing on all 3.0 versions
- Fixed: wrong URL link in the ocMod file

Image Image Image Image Image


User avatar
Administrator

Posts

Joined
Fri Dec 18, 2009 3:08 am


Post by Johnathan » Fri Dec 01, 2017 2:21 am

Updated to v302.2

Release Notes:

- Fixed: "non-numeric value encountered" error when not entering 0 for a product price or line item without a value
- Fixed: issue with updating the order total if the Total line item is not the highest value line item on the order
- Fixed: adding and then deleting a product or line item would delete the product or line item above it

- Updated: the "Sub-Total" line no longer shows the "Delete Line Item" button
- Updated: the "Save" button now keeps the user on the same page, so multiple edits can be made; you can use the "Back" button to return to the order list

Image Image Image Image Image


User avatar
Administrator

Posts

Joined
Fri Dec 18, 2009 3:08 am


Post by Johnathan » Fri Jan 05, 2018 2:01 am

Updated to v302.3

Release Notes:

- Added: ability to edit product options
- Added: ability to add/edit gift vouchers on the order
- Added: ability to e-mail an added order comment to the customer

- Updated: "Back" button now goes back to the properly filtered / paginated order list page
- Updated: new line items that have a negative value are now assigned the "coupon" code instead of the "total" coupon

Image Image Image Image Image


User avatar
Administrator

Posts

Joined
Fri Dec 18, 2009 3:08 am


Post by Johnathan » Sat Jul 21, 2018 5:35 am

Updated to v302.4

Release Notes:

- Added: additional Back button, so you can choose to go back to the order info page, or the order list page
- Added: ability to create new orders, using a "New Order" button on the order listing page
- Added: "New Order" button for the customer listing page, to create a new order for a specific customer
- Added: "Edit Order Line Items" button to the Sales > Orders > View pages

- Updated: orders without products can now be edited
- Updated: <select> dropdowns are now used for the following settings in the "Edit Other Order Data" section: customer_group_id, payment_country_id, payment_zone_id, shipping_country_id, shipping_zone_id, order_status_id
- Updated: the button icon is now different than the normal Edit buttons

Image Image Image Image Image


User avatar
Administrator

Posts

Joined
Fri Dec 18, 2009 3:08 am


Post by Johnathan » Tue Dec 17, 2019 2:32 am

Updated to v303.1

Release Notes:

- NOTE: Automatic tax calculation has been requested by many users, so this version has the ability to automatically recalculate the "Taxes" line item based on the that line item's title, by pulling the current rate for that title from the database. OpenCart does not store any tax rate information for an order, so this is the only way to do it without having to recreate the entire order (which is how the normal order editor does it). Recreating the order is too complicated to add into this extension, especially since I never planned on it becoming a full-featured order editor, so I do not plan on adding support for that in the future. Lastly, because not all users want automatic tax recalculation, this process is optional and requires a button click to recalculate before saving the order.

- Added: ability to recalculate the "Taxes" line item based on the original tax rate for the order (determined by the line item title)
- Added: the "Tax" field for each product is now recalculated automatically, based on the tax rate at the time the order was placed (new products will NOT be automatically calculated, so you must enter those values manually)
- Added: option prices are now displayed next to the option value names, and will automatically update the product price when chosen
- Added: support for displaying (but not editing) "Matrix" type options added by another extension

- Confirmed: compatibility with OpenCart 3.0.3.x

- Fixed: periods in currency codes causing issues with product price parsing
- Fixed: products couldn't be deleted from the last update
- Fixed: deleted products with options weren't restocking the option correctly
- Fixed: "Save" button was showing on the order list when it shouldn't have
- Fixed: product Model values that contained ( or ) were parsed incorrectly
- Fixed: quotes used within custom fields would save incorrectly

- Updated: currencies with right-hand symbols now show correctly
- Updated: the first product on the order can no longer be deleted
- Updated: instructions.txt file with directions on how to delete old v2 controller files that can cause issues
- Updated: replaced the @ character used for new line items with ~ to avoid conflicting with e-mail address fields for product options

Image Image Image Image Image


User avatar
Administrator

Posts

Joined
Fri Dec 18, 2009 3:08 am


Post by Johnathan » Thu Apr 16, 2020 3:38 am

Updated to v303.2

Release Notes:

- Added: language variables for the buttons the ocMod file adds to other pages, so they can be more easily translated in multi-lingual installations

- Fixed: automatic tax calculation for the product "Tax" fields was muliplying the amount by the quantity of the product
- Fixed: product names were being pulled from any language, instead of the main admin language
- Fixed: resaving the order added option prices to the option names

Image Image Image Image Image


User avatar
Administrator

Posts

Joined
Fri Dec 18, 2009 3:08 am


Post by Johnathan » Thu Jan 07, 2021 4:32 am

Updated to v303.3

Release Notes:

- Added: compatibility with Intermediate Order Total
- Added: when adding new products to an order, the product prices will now be calculated correctly based on the order's currency code

- Fixed: whitespace characters that aren't normal spaces in the product's Model field would mess up the product auto-complete
- Fixed: new language variables weren't working on OpenCart 2.3
- Fixed: horizontal scrolling didn't work in OpenCart 3.0 versions
- Fixed: the OpenCart shipping invoice wasn't respecting product name changes
- Fixed: issues with stock decrementing/incrementing for product options
- Fixed: HTML would appear in the auto-complete dropdown when using arrow keys

- Updated: the extension should now show "Enabled" for its status in Extensions > Modules once it's installed
- Updated: out of stock options now show that in their name

Image Image Image Image Image


User avatar
Administrator

Posts

Joined
Fri Dec 18, 2009 3:08 am


Post by Johnathan » Tue Oct 19, 2021 12:58 am

Updated to v303.4

Release Notes:

- Added: product images to the product data table
- Added: product images to the auto-complete dropdown when adding new products
- Added: ability to use the "Recalculate Tax" button with Clear Thinking's tax-related extensions

- Fixed: "Undefined variable: order_id" error on the main order listing page
- Fixed: HTML in shipping method names would break the page
- Fixed: HTML in the "order_total" table's "text" column (added by some other extensions like Display Order Totals With Tax) would break the page
- Fixed: product "Tax" field values were incorrect for non-default currencies

- Removed: "Increment/Decrement" log notices accidentally left in the code

- Updated: product ID field is now bigger so it shows higher values

Image Image Image Image Image


User avatar
Administrator

Posts

Joined
Fri Dec 18, 2009 3:08 am


Post by Johnathan » Thu Oct 20, 2022 3:32 am

Updated to v2022-10-19

Release Notes:

- NOTE: Starting with this release, version numbers will now be based on the date the new version is released.

- Added: compatibility with OpenCart 4.0.0.x - 4.0.1.x
- Added: "Create New Order" button to the main extension admin panel
- Added: some CSS to help with small screen sizes, by hiding the left column

- Fixed: issues with tooltips when adding a new product
- Fixed: newline issues in the order comment e-mail for some e-mail programs

- Updated: instructions.txt file and some help text in the extension
- Updated: when adding products, exact matches will now show first
- Updated: special pricing when adding new products is now based on the customer_group_id of the order

Image Image Image Image Image


User avatar
Administrator

Posts

Joined
Fri Dec 18, 2009 3:08 am


Post by Johnathan » Sat May 13, 2023 4:27 am

UPDATED TO v2023-5-12

*** If you find this extension useful, please consider commenting or rating if you haven't already ***

RELEASE NOTES:
- Added: compatibility with OpenCart 4.0.2.x
- Added: new "Check For Updates" button with one-click update functionality

- Fixed: buttons displaying twice when used with the latest version of Collect Payment Later

- Updated: 4.0 Event hooks are now deleted when uninstalling the extension

Image Image Image Image Image


User avatar
Administrator

Posts

Joined
Fri Dec 18, 2009 3:08 am

Who is online

Users browsing this forum: No registered users and 53 guests