Page 11 of 11
Re: OpenCart 1.5.1 Bug Thread
Posted: Sun Jul 24, 2011 10:09 pm
by R_D
i2Paq wrote:Adding a new product will automatically ad a Special Price of 90.00 to it.
I believe this is a BUG that was solved but has returned?
Strange, i've just downloaded Q's V1.5.1.1. release and didn't encounter something like that. Wich version do you use?
Re: OpenCart 1.5.1 Bug Thread
Posted: Sun Jul 24, 2011 10:16 pm
by Daniel
i2Paq wrote:Adding a new product will automatically ad a Special Price of 90.00 to it.
I believe this is a BUG that was solved but has returned?
no it has not. it does not automatically ad a Special Price. there was soem redundent data in 1.5.1 which has been removed.
if someone is having this problem it might be because they are restoring an backup from 1.5.1.
Re: OpenCart 1.5.1 Bug Thread
Posted: Mon Jul 25, 2011 1:00 am
by i2Paq
Daniel wrote:i2Paq wrote:Adding a new product will automatically ad a Special Price of 90.00 to it.
I believe this is a BUG that was solved but has returned?
no it has not. it does not automatically ad a Special Price. there was soem redundent data in 1.5.1 which has been removed.
if someone is having this problem it might be because they are restoring an backup from 1.5.1.
OK, looks like it was "something" in the database. Did a clean install and now it is not happening.
Re: OpenCart 1.5.1 Bug Thread
Posted: Mon Jul 25, 2011 9:36 am
by scmKORE
EDIT: Nevermind, found out what I needed to fix. ^^
Re: OpenCart 1.5.1 Bug Thread
Posted: Mon Jul 25, 2011 6:51 pm
by merry
eka7a wrote:merry wrote:Fresh 1.5.1.1 install AND visible in demo:
http://demo.opencart.com/index.php?rout ... e/register
The affiliate "I have read and agree to the
ABOUT US" has crept back in, linking to index.php?route=information/information/info&information_id=4
Should be "I have read and agree to the
TERMS AND CONDITIONS" and link to index.php?route=information/information/info&information_id=5.
Kerry
admin/system/setting/ edit your store Options Tab
information page select for Affiliate Terms
Eka yes that would solve it for me, but it's silly for the default to link to the wrong page and then have thousands of users fix the same error. The default should link to the correct page.
Re: OpenCart 1.5.1 Bug Thread
Posted: Mon Jul 25, 2011 7:45 pm
by merry
1.5.1.1
Some modules are missing corresponding layouts in the Admin extension -> modules, even though they all exist in catalog/view/theme/default/template/module/*.*
This came up because I cannot force Bestsellers to appear using the Admin, despite products having been "purchased" from the test store and purchases complete.
Here's a comparison:
-> Should there be a layout in the Admin (first col of image) for ALL layouts in (second col of image)?
Kerry
Update - there are also some wrong paths in the default data set in system -> design -> layouts... however this may be a separate problem. I've added 2 more cols to the image - Admin Layouts list and directories list in /default/template
Re: OpenCart 1.5.1 Bug Thread
Posted: Mon Jul 25, 2011 10:03 pm
by tyjthomas
It seems that the products purchased report is not pulling the data correct. I have about 40 products on the site, each of which have been purchased. For some reason it only shows one of them, at an incorrect quantity and total value.
products purchased.PNG (50.68 KiB) Viewed 4386 times
Re: OpenCart 1.5.1 Bug Thread / Affiliate Payment Method
Posted: Mon Jul 25, 2011 10:07 pm
by sdstore
Found the bug in Affiliates module. If I change the Payment Method for selected affiliate to the "PayPal", anyway at the affiliate account the selected Payment Method is "Cheque".
Also can't found where to change global settings for affiliates. As the set the commission to 10% and remove "Cheque" payment method.
Re: OpenCart 1.5.1 Bug Thread
Posted: Mon Jul 25, 2011 10:45 pm
by SapporoGuy
Kerry,
The way I understand the layouts is that they are based on the controllers not the views.
I haven't really looked in the bestseller module yet but I'm going to say anyway that there probably needs to X number of same product purchased before it becomes a best seller.
Re: OpenCart 1.5.1 Bug Thread
Posted: Mon Jul 25, 2011 11:45 pm
by merry
SapporoGuy wrote:The way I understand the layouts is that they are based on the controllers not the views. I haven't really looked in the bestseller module yet but I'm going to say anyway that there probably needs to X number of same product purchased before it becomes a best seller.
Darn, SapporoGuy, I just checked -- catalog/controller/module has the identical filenames (not extensions) as the second column in my image above, catalog/view/theme/default/template/module. I added it to the image (refresh) so you can see. So thanks for the lead, as it has helped me understand it a little better, but it is not likely to solve this issue. I'm still very curious about this.
Bestsellers in most ecommerce programs including OpenCart 1.4.9 the default is ON and it does appear after one transaction (after all, logically that one item IS the store's best seller).
Kerry
Re: OpenCart 1.5.1 Bug Thread
Posted: Tue Jul 26, 2011 12:02 am
by anteater_sa
Same bug in various admin module form templates, if category name or layout contains an apostrophe then the "add module" javascript won't work e.g. banner module
Code: Select all
html += ' <option value="<?php echo $layout['layout_id']; ?>"><?php echo $layout['name']; ?></option>';
if my layout was named "Adam's Layout", then js error. Solution is to use addslashes function round layout names:
Code: Select all
html += ' <option value="<?php echo $layout['layout_id']; ?>"><?php echo addslashes($layout['name']); ?></option>';
Re: OpenCart 1.5.1 Bug Thread
Posted: Tue Jul 26, 2011 5:00 pm
by Daniel
tyjthomas wrote:It seems that the products purchased report is not pulling the data correct. I have about 40 products on the site, each of which have been purchased. For some reason it only shows one of them, at an incorrect quantity and total value.
products purchased.PNG
post this in the bug tracker\:
http://code.google.com/p/opencart/issues/list