Page 9 of 16
Re: Post any OpenCart 1.4.8/1.4.8b Bugs here!
Posted: Tue Jul 06, 2010 6:35 am
by AlexMBM
First of all please escuse me for my bad english...
If i add more products (150 in my case) than discounted quantity my VAT Taxes (TVA in Romanian where is 24%) is not calculating correct total.
Re: Post any OpenCart 1.4.8/1.4.8b Bugs here!
Posted: Tue Jul 06, 2010 6:08 pm
by Daniel
AlexMBM wrote:First of all please escuse me for my bad english...
If i add more products (150 in my case) than discounted quantity my VAT Taxes (TVA in Romanian where is 24%) is not calculating correct total.
Did you setup your store location?
Re: Post any OpenCart 1.4.8/1.4.8b Bugs here!
Posted: Tue Jul 06, 2010 10:22 pm
by Qphoria
Johnathan wrote:In /catalog/controller/checkout/guest_step_2.php, in this block of code:
Code: Select all
if (($this->request->server['REQUEST_METHOD'] == 'POST') && isset($this->request->post['coupon']) && $this->validateCoupon()) {
$this->session->data['coupon'] = $this->request->post['coupon'];
$this->session->data['success'] = $this->language->get('text_success');
$this->redirect(HTTPS_SERVER . 'index.php?route=checkout/guest_step_3');
}
I think the last line should instead be:
Code: Select all
$this->redirect(HTTPS_SERVER . 'index.php?route=checkout/guest_step_2');
Otherwise, when you click "Apply Coupon" it takes you to the confirmation page. If you want to be consistent with how the non-guest checkout works, you should only proceed to the confirmation page when you click on "Continue", not "Apply Coupon".
Thanks!
Re: Post any OpenCart 1.4.8/1.4.8b Bugs here!
Posted: Wed Jul 07, 2010 6:46 am
by Johnathan
In /catalog/language/english/checkout/guest_step_2.php
and /catalog/language/english/checkout/shipping.php:
Code: Select all
$_['text_shipping_methods'] = 'Please select the preferred shipping methods to use on this order.';
"methods" should be "method"
Re: Post any OpenCart 1.4.8/1.4.8b Bugs here!
Posted: Wed Jul 07, 2010 7:08 am
by Johnathan
In /catalog/language/english/account/login.php there are two instances of "text_account":
Code: Select all
$_['text_account'] = 'Account';
$_['text_account'] = 'Register Account';
The first one should probably be removed.
Re: Post any OpenCart 1.4.8/1.4.8b Bugs here!
Posted: Wed Jul 07, 2010 7:17 am
by Johnathan
One more:
this typo still exists.
fido-x wrote:Small typo in the "catalog/language/account/success.php" file.
Code: Select all
$_['text_approval'] = '<p>Thank you for registing with %s!</p><p>You will be notified by email once your account has been activated by the store owner.</p><p>If you have ANY questions about the operation of this online shop, please <a href="%s">contact the store owner</a>.</p>';
"Thank you for registing"? Should be "regist
ering".
Re: Post any OpenCart 1.4.8/1.4.8b Bugs here!
Posted: Wed Jul 07, 2010 7:46 am
by JAY6390
Some well spotted errors there Jonathan, nice work

Re: little typos
Posted: Thu Jul 08, 2010 12:06 am
by Moggin
...if on a typo hunt, here's a couple more
in catalog/language/english/mail/order_confirm.php
$_['text_greeting'] = '
Thank your for interest in %s products. ...
and an oldie left over from 1.4.7 in in catalog/language/english/account.success.php
// Text
$_['text_message'] = '<p>Congratulations! Your new account has been successfully created!</p> <p>You can now take advantage of member
priviledges to enhance your online shopping experience with us.</p>
s/be
privileges .There, I knew you'd be grateful

Re: Post any OpenCart 1.4.8/1.4.8b Bugs here!
Posted: Thu Jul 08, 2010 12:18 am
by Qphoria
Johnathan wrote:One more:
this typo still exists.
fido-x wrote:Small typo in the "catalog/language/account/success.php" file.
Code: Select all
$_['text_approval'] = '<p>Thank you for registing with %s!</p><p>You will be notified by email once your account has been activated by the store owner.</p><p>If you have ANY questions about the operation of this online shop, please <a href="%s">contact the store owner</a>.</p>';
"Thank you for registing"? Should be "regist
ering".
This one was already fixed in 1.4.8
I've fixed the rest for the next version
Thanks
Re: Crawler Loop with SEO-URLS (Endless)
Posted: Thu Jul 08, 2010 1:19 am
by thehumancpu
I noticed that when I started my XML-SITEMAP generator locally, it would get to a link depth of about 25, and start looping between products that were linked in someway together. They would just go back and forth and add to the URL. Example
Headsets/earphones/headsets/earphones
earphones/earphones/earphones/earphones
It does not stop and it is endless
Anyway, I have disabled SEO for now, as google will ding for duplicate content on different URLs.
I would suggest anyone else that does alot of product linking and so on to be run a real crawler on your site to make sure you don't get this endless looping.
PayPal Website Payment Pro issue
Posted: Fri Jul 09, 2010 1:55 am
by ttanemori
After I upgraded to 1.4.8b, Website Payment Pro seems to be something wrong.
After I press the submit button, "Please Wait!" text appears. But it does not finish.
I checked my PayPal account, and the money is actually there.
It was fine before, but I am not sure why.
Re: PayPal Website Payment Pro issue
Posted: Fri Jul 09, 2010 2:13 am
by Qphoria
ttanemori wrote:After I upgraded to 1.4.8b, Website Payment Pro seems to be something wrong.
After I press the submit button, "Please Wait!" text appears. But it does not finish.
I checked my PayPal account, and the money is actually there.
It was fine before, but I am not sure why.
The please wait fix is here:
http://forum.opencart.com/viewtopic.php?f=31&t=16053
Re: Post any OpenCart 1.4.8/1.4.8b Bugs here!
Posted: Fri Jul 09, 2010 2:39 am
by ttanemori
Yes, that bug fixed solved it. Thanks!
Editor (multiple instances) - Embedd Images
Posted: Sat Jul 10, 2010 2:25 am
by OSWorX
All OC versions are using the CKEditor AND have additional languages installed (or extensions which use multiple instances of the editor), have the same bug: it is IMPOSSIBLE to embedd an image EXCEPT at the first instance of the editor.
If I try to embedd/include an image in one of the the other instances of the editor, this error is shown (FF / FireBug):
This bug is already well known at CKEditor, see:
http://cksource.com/search/yboss/filebrowserSe and NO fix is provided - it seems that Knabben (the author of this editor) wants to push instead his commercial extension 'Finder'.
With this bug, it is simply impossible to work with embedded images in the current editor IF the shop use more languages and have therefore multiple instances of the editor (on the same page).
Re: Editor (multiple instances) - Embedd Images
Posted: Sat Jul 10, 2010 2:53 am
by Qphoria
OSWorX wrote:All OC versions are using the CKEditor AND have additional languages installed (or extensions which use multiple instances of the editor), have the same bug: it is IMPOSSIBLE to embedd an image EXCEPT at the first instance of the editor.
If I try to embedd/include an image in one of the the other instances of the editor, this error is shown (FF / FireBug):
This bug is already well known at CKEditor, see:
http://cksource.com/search/yboss/filebrowserSe and NO fix is provided - it seems that Knabben (the author of this editor) wants to push instead his commercial extension 'Finder'.
With this bug, it is simply impossible to work with embedded images in the current editor IF the shop use more languages and have therefore multiple instances of the editor (on the same page).
This was reported in the last few versions too. Good to know its a ckeditor issue. Another potential reason to get rid of it.
Re: CKEditor bug (embedd images)
Posted: Sat Jul 10, 2010 4:39 am
by OSWorX
Good to know that the 'developers' already know this issue ..
This and the bug itself is the reason, why I am using from now on only the TinyMCE:
http://tinymce.moxiecode.com/
Re: Post any OpenCart 1.4.8/1.4.8b Bugs here!
Posted: Sat Jul 10, 2010 5:42 am
by Chrissy Poo
Can I just confirm that all the bugs listed in the first post still apply in 1.4.8b?
Also once I have applied them it will be all ready to go?
Re: Post any OpenCart 1.4.8/1.4.8b Bugs here!
Posted: Sun Jul 11, 2010 6:08 pm
by speedingorange
When copying items with dicounts included within them, new discount rules are added occasionally which make products free before the first pre made price break is inserted.
Example.
If an item with a price break at 10 items is coppied. Occasionally a new price break is created at
0 items for £00.00
Had it happen on two of my stores so thought i would make you aware. Not sure if it has allready been posted. Running 1.4.8.B
Re: Post any OpenCart 1.4.8/1.4.8b Bugs here!
Posted: Mon Jul 12, 2010 11:20 pm
by Qphoria
Chrissy Poo wrote:Can I just confirm that all the bugs listed in the first post still apply in 1.4.8b?
Also once I have applied them it will be all ready to go?
Yes
Re: Post any OpenCart 1.4.8/1.4.8b Bugs here!
Posted: Mon Jul 12, 2010 11:42 pm
by Chrissy Poo
Qphoria wrote:Chrissy Poo wrote:Can I just confirm that all the bugs listed in the first post still apply in 1.4.8b?
Also once I have applied them it will be all ready to go?
Yes
Thanks just one more thing....
When I click on the fix for "Showing 1 to 14 of 14 (1 Pages)" it takes me to a post saying:
Qphoria wrote:
Congratulations. You found the first true 1.4.8 bug. We went about 16 hours without a bug.. almost made it to 24 hours

But where is the actual fix for it?