Community Forums

Offical OpenCart v1.5.0 RC2 Bug Thread

Bug reports here

Re: Offical OpenCart v1.5.0 RC2 Bug Thread

Postby Daniel » Thu May 26, 2011 3:43 am

EpiphanyInc wrote:BUG? When going through the checkout process and registering a new account, when I click to read the Privacy Policy it opens the privacy policy page content in the existing window instead of a pop-up box or new page.

Also the checkout steps go from Step 1 to Step 2 to Step 5 to Step 6. What are steps 3 & 4 as they don't show up.

EDIT: Steps 3 & 4 were missing when checking out with just the iMac but they appeared when other products were added.

Thanks!


fixed in svn.
OpenCart®
Project Owner & Developer.
OpenCart commercial support now available!
User avatar
Daniel
Administrator
 
Posts: 5185
Joined: Fri Nov 03, 2006 10:57 am

Re: Offical OpenCart v1.5.0 RC2 Bug Thread

Postby Daniel » Thu May 26, 2011 3:46 am

Blnukem wrote:May be bug, If there are "NO" Manufacturers listed, the brand page shows:

Notice: Undefined variable: categories in /var/www/vhosts/doaminname.com/subdomains/shop/httpdocs/catalog/view/theme/default/template/product/manufacturer_list.tpl on line 9

Works fine if you add one Manufacturer.



fixed in svn.
OpenCart®
Project Owner & Developer.
OpenCart commercial support now available!
User avatar
Daniel
Administrator
 
Posts: 5185
Joined: Fri Nov 03, 2006 10:57 am

Re: Offical OpenCart v1.5.0 RC2 Bug Thread

Postby alex1 » Thu May 26, 2011 3:55 am

Daniel is kickin ass and takin names! Very fast bug fixes!!
alex1
 
Posts: 315
Joined: Sat Oct 16, 2010 1:49 am

Re: Offical OpenCart v1.5.0 RC2 Bug Thread

Postby Daniel » Thu May 26, 2011 4:25 am

screenager8 wrote:Excellent works Daniel!

Here are my reports:

1. When i click tags in the product detail page, it goes to wrong search result, i have to change a code to make it works:
Catalog > Controller > Product > Product.php

Line 339:
Code: Select all
foreach ($results as $result) {
   $this->data['tags'][] = array(
      'tag'  => $result['tag'],
      'href' => $this->url->link('product/search', 'filter_tag=' . $result['tag'])
   );
}


I change it to:
Code: Select all
foreach ($results as $result) {
   $this->data['tags'][] = array(
      'tag'  => $result['tag'],
      'href' => $this->url->link('product/search', 'filter_name=' . $result['tag'])
   );
}



2. When i click a product from the search results, the breadcrumb display text_search, I should add text_search in the main language file (english.php)


fixed in svn.
OpenCart®
Project Owner & Developer.
OpenCart commercial support now available!
User avatar
Daniel
Administrator
 
Posts: 5185
Joined: Fri Nov 03, 2006 10:57 am

Re: Offical OpenCart v1.5.0 RC2 Bug Thread

Postby dreador » Thu May 26, 2011 10:49 am

Discount not applied for say 2 items if the customer adds the items individually ie 1 and 1 again = 2 but no discount
dreador
 
Posts: 1
Joined: Thu May 26, 2011 10:44 am

Re: Offical OpenCart v1.5.0 RC2 Bug Thread

Postby JasonSGN » Thu May 26, 2011 12:01 pm

Daniel, can you make the following updates to:

/catalog/view/theme/default/template/product/product.tpl

Line 326 change

$('#menu').after('<div class="attention" style="display: none;">' + json['success'] + '<img src="catalog/view/theme/default/image/close.png" alt="" class="close" /></div>');

to

$('#menu').after('<div class="success" style="display: none;">' + json['success'] + '<img src="catalog/view/theme/default/image/close.png" alt="" class="close" /></div>');

and Line 328 change

$('.attention').fadeIn('slow');

to

$('.success').fadeIn('slow');

/catalog/view/javascript/common.js

Line 87 - 89

$('#menu').after('<div class="attention" style="display: none;">' + json['success'] + '<img src="catalog/view/theme/default/image/close.png" alt="" class="close" /></div>');

$('.attention').fadeIn('slow');

to

$('#menu').after('<div class="success" style="display: none;">' + json['success'] + '<img src="catalog/view/theme/default/image/close.png" alt="" class="close" /></div>');

$('.success').fadeIn('slow');

Same change as above for "Add to Wish List" lines 143 - 145 and "Add to Compare" lines 163 - 165.

Thanks.
JasonSGN
 
Posts: 72
Joined: Thu Dec 31, 2009 4:15 pm

OpenCart v1.5.0 RC2

Postby aydd » Thu May 26, 2011 12:49 pm

all category delete and add a category insert

Notice: Undefined index: top in /home/uka/public_html/onlin/admin/model/catalog/category.php on line 4Warning: Cannot modify header information - headers already sent by (output started at /home/uka/public_html/onlin/admin/index.php:75) in /home/uka/public_html/onlinesatis/system/engine/controller.php on line 28Warning: Cannot modify header information - headers already sent by (output started at /home/ukala/public_html/onlin/admin/index.php:75) in /home/uka/public_html/onlin/system/engine/controller.php on line 29
aydd
 
Posts: 3
Joined: Fri Apr 15, 2011 10:36 pm

Re: OpenCart v1.5.0 RC2

Postby Daniel » Thu May 26, 2011 2:47 pm

aydd wrote:all category delete and add a category insert

Notice: Undefined index: top in /home/uka/public_html/onlin/admin/model/catalog/category.php on line 4Warning: Cannot modify header information - headers already sent by (output started at /home/uka/public_html/onlin/admin/index.php:75) in /home/uka/public_html/onlinesatis/system/engine/controller.php on line 28Warning: Cannot modify header information - headers already sent by (output started at /home/ukala/public_html/onlin/admin/index.php:75) in /home/uka/public_html/onlin/system/engine/controller.php on line 29


update the db.
OpenCart®
Project Owner & Developer.
OpenCart commercial support now available!
User avatar
Daniel
Administrator
 
Posts: 5185
Joined: Fri Nov 03, 2006 10:57 am

Re: Offical OpenCart v1.5.0 RC2 Bug Thread

Postby opencartisalright » Thu May 26, 2011 9:25 pm

Affiliate Error 1.png
Affiliate Error 1.png (16.95 KiB) Viewed 1345 times

Will bring you to this page

Affiliate Error 2.png
Affiliate Error 2.png (20.44 KiB) Viewed 1345 times
opencartisalright
 
Posts: 375
Joined: Sun Feb 20, 2011 8:09 pm

Re: Offical OpenCart v1.5.0 RC2 Bug Thread

Postby opencartisalright » Thu May 26, 2011 9:32 pm

You cannot set your individual affiliates' commission higher than the store's default commission.

So for example if the store's default commission is 5%, I cannot set any of my affiliates' commission higher than 5%. I tried to change several of my affiliates' commission rates to 10% and it gave me a successful save message but when I went back in to check the percentage was still 5%
opencartisalright
 
Posts: 375
Joined: Sun Feb 20, 2011 8:09 pm

Re: OpenCart v1.5.0 RC2

Postby aydd » Thu May 26, 2011 10:20 pm

Daniel wrote:
aydd wrote:all category delete and add a category insert

Notice: Undefined index: top in /home/uka/public_html/onlin/admin/model/catalog/category.php on line 4Warning: Cannot modify header information - headers already sent by (output started at /home/uka/public_html/onlin/admin/index.php:75) in /home/uka/public_html/onlinesatis/system/engine/controller.php on line 28Warning: Cannot modify header information - headers already sent by (output started at /home/ukala/public_html/onlin/admin/index.php:75) in /home/uka/public_html/onlin/system/engine/controller.php on line 29


update the db.



you will uptade db ?

i am wait your new db thank.

The client with a balance of shopping you do.
If insufficient funds can not

No option opencart admin panel :(
aydd
 
Posts: 3
Joined: Fri Apr 15, 2011 10:36 pm

Re: Offical OpenCart v1.5.0 RC2 Bug Thread

Postby scmKORE » Thu May 26, 2011 11:08 pm

Wow ... fixes happening lightning fast in svn hahaha this is awesome, can't wait to use this as a live shop in a month or so! :D
scmKORE
 
Posts: 30
Joined: Mon May 02, 2011 1:57 am

Re: Offical OpenCart v1.5.0 RC2 Bug Thread

Postby Daniel » Fri May 27, 2011 8:58 am

opencartisalright wrote:
Affiliate Error 1.png

Will bring you to this page

Affiliate Error 2.png


just fixed this. will upload in a bit.
OpenCart®
Project Owner & Developer.
OpenCart commercial support now available!
User avatar
Daniel
Administrator
 
Posts: 5185
Joined: Fri Nov 03, 2006 10:57 am

Re: Offical OpenCart v1.5.0 RC2 Bug Thread

Postby Daniel » Fri May 27, 2011 8:58 am

opencartisalright wrote:You cannot set your individual affiliates' commission higher than the store's default commission.

So for example if the store's default commission is 5%, I cannot set any of my affiliates' commission higher than 5%. I tried to change several of my affiliates' commission rates to 10% and it gave me a successful save message but when I went back in to check the percentage was still 5%


just fixed this. will upload in a bit.
OpenCart®
Project Owner & Developer.
OpenCart commercial support now available!
User avatar
Daniel
Administrator
 
Posts: 5185
Joined: Fri Nov 03, 2006 10:57 am

Re: Offical OpenCart v1.5.0 RC2 Bug Thread

Postby a_sun » Fri May 27, 2011 9:28 am

When I add "Options" at product setting in admin, I found an error msg:

Warning: Invalid argument supplied for foreach() in E:\wwwusr\vhosts\easternprinters.com\httpdocs\store\admin\controller\catalog\product.php on line 977Warning: Invalid argument supplied for foreach() in E:\wwwusr\vhosts\easternprinters.com\httpdocs\store\admin\controller\catalog\product.php on line 977Warning: Invalid argument supplied for foreach() in E:\wwwusr\vhosts\easternprinters.com\httpdocs\store\admin\controller\catalog\product.php on line 977Warning: Invalid argument supplied for foreach() in E:\wwwusr\vhosts\easternprinters.com\httpdocs\store\admin\controller\catalog\product.php on line 977

------
and when i try to re-test to add option again I got this:

Warning: Invalid argument supplied for foreach() in E:\wwwusr\vhosts\easternprinters.com\httpdocs\store\admin\model\catalog\product.php on line 159Warning: Invalid argument supplied for foreach() in E:\wwwusr\vhosts\easternprinters.com\httpdocs\store\admin\model\catalog\product.php on line 159Warning: Cannot modify header information - headers already sent by (output started at E:\wwwusr\vhosts\easternprinters.com\httpdocs\store\admin\index.php:75) in E:\wwwusr\vhosts\easternprinters.com\httpdocs\store\system\engine\controller.php on line 28Warning: Cannot modify header information - headers already sent by (output started at E:\wwwusr\vhosts\easternprinters.com\httpdocs\store\admin\index.php:75) in E:\wwwusr\vhosts\easternprinters.com\httpdocs\store\system\engine\controller.php on line 29

Is it a bug?

Thanks,
a_sun
Last edited by a_sun on Fri May 27, 2011 9:40 am, edited 1 time in total.
a_sun
 
Posts: 31
Joined: Tue Dec 29, 2009 9:22 am

Re: Offical OpenCart v1.5.0 RC2 Bug Thread

Postby opencartisalright » Fri May 27, 2011 9:39 am

a_sun wrote:When I add "Options" at product setting in admin, I found an error msg:

Warning: Invalid argument supplied for foreach() in E:\wwwusr\vhosts\easternprinters.com\httpdocs\store\admin\controller\catalog\product.php on line 977Warning: Invalid argument supplied for foreach() in E:\wwwusr\vhosts\easternprinters.com\httpdocs\store\admin\controller\catalog\product.php on line 977Warning: Invalid argument supplied for foreach() in E:\wwwusr\vhosts\easternprinters.com\httpdocs\store\admin\controller\catalog\product.php on line 977Warning: Invalid argument supplied for foreach() in E:\wwwusr\vhosts\easternprinters.com\httpdocs\store\admin\controller\catalog\product.php on line 977

Is it a bug?

Thanks,
a_sun


Are you using the latest SVN? I'm not getting the above error when I add product options in the admin. I'm using SVN r324.
opencartisalright
 
Posts: 375
Joined: Sun Feb 20, 2011 8:09 pm

Re: Offical OpenCart v1.5.0 RC2 Bug Thread

Postby a_sun » Fri May 27, 2011 9:43 am

opencartisalright wrote:
a_sun wrote:When I add "Options" at product setting in admin, I found an error msg:

Warning: Invalid argument supplied for foreach() in E:\wwwusr\vhosts\easternprinters.com\httpdocs\store\admin\controller\catalog\product.php on line 977Warning: Invalid argument supplied for foreach() in E:\wwwusr\vhosts\easternprinters.com\httpdocs\store\admin\controller\catalog\product.php on line 977Warning: Invalid argument supplied for foreach() in E:\wwwusr\vhosts\easternprinters.com\httpdocs\store\admin\controller\catalog\product.php on line 977Warning: Invalid argument supplied for foreach() in E:\wwwusr\vhosts\easternprinters.com\httpdocs\store\admin\controller\catalog\product.php on line 977

Is it a bug?

Thanks,
a_sun


Are you using the latest SVN? I'm not getting the above error when I add product options in the admin. I'm using SVN r324.


Yes, updated SVN 323 ( I have updated this morning)

and just now I try to re-test again, I got this error:

Warning: Invalid argument supplied for foreach() in E:\wwwusr\vhosts\easternprinters.com\httpdocs\store\admin\model\catalog\product.php on line 159Warning: Invalid argument supplied for foreach() in E:\wwwusr\vhosts\easternprinters.com\httpdocs\store\admin\model\catalog\product.php on line 159Warning: Cannot modify header information - headers already sent by (output started at E:\wwwusr\vhosts\easternprinters.com\httpdocs\store\admin\index.php:75) in E:\wwwusr\vhosts\easternprinters.com\httpdocs\store\system\engine\controller.php on line 28Warning: Cannot modify header information - headers already sent by (output started at E:\wwwusr\vhosts\easternprinters.com\httpdocs\store\admin\index.php:75) in E:\wwwusr\vhosts\easternprinters.com\httpdocs\store\system\engine\controller.php on line 29

ooph... I think i need to update SVN 324 ....

Thanks,
a_sun
a_sun
 
Posts: 31
Joined: Tue Dec 29, 2009 9:22 am

Re: Offical OpenCart v1.5.0 RC2 Bug Thread

Postby opencartisalright » Fri May 27, 2011 10:16 am

a_sun wrote:Yes, updated SVN 323 ( I have updated this morning)

a_sun


You might want to update your database too.
opencartisalright
 
Posts: 375
Joined: Sun Feb 20, 2011 8:09 pm

Re: Offical OpenCart v1.5.0 RC2 Bug Thread

Postby daza2304 » Fri May 27, 2011 12:40 pm

Is the default theme finished with now? so i can start adding bits to it.. Thanks
daza2304
 
Posts: 68
Joined: Sun May 24, 2009 1:54 pm

Re: Offical OpenCart v1.5.0 RC2 Bug Thread

Postby Blnukem » Fri May 27, 2011 2:19 pm

Not a OC 1.5.0 Bug, but a bug in editor.

Text full justify is not available in the editor but should be, there is a error in:
admin/view/javascript/ckeditor/config.js

line 38 : ['JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'],

Should be: ['JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock'],
Blnukem
 
Posts: 53
Joined: Wed Apr 28, 2010 3:17 pm

PreviousNext

Return to Bug Reports

Who is online

Users browsing this forum: cheepnis, lovakumar and 18 guests

Hosted by Arvixe Web Hosting