OK... I've fixed all the bugs mentioned in this thread. Good to see there were no biggies.
Additionally for RC2, I've added:
- Warning on Admin Dashboard if install folder is not deleted
- Changed the "Check All" box from a checkbox above each list to a cleaner link style below each link
- Added Northern Ireland zones to the upgrade.sql
Since it went so smooth, the plan is to release RC2, fix any remaining bugs in RC2, and that will be Final.
RC2 will be released Saturday morning. I will lock this thread and open an RC2 bug thread so they don't get mixed together.
Additionally for RC2, I've added:
- Warning on Admin Dashboard if install folder is not deleted
- Changed the "Check All" box from a checkbox above each list to a cleaner link style below each link
- Added Northern Ireland zones to the upgrade.sql
Since it went so smooth, the plan is to release RC2, fix any remaining bugs in RC2, and that will be Final.
RC2 will be released Saturday morning. I will lock this thread and open an RC2 bug thread so they don't get mixed together.
Hi I am only testing on my local server but when I click on advanced search I get a % sign in both the top search box keywords and in the tpl for advanced search keyword box.
Has there been the fix for search by price in this one or do we have to manually put that in.
Thanks great work...
Has there been the fix for search by price in this one or do we have to manually put that in.
Thanks great work...
I can confirm that I get the % in the search boxes on my install as well.
do you mean for sort by price? cause search by price has never been in there and would be a feature request.
do you mean for sort by price? cause search by price has never been in there and would be a feature request.
OpenCart commercial mods and development http://spotonsolutions.net
Layered Navigation
Shipment Tracking
Vehicle Year/Make/Model Filter
Yes I meant sort by price - my mistake....
Excellent work chaps.
I have two not so much bugs but more 'can you adds'?
Is it possible to add:
1. logo on invoice
and
2. copy customer registration email to admin (particularly for us guys who run b2b sites that require manual authorisation to new registrations before allowing them (or not) to see prices/order.
Cheers
robster
I have two not so much bugs but more 'can you adds'?
Is it possible to add:
1. logo on invoice
and
2. copy customer registration email to admin (particularly for us guys who run b2b sites that require manual authorisation to new registrations before allowing them (or not) to see prices/order.
Cheers
robster
I know my place...!
How much work is it to get the:
- Quick update for products on product list page (price & qty)
In this 1.4.9 release?
OC 1.5.0 will take a while before being released and stable due to the many changes to the core and template and I see many user having problems updating prices and quantity per product.
If you could provide some code it could be a MOD.
I've tested 1.4.9 RC1 and find no strange things other then already mentioned here so:
I think you did a great job
- Quick update for products on product list page (price & qty)
In this 1.4.9 release?
OC 1.5.0 will take a while before being released and stable due to the many changes to the core and template and I see many user having problems updating prices and quantity per product.
If you could provide some code it could be a MOD.
I've tested 1.4.9 RC1 and find no strange things other then already mentioned here so:
I think you did a great job

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.
This is not a bug but but there is one thing.
OpenCart not working properly when java script it is turned off.
I think that should be added in
catalog\view\theme\default\template\common\header.tlp at <body>:
<noscript>This shop requires JavaScript to run correctly. Please activate JavaScript in your browser.</noscript>
Thanks
OpenCart not working properly when java script it is turned off.
I think that should be added in
catalog\view\theme\default\template\common\header.tlp at <body>:
<noscript>This shop requires JavaScript to run correctly. Please activate JavaScript in your browser.</noscript>
Thanks
1.4.9 RC1 (and 1.4.8b) show the wrong rating for related products on the product page; specifically, they show the rating of the current product and not the rating of the related products.
To fix this, change line 291 of /catalog/controller/product/product.php from
to
To fix this, change line 291 of /catalog/controller/product/product.php from
Code: Select all
$rating = $this->model_catalog_review->getAverageRating($this->request->get['product_id']);
Code: Select all
$rating = $this->model_catalog_review->getAverageRating($result['product_id']);
Thanks! fixededlatimer wrote:1.4.9 RC1 (and 1.4.8b) show the wrong rating for related products on the product page; specifically, they show the rating of the current product and not the rating of the related products.
To fix this, change line 291 of /catalog/controller/product/product.php fromtoCode: Select all
$rating = $this->model_catalog_review->getAverageRating($this->request->get['product_id']);
Code: Select all
$rating = $this->model_catalog_review->getAverageRating($result['product_id']);
v1.4.9 RC2 has been released.
http://forum.opencart.com/viewtopic.php?f=2&t=18920
Please post any new bugs in the RC2 bug thread:
http://forum.opencart.com/viewtopic.php?p=93102#p93102
http://forum.opencart.com/viewtopic.php?f=2&t=18920
Please post any new bugs in the RC2 bug thread:
http://forum.opencart.com/viewtopic.php?p=93102#p93102
Who is online
Users browsing this forum: No registered users and 11 guests