Community Forums

OpenCart 1.5.0.5 Bug Thread

Bug reports here

Re: OpenCart 1.5.0.5 Bug Thread

Postby jtam » Sat Jun 25, 2011 4:02 am

Daniel wrote:
jtam wrote:What a discount code is used during checkout, customers get this error when being sent to PayPal for the final step.

"The link you have used to enter the PayPal system contains an incorrectly formatted item amount."

Never encountered this before 1.5.x and I can't get too much useful info on Google. Please help, thanks!


try OpenCart 1.5.0.5


Already using 1.5.0.5. Still no luck.

If I set a negative (like -$5) discount, it works well. However, when I set a normal discount number (like $5), it becomes $-5 at the final step and causes the issue. It seems to be a bug to me.
jtam
 
Posts: 10
Joined: Tue Aug 31, 2010 9:40 am

Re: OpenCart 1.5.0.5 Bug Thread

Postby jtam » Sat Jun 25, 2011 4:24 pm

jtam wrote:
Daniel wrote:
jtam wrote:What a discount code is used during checkout, customers get this error when being sent to PayPal for the final step.

"The link you have used to enter the PayPal system contains an incorrectly formatted item amount."

Never encountered this before 1.5.x and I can't get too much useful info on Google. Please help, thanks!


try OpenCart 1.5.0.5


Already using 1.5.0.5. Still no luck.

If I set a negative (like -$5) discount, it works well. However, when I set a normal discount number (like $5), it becomes $-5 at the final step and causes the issue. It seems to be a bug to me.


I've confirmed that this issue also occurs on a clean installation of opencart 1.5.0.5. The key to reproduce this issue is to set free shipping. Then any discount won't work!
jtam
 
Posts: 10
Joined: Tue Aug 31, 2010 9:40 am

Re: OpenCart 1.5.0.5 Bug Thread

Postby Daniel » Sat Jun 25, 2011 6:12 pm

thienvk wrote:I have set automatic update currency
1.png


but my currency can not update
2.png


it updates once a day. exactly 24 hours after the last update.
OpenCart®
Project Owner & Developer.
OpenCart commercial support now available!
User avatar
Daniel
Administrator
 
Posts: 5173
Joined: Fri Nov 03, 2006 10:57 am

Re: OpenCart 1.5.0.5 Bug Thread

Postby visnetmedia » Sun Jun 26, 2011 1:14 am

Hi the weight based shipping is adding an extra .50 kg the weight put in the options is 4.00000000 and when you go to shopping cart and estimate shipping cost it says it is 4.50 kg
In my weight based shipping I have price for 3kg then 5kg but the prices are minus tax so not sure if that is causing the issue.
visnetmedia
 
Posts: 115
Joined: Thu Feb 11, 2010 11:17 pm

Re: OpenCart 1.5.0.5 Bug Thread

Postby rph » Sun Jun 26, 2011 5:03 am

Missed the left percent sign:

/admin/model/catalog/product.php
public function getProducts
Code: Select all
$sql .= " AND LCASE(pd.name) LIKE '" . $this->db->escape(strtolower($data['filter_name'])) . "%'";

and
Code: Select all
$sql .= " AND LCASE(p.model) LIKE '" . $this->db->escape(strtolower($data['filter_model'])) . "%'";
-Ryan
VQMod Manager: FREE extension to fully manage your VQMods from Admin!
Admin Enhancement Suite: Powerful Admin features and enhancements
Dependent Options: Option values displayed based on customer input
Catalog Mode: Disable "Add to Cart" and display your store in view-only
Unofficial OpenCart Wiki | Commercial Support and Development
User avatar
rph
 
Posts: 2696
Joined: Thu Jan 07, 2010 9:05 pm
Location: Lincoln, Nebraska

Re: OpenCart 1.5.0.5 Bug Thread

Postby visnetmedia » Sun Jun 26, 2011 5:51 am

Hi I tried to add latest to home page and get this: Notice: Undefined index: latest__image_width in /xxx/xxx/public_html/admin/controller/module/latest.php on line 170
so I had to remove it the same happened when I tried to add specials:
Notice: Undefined index: special__image_width in /xxx/xxx/public_html/admin/controller/module/special.php on line 170

Not sure why this is happening.... on line 170 for latest is
Code: Select all
if (!$this->request->post['latest_' . $module . '_image_width'] || !$this->request->post['latest_' . $module . '_image_height']) {


I can't add anything to the home page except for featured module.
visnetmedia
 
Posts: 115
Joined: Thu Feb 11, 2010 11:17 pm

Re: OpenCart 1.5.0.5 Bug Thread

Postby Daniel » Sun Jun 26, 2011 11:27 am

visnetmedia wrote:Hi I tried to add latest to home page and get this: Notice: Undefined index: latest__image_width in /xxx/xxx/public_html/admin/controller/module/latest.php on line 170
so I had to remove it the same happened when I tried to add specials:
Notice: Undefined index: special__image_width in /xxx/xxx/public_html/admin/controller/module/special.php on line 170

Not sure why this is happening.... on line 170 for latest is
Code: Select all
if (!$this->request->post['latest_' . $module . '_image_width'] || !$this->request->post['latest_' . $module . '_image_height']) {


I can't add anything to the home page except for featured module.



download 1.5.0.5
OpenCart®
Project Owner & Developer.
OpenCart commercial support now available!
User avatar
Daniel
Administrator
 
Posts: 5173
Joined: Fri Nov 03, 2006 10:57 am

Re: OpenCart 1.5.0.5 Bug Thread

Postby Daniel » Sun Jun 26, 2011 12:00 pm

rph wrote:Missed the left percent sign:

/admin/model/catalog/product.php
public function getProducts
Code: Select all
$sql .= " AND LCASE(pd.name) LIKE '" . $this->db->escape(strtolower($data['filter_name'])) . "%'";

and
Code: Select all
$sql .= " AND LCASE(p.model) LIKE '" . $this->db->escape(strtolower($data['filter_model'])) . "%'";


does not need it
OpenCart®
Project Owner & Developer.
OpenCart commercial support now available!
User avatar
Daniel
Administrator
 
Posts: 5173
Joined: Fri Nov 03, 2006 10:57 am

Re: OpenCart 1.5.0.5 Bug Thread

Postby emq » Sun Jun 26, 2011 4:16 pm

PetracheNicolae wrote:layout of confirmation email for the order is still broken. i have reported the problem in earlier releases.

+1

converted css based template to inline - works fine that way (tested in gmail)
emq
 
Posts: 9
Joined: Tue Jan 04, 2011 10:42 am

Re: OpenCart 1.5.0.5 Bug Thread

Postby eka7a » Sun Jun 26, 2011 7:23 pm

admin\view\template\module\
account.tpl
affiliate.tpl
banner.tpl
bestseller.tpl
category.tpl
featured.tpl
google_talk.tpl
information.tpl
latest.tpl
manufacturer.tpl
slideshow.tpl
store.tpl


FIND
Code: Select all
<script type="text/javascript">


ADD BEFORE
Code: Select all
</div>


FIND
Code: Select all
</script>


ADD AFTER
Code: Select all
<?php echo $footer; ?>
User avatar
eka7a
 
Posts: 176
Joined: Sat Apr 11, 2009 4:59 pm
Location: Türkiye

Re: OpenCart 1.5.0.5 Bug Thread

Postby Phil » Sun Jun 26, 2011 9:57 pm

jtam wrote:
Daniel wrote:
jtam wrote:What a discount code is used during checkout, customers get this error when being sent to PayPal for the final step.

"The link you have used to enter the PayPal system contains an incorrectly formatted item amount."

Never encountered this before 1.5.x and I can't get too much useful info on Google. Please help, thanks!


try OpenCart 1.5.0.5


Already using 1.5.0.5. Still no luck.

If I set a negative (like -$5) discount, it works well. However, when I set a normal discount number (like $5), it becomes $-5 at the final step and causes the issue. It seems to be a bug to me.


I'm also having this problem, unfortunately I offer free shipping on most orders so this problem is coming up whenever a discount code is used.

I'm using 1.5.0.5 and have also tried it on a fresh install.
Phil
 
Posts: 20
Joined: Fri Feb 18, 2011 10:10 am

Re: OpenCart 1.5.0.5 Bug Thread

Postby rph » Mon Jun 27, 2011 1:22 am

Daniel wrote:
rph wrote:Missed the left percent sign:

/admin/model/catalog/product.php
public function getProducts
Code: Select all
$sql .= " AND LCASE(pd.name) LIKE '" . $this->db->escape(strtolower($data['filter_name'])) . "%'";

and
Code: Select all
$sql .= " AND LCASE(p.model) LIKE '" . $this->db->escape(strtolower($data['filter_model'])) . "%'";


does not need it

It doesn't "need" it but if you want filtering to actually be useful it should be put back in like it is in 1.4.x. I have no idea why you removed it.
-Ryan
VQMod Manager: FREE extension to fully manage your VQMods from Admin!
Admin Enhancement Suite: Powerful Admin features and enhancements
Dependent Options: Option values displayed based on customer input
Catalog Mode: Disable "Add to Cart" and display your store in view-only
Unofficial OpenCart Wiki | Commercial Support and Development
User avatar
rph
 
Posts: 2696
Joined: Thu Jan 07, 2010 9:05 pm
Location: Lincoln, Nebraska

Re: OpenCart 1.5.0.5 Bug Thread

Postby PetracheNicolae » Mon Jun 27, 2011 7:02 am

emq wrote:
PetracheNicolae wrote:layout of confirmation email for the order is still broken. i have reported the problem in earlier releases.

+1

converted css based template to inline - works fine that way (tested in gmail)


i fail to understand why a lot of problems were inserted by this new template compared with the 1.4.9.5 and that includes old (untouched) functionality as well, not just new modules implemented by this version. this affects other platforms as well ( i have moved from magento becouse of this just to end up in a similar situation). i woulded expect problems to apear just on these new modules added by 1.5 but many users compalins of things that worked in 1.4.9.5 and now they are not working... like someone on magento forum told once, with each version some problems are solved, others are not solved and olso new problems are added.
PetracheNicolae
 
Posts: 53
Joined: Mon May 23, 2011 9:40 pm

Re: OpenCart 1.5.0.5 Bug Thread

Postby Daniel » Mon Jun 27, 2011 10:43 am

its not hard to fix. i just need to change stuff to inline.
OpenCart®
Project Owner & Developer.
OpenCart commercial support now available!
User avatar
Daniel
Administrator
 
Posts: 5173
Joined: Fri Nov 03, 2006 10:57 am

Re: OpenCart 1.5.0.5 Bug Thread

Postby cjluc2003 » Mon Jun 27, 2011 10:50 am

I created multi store with OC, and creates a customer group associated with 2nd store. the problem when I go to ADMIN ADMIN> Customers> Customers and click <login> to order from a customer who shared 2nd group, it directs the default store. but not on 2nd store. Is there a solution?
cjluc2003
 
Posts: 1
Joined: Mon Jun 27, 2011 10:43 am

Re: OpenCart 1.5.0.5 Bug Thread

Postby Goffer » Mon Jun 27, 2011 11:28 am

Not quite sure if bug.
But i cant find a solution anywhere.

When i go to "Gift voucher" the amount is shown with a "." instead of a "," i have changed it in the english.php and it shows correctly in the header when i put items in basket?

And another thing, where the hells do i change the minimum amount for a giftvoucher?
Goffer
 
Posts: 17
Joined: Sun Jun 19, 2011 7:28 am

Re: OpenCart 1.5.0.5 Bug Thread

Postby adrianstokes » Mon Jun 27, 2011 4:31 pm

I've just posted a fix for "Information -> Design -> Layout" not being applied to the bug tracker.
http://code.google.com/p/opencart/issues/detail?id=361

Hopefully that should help some people out, until Daniel can include the fix in the next release.

Thanks,
Adrian
adrianstokes
 
Posts: 2
Joined: Mon Jun 27, 2011 4:11 pm

Re: OpenCart 1.5.0.5 Bug Thread

Postby raviG » Mon Jun 27, 2011 9:37 pm

Not sure if it is a bug.

I want the "Welcome module" to display on all pages on the site. If I choose "Default" I does not show up.

I have to create 11 Welcome messages for the 11 layout options to make it display on all pages.
Was it meant to work this way or is that a bug?
raviG
 
Posts: 6
Joined: Mon Sep 06, 2010 11:52 am

Re: OpenCart 1.5.0.5 Bug Thread

Postby i2Paq » Tue Jun 28, 2011 11:09 am

raviG wrote:Not sure if it is a bug.

I want the "Welcome module" to display on all pages on the site. If I choose "Default" I does not show up.

I have to create 11 Welcome messages for the 11 layout options to make it display on all pages.
Was it meant to work this way or is that a bug?


I bet this is by design.
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.
User avatar
i2Paq
Global Moderator
 
Posts: 9754
Joined: Mon Nov 09, 2009 11:00 am
Location: Winkel - The Netherlands

Re: OpenCart 1.5.0.5 Bug Thread

Postby raviG » Tue Jun 28, 2011 1:19 pm

i2Paq wrote:I bet this is by design.


It does not work with the default opencart theme.
raviG
 
Posts: 6
Joined: Mon Sep 06, 2010 11:52 am

PreviousNext

Return to Bug Reports

Who is online

Users browsing this forum: No registered users and 9 guests

Hosted by Arvixe Web Hosting