Post any OpenCart 1.4.9.1 Bugs here!
Re: Post any OpenCart 1.4.9.1 Bugs here!
anyone got any ideas with the problem i have 2 posts up ^^ there 


- letsallbuy
- Posts: 13
- Joined: Sat Nov 20, 2010 3:34 pm
Re: Post any OpenCart 1.4.9.1 Bugs here!
I'm guessing this is actually ALL versions of opencart rather than just 1.4.9.1 but in the php.ini files there is reference to
max_upload_filesize
when it is in fact
upload_max_filesize
So it's not going to have an effect on any cart
It would be useful to also have post_max_size in the php.ini too
max_upload_filesize
when it is in fact
upload_max_filesize
So it's not going to have an effect on any cart
It would be useful to also have post_max_size in the php.ini too

Better Product SEO URL's - Perfectly structured product links
Better Category SEO URL's - Give subcategories the same SEO keyword
SEO URL's Route Editor - Fix all of your index.php links

-

JAY6390 - Posts: 4636
- Joined: Wed May 26, 2010 3:47 pm
- Location: United Kingdom
Re: Post any OpenCart 1.4.9.1 Bugs here!
Bug which appears to be in ALL versions of OpenCart, for anyone using SEO url's. When you have any pagination/sorting on a page, it won't work. The fix is to edit your .htaccess file rewrite rule
Open the .htaccess file, and find the line
Change it to
This looks to be a bug on all versions!
Open the .htaccess file, and find the line
- Code: Select all
RewriteRule ^(.*)\?*$ index.php?_route_=$1 [L,QSA]
Change it to
- Code: Select all
RewriteRule ^([^?]*) index.php?_route_=$1 [L,QSA]
This looks to be a bug on all versions!

Better Product SEO URL's - Perfectly structured product links
Better Category SEO URL's - Give subcategories the same SEO keyword
SEO URL's Route Editor - Fix all of your index.php links

-

JAY6390 - Posts: 4636
- Joined: Wed May 26, 2010 3:47 pm
- Location: United Kingdom
Re: Post any OpenCart 1.4.9.1 Bugs here!
Not sure about this issue. My page=2 and sort=xxx works fine with the current way. I'll try your new way tho but I think it is best to lay off the sauce 


Donate!|OpenCart Basics|GeoZones
Help me get more development cloud storage - Click Here to get DropBox
-

Qphoria - Administrator
- Posts: 18212
- Joined: Mon Jul 21, 2008 7:02 pm

Re: Post any OpenCart 1.4.9.1 Bugs here!
lol OK OK I'll stop drinking! This happened on a new install with 1.4.9.1

Better Product SEO URL's - Perfectly structured product links
Better Category SEO URL's - Give subcategories the same SEO keyword
SEO URL's Route Editor - Fix all of your index.php links

-

JAY6390 - Posts: 4636
- Joined: Wed May 26, 2010 3:47 pm
- Location: United Kingdom
bug: Image Manager - Move broken
When I go to a product , click on an image the image manager is displaied.
I select an image then click move.
All selections have an error followed by the folder name.
Verified on 2 sites.
I haven't found a fix yet.
Thanks,
Robert
I select an image then click move.
All selections have an error followed by the folder name.
Verified on 2 sites.
I haven't found a fix yet.
Thanks,
Robert
- deterset
- Posts: 5
- Joined: Thu Dec 16, 2010 7:30 pm
- Location: Texas
Re: Post any OpenCart 1.4.9.1 Bugs here!
Don't know if it's a bug, but I consider it this way: when admin cancels (or denies) an order, shouldn't it subtract form "Total Sales" and "Total sales this year" in Control Panel? I mean, it's not a final sale, right?
I'm using Open Cart 1.5.4.1 on http://www.importpieseauto.ro
-

Lao - Posts: 219
- Joined: Tue Nov 23, 2010 7:31 am
- Location: Craiova, Romania
Re: Post any OpenCart 1.4.9.1 Bugs here!
Lao wrote:Don't know if it's a bug, but I consider it this way: when admin cancels (or denies) an order, shouldn't it subtract form "Total Sales" and "Total sales this year" in Control Panel? I mean, it's not a final sale, right?
Have a look at: Total Sales Value incorrect.
Norman in 't Veldt
Moderator OpenCart Forums
_________________ READ and Search BEFORE POSTING _________________
Our FREE search: Find your answer FAST!.
First Things First: Opencart Check List.
Documentation: Our Documentation section.
BUGs?: Known BUGS for All OC Versions.
Problemen met de BTW?: [How to] BTW + Verzend & betaalmethodes.
Moderator OpenCart Forums
_________________ READ and Search BEFORE POSTING _________________
Our FREE search: Find your answer FAST!.
First Things First: Opencart Check List.
Documentation: Our Documentation section.
BUGs?: Known BUGS for All OC Versions.
Problemen met de BTW?: [How to] BTW + Verzend & betaalmethodes.
-

i2Paq - Global Moderator
- Posts: 9773
- Joined: Mon Nov 09, 2009 11:00 am
- Location: Winkel - The Netherlands
Re: Post any OpenCart 1.4.9.1 Bugs here!
Thanks for the heads-up, but I honestly don't understand what I should do. 
Later edit: with Q's hints I managed to understand what I should've done. I did it and it worked. Thank you!

Later edit: with Q's hints I managed to understand what I should've done. I did it and it worked. Thank you!

I'm using Open Cart 1.5.4.1 on http://www.importpieseauto.ro
-

Lao - Posts: 219
- Joined: Tue Nov 23, 2010 7:31 am
- Location: Craiova, Romania
Re: bug: Image Manager - Move broken
deterset wrote:When I go to a product , click on an image the image manager is displaied.
I select an image then click move.
All selections have an error followed by the folder name.
Verified on 2 sites.
I haven't found a fix yet.
Thanks,
Robert
1.4.9.3 still has this problem.
Verified on 2 sites and I haven't found a fix too.
I must move it in FTP.
PS. It not work on Firefox and IE. But in Chrome it work very well.
- krittawit_st
- Posts: 14
- Joined: Fri Sep 18, 2009 5:06 pm
- Location: Thailand
Re: WYSIWYG editor displaying BING search

My name is Julie.
I have version 1.4.9.1
My Shop -http://faerycharm.com/myshop/
My problem is not something that is viewable on my shop though.
About a month ago my WYSIWYG editor started displaying the 'Bing' Search engine. I have no idea why.
If I want to edit the welcome message or a product, I have to click 'source' on the WYSIWYG editor.

Is there any known fix for this?
Thank you for your help.
Julie
- justjewelie
- Posts: 1
- Joined: Sat Jan 01, 2011 3:11 am
Re: Post any OpenCart 1.4.9.1 Bugs here!
after chosing a product and adding info to guest checkout step 2 gives me a blank page
- liwzy
- Posts: 10
- Joined: Fri Dec 03, 2010 10:25 pm
Re: Post any OpenCart 1.4.9.1 Bugs here!
Thanks Johnathan. Worked for me!
My client's order history said:
Date Added:
08/01/11
07/01/11
07/01/11
07/01/11
06/01/11
05/01/11
Which to the USA-based designer means: "Crap. A major bug that I can't charge to fix, since I suggested OpenCart." Turns out the problem was culture clash.
Whewwww.
My client's order history said:
Date Added:
08/01/11
07/01/11
07/01/11
07/01/11
06/01/11
05/01/11
Which to the USA-based designer means: "Crap. A major bug that I can't charge to fix, since I suggested OpenCart." Turns out the problem was culture clash.

Whewwww.
Johnathan wrote:momtrepreneur wrote:Oh, wow...um that's confusing! I'm in the US and use english for the cart. The order was placed on November 7, 2010. How do I get the cart to reference American dates?
In /admin/language/english/english.php and /catalog/language/english/english.php, change:
- Code: Select all
$_['date_format_short'] = 'd/m/Y';
$_['date_format_long'] = 'l dS F Y';
to the following:
- Code: Select all
$_['date_format_short'] = 'm/d/Y';
$_['date_format_long'] = 'l, F dS, Y';

- broadsighted
- Posts: 10
- Joined: Mon Nov 29, 2010 8:27 pm
- Location: Denver, CO
Re: Post any OpenCart 1.4.9.1 Bugs here!

Any idea? how come that previous or history email can get into post Code box??
what should i do..plz guide me... make me worse...
i am using 1.4.9.1 ..any experience to solve this? or what should i do?
- wandotshop
- Posts: 38
- Joined: Tue Oct 05, 2010 4:15 pm
Re: Post any OpenCart 1.4.9.1 Bugs here!
wandotshop wrote:
Any idea? how come that previous or history email can get into post Code box??what should i do..plz guide me... make me worse...
i am using 1.4.9.1 ..any experience to solve this? or what should i do?
This is called a "Firefox-ism". The built-in autofill in firefox is populating the wrong fields. Not related to the cart

Donate!|OpenCart Basics|GeoZones
Help me get more development cloud storage - Click Here to get DropBox
-

Qphoria - Administrator
- Posts: 18212
- Joined: Mon Jul 21, 2008 7:02 pm

Re: Post any OpenCart 1.4.9.1 Bugs here!
Hi, Unitl now I still have a similar 'Category/Manufacturer SEO Keyword conflict' issue but can't get a reply from the thread.
I'm using OC v191 as I'm waiting for updating v150 later.
The problem causes sub categories unable to open as well as the missing of all sub-categories in Admin page after I set using seo keywords in manufacturer.
Can anyone let me know which OC version have it solved? Thanks,
I'm using OC v191 as I'm waiting for updating v150 later.
The problem causes sub categories unable to open as well as the missing of all sub-categories in Admin page after I set using seo keywords in manufacturer.
Can anyone let me know which OC version have it solved? Thanks,
- daniel2008
- Posts: 81
- Joined: Wed Jul 07, 2010 12:54 pm
Re: Post any OpenCart 1.4.9.1 Bugs here!
Hi, I'm getting the 2 lines below appearing in my error log, I can't see any errors in the site so I am not sure if they are having any serious effect?
Any ideas anyone?
PHP Notice: Undefined variable: text_error in /home/menorcaw/public_html/mshmenorca.com/ocart/catalog/view/theme/default/template/product/category.tpl on line 22
PHP Notice: Undefined index: information_id in /home/menorcaw/public_html/mshmenorca.com/ocart/catalog/controller/information/information.php on line 57
Any ideas anyone?
PHP Notice: Undefined variable: text_error in /home/menorcaw/public_html/mshmenorca.com/ocart/catalog/view/theme/default/template/product/category.tpl on line 22
PHP Notice: Undefined index: information_id in /home/menorcaw/public_html/mshmenorca.com/ocart/catalog/controller/information/information.php on line 57
- markt
- Posts: 3
- Joined: Thu May 12, 2011 12:16 pm
Re: Post any OpenCart 1.4.9.1 Bugs here!
Brook wrote:Not sure what is going on. I have OC 1.4.9.1 installed with the PayPal Standard Module and Flat Rate Shipping of $10.00
I had a customer place an order yesterday totaling $137.74
$118.00 Item Order Cost
$118.00 Subtotal
$ 8.25 Texas Sales Tax
$ 10.00 Flat Rate Shipping Cost
$137.74 Order Total
For some reason the $ amount that was charged to the customer via PayPal was $138.56 not $137.74 (the OpenCart order total). Should the customer be charged the same $ amount in PayPal that was recorded in OpenCart?
When I log into PayPal to look at the transaction I see that the customer was charged $138.56.
What is going on? Why would PayPal not be charged the same dollar amount $137.74 that was recorded in OpenCart?
Do you already have a fix for this? We also encountered this issue. Our site is http://mytindahan.net; i do not have problem when the customer uses our default currency but when they uses $, the total amount in Paypal becomes higher that what the customer sees in opencart store.
- mytindahan
- Posts: 36
- Joined: Mon Sep 27, 2010 5:28 am
Re: Post any OpenCart 1.4.9.1 Bugs here!

Donate!|OpenCart Basics|GeoZones
Help me get more development cloud storage - Click Here to get DropBox
-

Qphoria - Administrator
- Posts: 18212
- Joined: Mon Jul 21, 2008 7:02 pm

Re: Post any OpenCart 1.4.9.1 Bugs here!
I am using opencart 1.4.9.1. Europa, i am a user from Romania.
We have a problem. The site does not give us any kind of result from advanced search ,whichever category is selected from the menu "Advanced Search".
What can we do?
I forgot to say that we are using the default theme!
Any answer will be appreciated!
We have a problem. The site does not give us any kind of result from advanced search ,whichever category is selected from the menu "Advanced Search".
What can we do?
I forgot to say that we are using the default theme!
Any answer will be appreciated!
- catalinm75
- Posts: 82
- Joined: Thu Jun 16, 2011 6:14 pm
Who is online
Users browsing this forum: No registered users and 16 guests













