- Fixed additional email for loop issue causing "Please Wait" and "Error Send To Required"
- Improved featured products query to make all status checks and return all pertinent data to match latest and bestseller queries.
- If no shipping, tax zone set to buyer's payment zone instead of default store zone
- Session uses full path for session to prevent session sharing
- Removed unneeded products variable from admin order.php
- Removed error on empty language file
- admin/controller/catalog/review.php double text validation cleaned up
- Admin Order Edit was completely redesigned. Now supports product options & updated totals
ADDED:
- Feature Module uses category-style selector for products
- Extension install/uninstall hook. Now when you install/uninstall extensions, if they have their own install/uninstall functions, they will be triggered.
- Logout destroys session completely.
- sort by model
- Cache for featured products
- Image class supports proper extension name on resize and transparency for png and gif.
- Extensions will "self-clean" if the files are deleted without uninstalling the extension first.
- Restored "Show Out Of Stock warning" option in setting
- Parent Category pages show image next to description
- CheckAll to all checkbox lists
- Postcode required by default now on all account, address, and guest address pages
- Coupon code can be entered on Payment AND Confirm page, for those payments that skip the payment page
- New Paypal Improved. Itemized products, PDT support, debug messaging and more.
NOTES:
- Admin Order "Entry" is NOT included and will not be for 1.4.x. There are mods available to help admins enter orders.
- Admin Order "Edit" is completely redesigned to focus on the products. Ajax is used to update the product list instantly. However, to see updated totals, you will need to refresh the page. I will see if I can get that added before final release, but it is not a priority. No other fields are editable at this time. If it really a desired option I will see about quickly adding editing addresses to the next RC release.
- Admin Order "Edit" converts all prices to the currency of the original order for convenience.
- Admin Order "Edit" offers a free form Tax field. It adds to the actual product total but not to the the actual tax total. This means the tax line won't update but the main total will still be correct. This is due to the way that totals are stored in opencart order_total table. There is no discernible way to track which of the totals is the tax.
Let me know if there are any issue in either this thread or the "[RC1 ONLY] Post any OpenCart 1.4.9 RC1 Bugs here!" thread
DOWNLOAD HERE
Reason: Removed from Global
Yes there is!Qphoria wrote:... There is no discernible way to track which of the totals is the tax.
Code: Select all
$this->config->get('tax_sort_order')
Code: Select all
SELECT * FROM order_total WHERE sort_order = '" . $this->config->get('tax_sort_order) . "'
Modules for OpenCart 2.3.0.2
Homepage Module [Free - since OpenCart 0.7.7]
Multistore Extensions
Store Manager Multi-Vendor/Multi-Store management tool
If you're not living on the edge ... you're taking up too much space!
That is good only if you dont have other order totals at the same sort number. But yea I guess that would be the closest option if the sort rule was strictly followed. Thanks for the tip.fido-x wrote:Yes there is!Qphoria wrote:... There is no discernible way to track which of the totals is the tax.A query like:Code: Select all
$this->config->get('tax_sort_order')
will return the taxes from the order_total table.Code: Select all
SELECT * FROM order_total WHERE sort_order = '" . $this->config->get('tax_sort_order) . "'
Maybe some kind of "validation" so that sub-totals, shipping methods and taxes can't have the same sort order. After all, having the same sort order for sub-total, shipping and taxes could cause problems in calculating the total price.Qphoria wrote:That is good only if you dont have other order totals at the same sort number. But yea I guess that would be the closest option if the sort rule was strictly followed. Thanks for the tip.
Modules for OpenCart 2.3.0.2
Homepage Module [Free - since OpenCart 0.7.7]
Multistore Extensions
Store Manager Multi-Vendor/Multi-Store management tool
If you're not living on the edge ... you're taking up too much space!
Norman in 't Veldt
Moderator OpenCart Forums
_________________ READ and Search BEFORE POSTING _________________
Our FREE search: Find your answer FAST!.
[How to] BTW + Verzend + betaal setup.
I know its taken a fair bit of time and work to get these features to a releasable stage. Thanks your your efforts.
When will the Order entry be added. Not that i'm not more than happy with what you have done. Its just the main feature i'm waiting for. :-)
Also will there be an actual returns process integrated into the core. I mean a way to possibly enter the order number into the return system, it could then call up the order and allow you to select products to return or a return all/select all,then tally the returns value selected and either add items back to stock or a faulty/damaged radio option then save/process.
When are we expecting 1.5.0, Daniel said end of August, is this still achievable
Sorry if this is in the wrong thread for this.
Just downloading 1.4.9 RC1 for a quick test after all that.
Thanks Again
Stew
I have searched the forum in several ways for a contribution/extension for order entry but nothing of consequence (apart from "when will it be included....." crops up.Qphoria wrote:
- Admin Order "Entry" is NOT included and will not be for 1.4.x. There are mods available to help admins enter orders.
Any hints as to where this/these module type may be found please?
Cheers
A stupid question is the one you -don't- ask.........(Anon)
)C1.5.0.1 (IN devel)
OC V1.4.9.5
OC V1.4.9.2
OC V1.4.7
OC V1.3.4
http://forum.opencart.com/viewtopic.php?t=5556cmebd wrote:I have searched the forum in several ways for a contribution/extension for order entry but nothing of consequence (apart from "when will it be included....." crops up.Qphoria wrote:
- Admin Order "Entry" is NOT included and will not be for 1.4.x. There are mods available to help admins enter orders.
Any hints as to where this/these module type may be found please?
Cheers
I am not sure whether one would class this is a bug but for some reason I am unable to access the front end when selecting "Maintenance" mode even when logged in as admin. This worked perfectly fine in 1.4.7 for me.
If I need to move this please let me know.
Cheers
A stupid question is the one you -don't- ask.........(Anon)
)C1.5.0.1 (IN devel)
OC V1.4.9.5
OC V1.4.9.2
OC V1.4.7
OC V1.3.4
I cannot reproduce this. I log in as admin and set maintenance mode. I check the front end and I see my store. If I log out of admin, only then do I get sent to the maintenance pagecmebd wrote:Thanks Q.
I am not sure whether one would class this is a bug but for some reason I am unable to access the front end when selecting "Maintenance" mode even when logged in as admin. This worked perfectly fine in 1.4.7 for me.
If I need to move this please let me know.
Cheers
damian wrote:This problem:Qphoria wrote:
Which problems?
http://www.opencart.com/index.php?route ... &bug_id=55
Just wanted to say thank you for v149 rc1. I upgraded from 1.4.7, followed your upgrade instructions and it was seemless. Thank you for all the hard work. OpenCart keeps getting better and better!
I did have one question...I understand that v149 rc2 will be released soon,
because I have made a number of custom changes to files in v149 rc1 for my site, what is the best way for me to upgrade from v149 rc1 to v149 rc2 and still keep most if not all of my custom changes that I made with my v149 rc1 install?
Basically I only want to update the files that have changed between v149 rc1 and v149 rc2... any suggestions? or can you provide me a list of files?
Any advice?
Users browsing this forum: No registered users and 8 guests