I have release v1.1.9. I plan to release a changelog later.
Changes
Faster Image uploading by removing the dialog box.
Coupon system has been fixed and added some more options.
Order Totals have changed and added low order fee.
Admin form have changed to a different format.
Bug Fixes
There are quite a few bugs fixes.
Upgrading
I'm going to add some instructions later once I have done the changelog.
Changes
Faster Image uploading by removing the dialog box.
Coupon system has been fixed and added some more options.
Order Totals have changed and added low order fee.
Admin form have changed to a different format.
Bug Fixes
There are quite a few bugs fixes.
Upgrading
I'm going to add some instructions later once I have done the changelog.

Peter Russell
Marketing & Communications
OpenCart.com, Co-founder Joomla!
Yay,
Awesome thanks.
How far are we off for the payment modules to be working on the front end! Excuse me being impatient! Its going to be aweeeeesomeeee when PayMate is working.


How far are we off for the payment modules to be working on the front end! Excuse me being impatient! Its going to be aweeeeesomeeee when PayMate is working.


It was a good feature if you wanted to delete and edit existing images but i guess you can do that through FTP.
Also I believe there is an error that occurs when trying to insert a new category, product and manufacturer.
The error that I was getting when trying to insert new product was:
For catagory.php (line 202)
changed
to
For manufacturer.php (line 321)
changed
to
For product.php (line 469)
changed
to
Im not sure if what I did was correct (as i just started with php), however it seems to be working properly now.
Also I believe there is an error that occurs when trying to insert a new category, product and manufacturer.
The error that I was getting when trying to insert new product was:
I'm not sure if anyone else was getting these errors, however I got rid of those errors by modifying category.php, manufacturer.php and product.php in "upload\admin\controller\catalog".Notice: Undefined variable: product_info in ...public_html/oc7/admin/controller/catalog/product.php on line 469
Warning: Cannot modify header information - headers already sent by (output started at
.../public_html/oc7/admin/controller/catalog/product.php:469) in
.../public_html/oc7/system/library/response.php on line 65
For catagory.php (line 202)
changed
Code: Select all
$this->data['image'] = $category_info['image']
Code: Select all
$this->data['image'] = @$category_info['image']
changed
Code: Select all
$this->data['image'] = $manufacturer_info['image'];
Code: Select all
$this->data['image'] = @$manufacturer_info['image'];
changed
Code: Select all
$this->data['image'] = $product_info['image'];
Code: Select all
$this->data['image'] = @$product_info['image'];
Im not sure if what I did was correct (as i just started with php), however it seems to be working properly now.
Also its having problems accepting gif and png images as i get the error "ivalid image type!"
I've worked out how to get it to accept gif images (modifying images.php in ..upload/admin/controller/catalog line 39), however I cant yet work out how to get png images accepted. If you could also fix that problem, it would be great.
Thanks
I've worked out how to get it to accept gif images (modifying images.php in ..upload/admin/controller/catalog line 39), however I cant yet work out how to get png images accepted. If you could also fix that problem, it would be great.
Thanks
Hi daniel, seems like the coupon system is not working properly. Customer is able to reuse the same coupon code even it already configured to use for only once and only for 1 customer.
I have checked on the database side, seems like there is no data being inserted into the coupon_redeem table. My coupon_redeem table are still empty after I tried several orders to test it out, all the orders are reached at the Success order page.
From front-end, there is no any error message occured, everything runs just fine.
I have checked on the database side, seems like there is no data being inserted into the coupon_redeem table. My coupon_redeem table are still empty after I tried several orders to test it out, all the orders are reached at the Success order page.
From front-end, there is no any error message occured, everything runs just fine.
Who is online
Users browsing this forum: No registered users and 10 guests