Page 5 of 6
Re: Post OpenCart 1.4.4 Bugs Here!
Posted: Tue Mar 23, 2010 7:39 am
by jayson
Daniel wrote:
I have already added a fix for the 1.4.5 version. it will be out soon. I have done a lot of work over the weekend to get OC bug free.
Hallo Daniel,
Once more thanks very much for the, diligence, hard, meticulous & dedicated efforts you are putting towards the development, enhancement & general usability & robustness of this wonderful shopping cart.
It is very much appreciated..!!!!!
Jayson
Re: Post OpenCart 1.4.4 Bugs Here!
Posted: Tue Mar 23, 2010 8:07 pm
by SuperJuice
Another one,
The email validation check for the administrator email differs between the installer and the administration control panel.
The installer allowed
bla@localhost.localdomain, the admin panel when I attempted to save some other changes didn't allow it.
Re: Post OpenCart 1.4.4 Bugs Here!
Posted: Tue Mar 23, 2010 10:57 pm
by Daniel
what is the best preg email validator?
Re: Post OpenCart 1.4.4 Bugs Here!
Posted: Tue Mar 23, 2010 11:31 pm
by Qphoria
That seems to be another one of those holy grails.
I came across a site:
http://www.regular-expressions.info/email.html
And was working with vimal on an email issue a while back here.:
http://forum.opencart.com/viewtopic.php ... 30&p=43734
Re: Post OpenCart 1.4.4 Bugs Here!
Posted: Wed Mar 24, 2010 6:49 am
by SuperJuice
Not suggesting
anything@localhost.localdomain should be valid, just saying it should be consistent so you can't put an 'invalid' entry in during the install that the admin panel doesn't like.
Also the Australia Post module doesn't work.. and never has since it was 'merged in' and broken. Can you please remove it from 1.4.5 and save everyone the pain in the ass of having code that is not only broken, but deprecated included over and over again.
Can you also please remove the 1.1. Australia Post module from the extensions page, it is no longer relevant and I am getting tired of answering questions about it.
Re: Post OpenCart 1.4.4 Bugs Here!
Posted: Thu Mar 25, 2010 6:38 am
by felixsg
Not calculate well the tax rates:
Sub-Total: 451.25€
IGIC 5%: 45.13€ ----> only a 5% will be over 22€ not the 45,13
Total: 496.38€
also in admin if Go to sales costumers then
Parse error: syntax error, unexpected $end in /home2/amefelco/public_html/store/admin/controller/sale/customer.php on line 763
probably by delete the order I make for test
Re: Post OpenCart 1.4.4 Bugs Here!
Posted: Thu Mar 25, 2010 7:25 am
by Daniel
SuperJuice wrote:Not suggesting
anything@localhost.localdomain should be valid, just saying it should be consistent so you can't put an 'invalid' entry in during the install that the admin panel doesn't like.
Also the Australia Post module doesn't work.. and never has since it was 'merged in' and broken. Can you please remove it from 1.4.5 and save everyone the pain in the ass of having code that is not only broken, but deprecated included over and over again.
Can you also please remove the 1.1. Australia Post module from the extensions page, it is no longer relevant and I am getting tired of answering questions about it.
ok removed.
Re: Post OpenCart 1.4.4 Bugs Here!
Posted: Thu Mar 25, 2010 7:26 am
by Daniel
felixsg wrote:Not calculate well the tax rates:
Sub-Total: 451.25€
IGIC 5%: 45.13€ ----> only a 5% will be over 22€ not the 45,13
Total: 496.38€
also in admin if Go to sales costumers then
Parse error: syntax error, unexpected $end in /home2/amefelco/public_html/store/admin/controller/sale/customer.php on line 763
probably by delete the order I make for test
this has got to be something you have done your self! there is no error in the default release.
Re: Post OpenCart 1.4.4 Bugs Here!
Posted: Fri Mar 26, 2010 5:01 am
by SuperJuice
Daniel wrote:ok removed.
Thanks, can you also take a look at this
[1.4.4] Error returned from shipping modules not displayed.
I think it's a bug because it is functionality that was once working, and now no longer is. It's critical for providing feedback to users so they don't end up with no postage module and no information as to why.
Re: Post OpenCart 1.4.4 Bugs Here!
Posted: Fri Mar 26, 2010 5:38 am
by Daniel
I'll look into this. maybe need to add a method for spliting weight depending on max weight a shipper can provide. also need some message to tell people to contact the store owner about shipping.
the next version is nearly ready. i need to just finish off the invoice numbers.
Re: Post OpenCart 1.4.4 Bugs Here!
Posted: Fri Mar 26, 2010 10:11 am
by Jacob_chan
Daniel wrote:I'll look into this. maybe need to add a method for spliting weight depending on max weight a shipper can provide. also need some message to tell people to contact the store owner about shipping.
the next version is nearly ready. i need to just finish off the invoice numbers.
Yes,Daniel! you said the point! I think some user are not only the retailers, but also wholesalers. For example, when they sell single product to end-customer, they can select FREE SHIPPING, but if they do wholesale, most of the goods will be shipped by DHL,UPS,Fedex,EMS etc. it's very hard to calculate the shipping cost by the system.
There are two method to slove the problem:
1) As you said, add a method "Shipping cost based on weight"(As we will descpibe the weight for each product, the system is easy to calculate the total weight), then we can upload DHL.xls(for example DHL charge rate sheet), then the system will calculate the shipping cost for customers.
2) For wholesales, there have an adding choice"Contact US for shipping cost", after they select the button, they will receive a letter such as "Dear Customer, thanks for your order, we will send an invoice with shipping cost for your reference in 24 hours"
Another suggestion is:
We can approve customers for two type:"End-customer""Wholesale customer", end-customer just can only see the retail price(all customer can see the retail price even they don't register in website),"Wholesale customer" can check all the price. because some sellers don't want to let the end-customer know the wholesale price.
Re: Post OpenCart 1.4.4 Bugs Here!
Posted: Fri Mar 26, 2010 11:27 am
by rph
Not really a bug but the category filters in the header search can
really slow down the page load when there are lots of categories (I tested 11 seconds on 350 categories). I threw together a
quick and nasty cache file but something more nicely done would definitely benefit page speed.
Google Sitemap ERROR
Posted: Fri Mar 26, 2010 8:18 pm
by jkungfu
newly installed op1.4.4, only enable google sitemap:
when vist the google sitemap url, the following error appeared:
This page contains the following errors:
error on line 1 at column 123: EntityRef: expecting ';'
Below is a rendering of the page up to the first error.
Re: Google Sitemap ERROR
Posted: Fri Mar 26, 2010 10:17 pm
by alimname
jkungfu wrote:newly installed op1.4.4, only enable google sitemap:
when vist the google sitemap url, the following error appeared:
This page contains the following errors:
error on line 1 at column 123: EntityRef: expecting ';'
Below is a rendering of the page up to the first error.
1.4.4 Sitemap Parsing Error
Daniel wrote:ok i know why.
need to change the urls so instead of using & it uses &
change and problem solved.
Re: Post OpenCart 1.4.4 Bugs Here!
Posted: Fri Apr 02, 2010 2:41 am
by sonnynobucks
web2works wrote:Jacob_chan wrote:What should I do with "Approve" in
customer, should I Approve all the customer here?
But when I try to Approve customer, I got
is this a bug?
I think my mail works, I can got info of
Update Order and
New Customer mail(added some code in create.php). But I
can not got new order, Why?
Thanks,
Allen
Dear daniel, i met the same problem, and you said it's a bug. have you fixed it? Or when you fixed it? Thanks for your great work.
Hello Daniel,have you fixed this bug?I seems nobody care about it. or when will you release the new version?
I have the same problem when approving customers I get Error: E-Mail sender required!
My two sites are having the same issue. When we are sending updates to their customers. I am going to update to the lastest version, tonight

Re: Post OpenCart 1.4.4 Bugs Here!
Posted: Sun Apr 04, 2010 2:48 pm
by feriyo
non-www doesnt show the updates on www. Is there a solution for this?
Re: Post OpenCart 1.4.4 Bugs Here!
Posted: Sun Apr 04, 2010 3:36 pm
by i2Paq
feriyo wrote:non-www doesnt show the updates on www. Is there a solution for this?
It's a know bug, upgrade to 1.4.6.
Or use a quick fix.
Add to your .htaccess:
Code: Select all
RewriteEngine on
RewriteCond %{HTTP_HOST} !^www\.your-domain\.your-TLD$ [NC]
RewriteRule ^(.*)$ http://www.your-domain.your-TLD$1 [L,R=301]
Checkout
Posted: Tue Apr 06, 2010 12:00 am
by dragon17
Hello,
why sometime (it seems happening randomly) when no one is logged in and I want jump to the checkout page as Guest, there is no "Guest checkout" option available, but just Register.
Thanks for your support!
Re: Checkout
Posted: Tue Apr 06, 2010 12:30 am
by i2Paq
dragon17 wrote:Hello,
why sometime (it seems happening randomly) when no one is logged in and I want jump to the checkout page as Guest, there is no "Guest checkout" option available, but just Register.
Thanks for your support!
This is
no BUG, you have nothing in your cart!
Re: Checkout
Posted: Tue Apr 06, 2010 12:34 am
by dragon17
i2Paq wrote:dragon17 wrote:Hello,
why sometime (it seems happening randomly) when no one is logged in and I want jump to the checkout page as Guest, there is no "Guest checkout" option available, but just Register.
Thanks for your support!
This is
no BUG, you have nothing in your cart!
Thanks, but I dont think so.. I know what does it means do checkout ... of course if I dont have nothing in the basket which kind of checkout I want do...? This is obvious!
As I wrote before it seems to happen
randomly, so when it will happen again, I'll make a snapshot and send over here ...
Thanks for your support.