Pre-release 1.5.2 BUG topic
58 posts
• Page 3 of 3 • 1, 2, 3
Re: Pre-release 1.5.2 BUG topic
redownload. it was a problem with jquery and i upgrade to the latest version.
OpenCart®
Project Owner & Developer.
OpenCart commercial support now available!
Project Owner & Developer.
OpenCart commercial support now available!
-

Daniel - Administrator
- Posts: 5173
- Joined: Fri Nov 03, 2006 10:57 am
Re: Pre-release 1.5.2 BUG topic
In shopping cart,if leave the quantity blank,then click the refresh image,then will delete the product.
I'm not sure if you think it a bug.
bingo
I'm not sure if you think it a bug.
bingo
One Page Checkout Professional - More flexible and powerful one page checkout solution.
One Page Checkout Standard - Best one page checkout solution,separate module,no core files replace.
Product Import Export - Bulk insert update download product excel format.
Order Manager - help you manage orders more effectively.
One Page Checkout Standard - Best one page checkout solution,separate module,no core files replace.
Product Import Export - Bulk insert update download product excel format.
Order Manager - help you manage orders more effectively.
-

bingo - Posts: 135
- Joined: Sat Sep 03, 2011 10:57 pm
Re: Pre-release 1.5.2 BUG topic
bingo wrote:In shopping cart,if leave the quantity blank,then click the refresh image,then will delete the product.
I'm not sure if you think it a bug.
bingo
The same will happen if you enter a letter instead of a number.. If you leave it empty.. its considered a "0"
If you enter a non-numeric, it's considered a 0.
Always been that way.. not likely to bother changing

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

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

Re: Pre-release 1.5.2 BUG topic
Been having a few issue with the create order in admin:
1st on the shipping address when I selected UK as country the county/state did not populate as per the payment tab address
2nd when I try to add a product tells me I do not have permission I double check in the group permissions and clicked select all but this did not resolve the issue
3rd when i clicked save order I got booted out of admin and nothing was saved
(actually there have a been a few times I have been booted back to the login screen so this may be my issue)
1st on the shipping address when I selected UK as country the county/state did not populate as per the payment tab address
2nd when I try to add a product tells me I do not have permission I double check in the group permissions and clicked select all but this did not resolve the issue
3rd when i clicked save order I got booted out of admin and nothing was saved
(actually there have a been a few times I have been booted back to the login screen so this may be my issue)- wroughtec
- Posts: 30
- Joined: Fri Feb 17, 2012 11:45 pm
Re: Pre-release 1.5.2 BUG topic
Daniel, now after you have changed files in rev 880
it be error
Undefined variable: basket in C:\xampp\htdocs\test880\catalog\view\theme\default\template\common\header.tpl on line 54
it be error
Undefined variable: basket in C:\xampp\htdocs\test880\catalog\view\theme\default\template\common\header.tpl on line 54
- Ulf
- Posts: 47
- Joined: Sat Oct 16, 2010 8:41 am
Re: Pre-release 1.5.2 BUG topic
Find catalog\language\english\common\header.php
Change
into
Find
\catalog\view\theme\default\template\common\header.tpl
Change
into
Change
- Code: Select all
$_['text_cart'] = 'Shopping Cart';
into
- Code: Select all
$_['text_shopping_cart'] = 'Shopping Cart';
Find
\catalog\view\theme\default\template\common\header.tpl
Change
- Code: Select all
<?php echo $basket; ?>
into
- Code: Select all
<?php echo $cart; ?>
OC version 1.5.4.1
- markman-b
- Posts: 233
- Joined: Wed Aug 24, 2011 11:13 am
Re: Pre-release 1.5.2 BUG topic
The product prices in the order edit section are not being presented in a consistent way. The number of decimals differ.(and the currency symbol is missing....)
According to my store settings, OC should show 2 decimals.
No decimals

4 decimals

According to my store settings, OC should show 2 decimals.
No decimals

4 decimals

Last edited by markman-b on Fri Mar 02, 2012 2:26 pm, edited 2 times in total.
OC version 1.5.4.1
- markman-b
- Posts: 233
- Joined: Wed Aug 24, 2011 11:13 am
Re: Pre-release 1.5.2 BUG topic
I'm not sure if this is a bug, but this is what happening, when a customer creates an account during checking out and there is only 1 shipping method active (Free Shipping).
Warning: No Shipping options are available. Please contact us for assistance!'
It is possible to finish the order, but the error message should not appear.

Warning: No Shipping options are available. Please contact us for assistance!'
It is possible to finish the order, but the error message should not appear.

OC version 1.5.4.1
- markman-b
- Posts: 233
- Joined: Wed Aug 24, 2011 11:13 am
Re: Pre-release 1.5.2 BUG topic
markman-b wrote:I'm not sure if this is a bug, but this is what happening, when a customer creates an account during checking out and there is only 1 shipping method active (Free Shipping).
Warning: No Shipping options are available. Please contact us for assistance!'
It is possible to finish the order, but the error message should not appear.
Well its not bug if free shipping isn't appearing if the minimum total field hasn't been met
However, if you see that error, you should not be able to finish the order which would be a bug.

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

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

Re: Pre-release 1.5.2 BUG topic
I've found out what caused the problem. A wrong product setting. (shipping not required)
OC version 1.5.4.1
- markman-b
- Posts: 233
- Joined: Wed Aug 24, 2011 11:13 am
Re: Pre-release 1.5.2 BUG topic
markman-b wrote:I've found out what caused the problem. A wrong product setting. (shipping not required)
You should still never see that message if shipping not required.

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

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

Re: Pre-release 1.5.2 BUG topic
Qphoria wrote:markman-b wrote:I've found out what caused the problem. A wrong product setting. (shipping not required)
You should still never see that message if shipping not required.
The error message doesn't appear anymore now. I always thought that I had to use the "Free Shipping" method for downloads and set the treshold for free shipping to 0,00.
Changing the product setting to "Shipping not required" did the trick. I've completely overlooked this setting for 6 months

OC version 1.5.4.1
- markman-b
- Posts: 233
- Joined: Wed Aug 24, 2011 11:13 am
Re: Pre-release 1.5.2 BUG topic
ah ok

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

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

Re: Pre-release 1.5.2 BUG topic
Current SVN has $basket error at the top of the page and items can't be added to cart. But I assume daniel is working on it

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

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

Re: Pre-release 1.5.2 BUG topic
upgrade from 865 to 880 still has the sql error in the upgrade script.
page header error, can't display the shopping cart icon.
Notice: Undefined variable: basket in /var/server/catalog/view/theme/default/template/common/header.tpl on line 54
====================
language and currency display problem, I would like OC to display them in combo box, see what's happened if there are many language and currency options.
page header error, can't display the shopping cart icon.
Notice: Undefined variable: basket in /var/server/catalog/view/theme/default/template/common/header.tpl on line 54
====================
language and currency display problem, I would like OC to display them in combo box, see what's happened if there are many language and currency options.
- Attachments
-
- pic01.jpg (10.32 KiB) Viewed 954 times
- bigboss
- Posts: 30
- Joined: Sun Jul 25, 2010 2:35 am
Re: Pre-release 1.5.2 BUG topic
language file is missing this variable : text_shopping_cart (1.5.2 880)
- bigboss
- Posts: 30
- Joined: Sun Jul 25, 2010 2:35 am
Re: Pre-release 1.5.2 BUG topic
With the release of 1.5.2 there is an official 1.5.2 BUG Topic.
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: 9756
- Joined: Mon Nov 09, 2009 11:00 am
- Location: Winkel - The Netherlands
58 posts
• Page 3 of 3 • 1, 2, 3
Who is online
Users browsing this forum: Google Feedfetcher and 23 guests













