Page 20 of 30

Re: OpenCart 1.5.1.3 Bug Thread

Posted: Fri Dec 09, 2011 11:20 pm
by fido-x
tiger wrote:is there a reason why someone, possibly daniel, marks these changes as invalid on the svn?
Yeah, it's Daniel.

There may be a valid reason for not deleting the language for historical reasons. However, if you have disabled a language because you no longer use it, you shouldn't have to enter data for that disabled language in the administration.

Another aspect to this: The order may have been placed in another language by the customer on the front-end (eg. French), but in the back-end, when the order is viewed by the administrator (with the admin language set to English), then it would need to be translated into English, wouldn't it? How could the store admin fulfill the order if they can't understand what it says?

The bug is valid. Only those languages that are currently enabled should need to have data entered.

Re: OpenCart 1.5.1.3 Bug Thread

Posted: Sat Dec 10, 2011 1:05 am
by i2Paq
fido-x wrote:The bug is valid. Only those languages that are currently enabled should need to have data entered.
It is not about deleting the language but just not waningt to use that language anymore anywhere in the store.
By disabling the language the mandatory fields should be "hidden" when editing or adding products etc. in the Admin.

Re: OpenCart 1.5.1.3 Bug Thread

Posted: Sat Dec 10, 2011 6:18 am
by chiris
Hi All

I have one problem with options in products!

I have put small medium and large in option in one product!

the option to it is in + not work
the options to it is in - work

Please anyone to help me?

Thank you!

Re: OpenCart 1.5.1.3 Bug Thread

Posted: Mon Dec 12, 2011 6:33 am
by atarikguney
BUG: Gift Card cannot be added through Order History Page

Adding a Gift Card through the Order History page doesn't work. It works for other products but not Gift Cards. This Gift card shown in the screen shot below is purchased through the Gift Card purchase page:
Error.jpg

Error.jpg (157.08 KiB) Viewed 5338 times


Re: OpenCart 1.5.1.3 Bug Thread

Posted: Tue Dec 13, 2011 10:38 am
by Ozfarmer
Yes a customer just reported the same issue to me! I am using 1.5.1.3 also

Re: OpenCart 1.5.1.3 Bug Thread

Posted: Tue Dec 13, 2011 4:32 pm
by Daniel
i know about this and will be fixed.

Re: OpenCart 1.5.1.3 Bug Thread

Posted: Tue Dec 13, 2011 5:51 pm
by Ozfarmer
It's cool Daniel, I removed the !

Works fine now
Cheers Mate.

Re: OpenCart 1.5.1.3 Bug Thread

Posted: Tue Dec 13, 2011 6:24 pm
by fido-x
Bug in adding module to layout if layout name contains one or more apostrophes. "Add Module" button does not work.

In the "addModule()" javascript function in the admin module template files (all of them):

Code: Select all

html += '      <option value="<?php echo $layout['layout_id']; ?>"><?php echo $layout['name']; ?></option>';
should be:

Code: Select all

html += '      <option value="<?php echo $layout['layout_id']; ?>"><?php echo addslashes($layout['name']); ?></option>';

Re: OpenCart 1.5.1.3 Bug Thread

Posted: Wed Dec 14, 2011 1:26 am
by Daniel
fido-x wrote:Bug in adding module to layout if layout name contains one or more apostrophes. "Add Module" button does not work.

In the "addModule()" javascript function in the admin module template files (all of them):

Code: Select all

html += '      <option value="<?php echo $layout['layout_id']; ?>"><?php echo $layout['name']; ?></option>';
should be:

Code: Select all

html += '      <option value="<?php echo $layout['layout_id']; ?>"><?php echo addslashes($layout['name']); ?></option>';

just added to svn.

Re: OpenCart 1.5.1.3 Bug Thread

Posted: Wed Dec 14, 2011 2:17 am
by i2Paq
Daniel wrote:just added to svn.
I see that your are working hard on the SVN, moved from 750 to 759 in about 12Hrs.

Re: OpenCart 1.5.1.3 Bug Thread

Posted: Wed Dec 14, 2011 2:41 am
by alex1
i2Paq wrote:
Daniel wrote:just added to svn.
I see that your are working hard on the SVN, moved from 750 to 759 in about 12Hrs.
Tortise is only available for Windows... do you know if there is a way for us to be able to view this on a Mac?

Thanks

Re: OpenCart 1.5.1.3 Bug Thread

Posted: Thu Dec 15, 2011 12:19 pm
by visnetmedia
Hi the cart won't send any emails I have tried both Mail & SMTP and nothing works - have tried both -f and -F in front of email address for Mail and tried all for the other. I have webmail working with the address so host is not issue. Also saw attached image on 1.5.1.1 bug thread and this is still an issue with 1.5.1.3.1 cheers...

Re: OpenCart 1.5.1.3 Bug Thread

Posted: Thu Dec 15, 2011 1:08 pm
by atarikguney
alex1 wrote:
i2Paq wrote:
Daniel wrote:just added to svn.
I see that your are working hard on the SVN, moved from 750 to 759 in about 12Hrs.
Tortise is only available for Windows... do you know if there is a way for us to be able to view this on a Mac?

Thanks
You don't have to download anything to track the changes, Google has pretty good subversion system:

http://code.google.com/p/opencart/source/list

Re: OpenCart 1.5.1.3 Bug Thread

Posted: Fri Dec 16, 2011 6:13 am
by jules_nz
Paymate payment module is not working in 1.5.1.3. It is returning a Unable to find Order error even though the payment has gone through correctly

Re: OpenCart 1.5.1.3 Bug Thread

Posted: Fri Dec 16, 2011 7:24 am
by marka5150
I hope I'm posting in the right area. I just upgraded to 1.5.1.3 and now none of my admin buttons will show in Firefox 8.0. IE: login, product insert and delete (shown below), filter, they all look like the button below. Works in other browsers. Default theme? No additional modules. My customer liked the look out of the box. screen shot attached

Re: OpenCart 1.5.1.3 Bug Thread

Posted: Sat Dec 17, 2011 2:02 pm
by abhisrv
I have a problem while using ebs gateway
i get this line of error
Notice: Undefined index: country_id in /home/buybhi/public_html/other/system/library/tax.php on line 31Notice: Undefined index: zone_id in /home/buybhi/public_html/other/system/library/tax.php on line 31
and sometimes the buttons on the home page becomes unclickable..

Re: OpenCart 1.5.1.3 Bug Thread

Posted: Sat Dec 17, 2011 2:10 pm
by fido-x
abhisrv wrote:I have a problem while using ebs gateway
i get this line of error
Notice: Undefined index: country_id in /home/buybhi/public_html/other/system/library/tax.php on line 31Notice: Undefined index: zone_id in /home/buybhi/public_html/other/system/library/tax.php on line 31
and sometimes the buttons on the home page becomes unclickable..
This is NOT an OpenCart bug, it is a bug in the custom payment module you are using (not part of OpenCart). Contact the developer of that module.

Re: OpenCart 1.5.1.3 Bug Thread

Posted: Sat Dec 17, 2011 3:39 pm
by Maansy
in: /catalog/controller/account/order.php
shouldnt

Code: Select all

$this->data['action'] = $this->url->link('account/order/info', 'order_id=' . $this->request->get['order_id'], 'SSL');
be:

Code: Select all

$this->data['action'] = $this->url->link('account/order/info', 'order_id=' . $this->request->get['order_id'] . $url, 'SSL');
?
delete this post if this been pointed out before.

Re: OpenCart 1.5.1.3 Bug Thread

Posted: Sat Dec 17, 2011 4:12 pm
by 3wcorner
dony_b wrote:File missing under catalog/view/javascript/jquery/fancybox/jquery.fancybox-1.3.4-iefix.js

Code: Select all

<!--[if IE]>
<script type="text/javascript" src="catalog/view/javascript/jquery/fancybox/jquery.fancybox-1.3.4-iefix.js"></script>
<![endif]-->
Where is 1.3.4-iefix.js ?
Yeah, what is that?
i got the same thing.... seems like a file is missing..

Re: OpenCart 1.5.1.3 Bug Thread

Posted: Sat Dec 17, 2011 5:34 pm
by jcsmithy
3wcorner wrote:
dony_b wrote:File missing under catalog/view/javascript/jquery/fancybox/jquery.fancybox-1.3.4-iefix.js

Code: Select all

<!--[if IE]>
<script type="text/javascript" src="catalog/view/javascript/jquery/fancybox/jquery.fancybox-1.3.4-iefix.js"></script>
<![endif]-->
Where is 1.3.4-iefix.js ?
Yeah, what is that?
i got the same thing.... seems like a file is missing..
Can safely remove that. it was for a bug fix with fancybox that ended up being fixed another way, it was just left in by mistake.