Post by Recif » Mon Nov 22, 2010 7:26 pm

Just have installed 1.4.9.1 + patch to 1.4.9.2

A visitor click on the "+" on any item, then the cart on the right column is updated : we can show the item perfectly. But now I want to add a second one in, then nothing appear to be updated in the shopping cart. I click on "view cart" then I show only one item, the first one... I return to the home page and I click on the red cross "x" in front of the shopping cart item, then it is removed and the second one (clicked just before which didn't showed) appear!...

I searched the forum but didn't found anything about this problem...

Thanks

Créer un blog


Newbie

Posts

Joined
Mon Nov 22, 2010 6:58 pm


Post by Xsecrets » Mon Nov 22, 2010 8:24 pm

Recif wrote:Just have installed 1.4.9.1 + patch to 1.4.9.2

A visitor click on the "+" on any item, then the cart on the right column is updated : we can show the item perfectly. But now I want to add a second one in, then nothing appear to be updated in the shopping cart. I click on "view cart" then I show only one item, the first one... I return to the home page and I click on the red cross "x" in front of the shopping cart item, then it is removed and the second one (clicked just before which didn't showed) appear!...

I searched the forum but didn't found anything about this problem...

Thanks
you need to turn off register globals this exact problem happens if you have register globals turned on in php.

OpenCart commercial mods and development http://spotonsolutions.net
Layered Navigation
Shipment Tracking
Vehicle Year/Make/Model Filter


Guru Member

Posts

Joined
Sun Oct 25, 2009 3:51 am
Location - FL US

Post by Recif » Mon Nov 22, 2010 8:30 pm

Ok, I've put php_flag register_globals off in the htacces and it is working! Thanks! :)

I've one more bug : in the admin panel I cant' upload images for items. Nothing happended, juste the OpenCart default picture appears, and when I click on it, nothing happened. I've not the text "Click on the image to change it." either... And I've errors in javascript on IE :
Détails de l’erreur de la page Web

Agent utilisateur : Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET CLR 1.1.4322)
Horodateur : Mon, 22 Nov 2010 12:35:06 UTC


Message : ';' attendu
Ligne : 668
Caractère : 124
Code : 0
URI : http://www.mydomain.com/opencart/admin/ ... d0297e236d


Message : '}' attendu
Ligne : 821
Caractère : 26
Code : 0
URI : http://www.mydomain.com/opencart/admin/ ... d0297e236d


Message : Objet attendu
Ligne : 1
Caractère : 1
Code : 0
URI : http://www.mydomain.com/opencart/admin/ ... d0297e236d


Message : Objet attendu
Ligne : 1
Caractère : 1
Code : 0
URI : http://www.mydomain.com/opencart/admin/ ... d0297e236d


Message : Objet attendu
Ligne : 1
Caractère : 1
Code : 0
URI : http://www.mydomain.com/opencart/admin/ ... d0297e236d


Message : Objet attendu
Ligne : 1
Caractère : 1
Code : 0
URI : http://www.mydomain.com/opencart/admin/ ... d0297e236d


Message : Objet attendu
Ligne : 1
Caractère : 1
Code : 0
URI : http://www.mydomain.com/opencart/admin/ ... d0297e236d


Message : Objet attendu
Ligne : 1
Caractère : 1
Code : 0
URI : http://www.mydomain.com/opencart/admin/ ... d0297e236d


Message : Objet attendu
Ligne : 1
Caractère : 1
Code : 0
URI : http://www.mydomain.com/opencart/admin/ ... d0297e236d


Message : Objet attendu
Ligne : 1
Caractère : 1
Code : 0
URI : http://www.mydomain.com/opencart/admin/ ... d0297e236d


Message : Objet attendu
Ligne : 1
Caractère : 1
Code : 0
URI : http://www.mydomain.com/opencart/admin/ ... d0297e236d


Message : Objet attendu
Ligne : 1
Caractère : 1
Code : 0
URI : http://www.mydomain.com/opencart/admin/ ... d0297e236d


Message : Objet attendu
Ligne : 1
Caractère : 1
Code : 0
URI : http://www.mydomain.com/opencart/admin/ ... d0297e236d


Message : Objet attendu
Ligne : 1
Caractère : 1
Code : 0
URI : http://www.mydomain.com/opencart/admin/ ... d0297e236d

Créer un blog


Newbie

Posts

Joined
Mon Nov 22, 2010 6:58 pm


Post by Recif » Mon Nov 22, 2010 8:59 pm

Found a problem : in the french translation, there is a ' and the javascript could not interprete it! (Gestionnaire d'image), remove the ' in the translation admin/language/french/catalog/product.php

But still a javascript error :

Code: Select all

Message : ';' attendu
Ligne : 713
Caractère : 124
Code : 0
URI : http://www.mydomain.com/opencart/admin/index.php?route=catalog/product/update&token=e51699b8158d50c3d329949169111dc2&product_id=49


Créer un blog


Newbie

Posts

Joined
Mon Nov 22, 2010 6:58 pm


Post by Recif » Mon Nov 22, 2010 9:04 pm

Ok, same probleme with translation in javascript... Remove all ' in the texts used on javascripts

Créer un blog


Newbie

Posts

Joined
Mon Nov 22, 2010 6:58 pm


Post by Qphoria » Tue Nov 23, 2010 12:07 am

or just remove the french :) :laugh: :laugh:

Image


User avatar
Administrator

Posts

Joined
Tue Jul 22, 2008 3:02 am

Post by Recif » Tue Nov 23, 2010 1:54 am

:choke:

Créer un blog


Newbie

Posts

Joined
Mon Nov 22, 2010 6:58 pm


Post by dinklyink » Tue Nov 23, 2010 6:43 pm

Seem to have a bug regarding information pages and multisite.

Any information pages will not appear under any sites unless that information page is also to be shown on the "default" site.

Example:
Create two extra sites along with "default" site.
I have aliases in my virtual host so the sites can be accessed like this:
http://localhost/opencart/site1
http://localhost/opencart/site2

Alias directives:
Alias /opencart/site1 "C:/xampp/htdocs/opencart"
Alias /opencart/site2 "C:/xampp/htdocs/opencart"

The only way to get any information page to display on any of the 3 sites is to select is for "default" site. The problem is it then appears on ALL the sites. I cannot say if it has to do with the way I have configured multisites and aliases *but* other multisite features appear to function correctly.

NOTE
Even if you choose to make an information page available on the default site and therefore making it accessible from other sites on opencart when you navigate to it the current theming is lost. If Site1 is using X theme then you may be able to view the information page but it will be using the default open cart template.

Keep up the good work with open cart, once I have learned the ins and outs better I hope to have some contributions for the community!

Newbie

Posts

Joined
Thu Nov 11, 2010 8:08 pm

Post by scotte68 » Wed Nov 24, 2010 11:41 am

I'm posting again because I'm not sure I posted correctly the first time....

I'm not sure this would be considered a bug, but I am concerned about it. So, I'm posting here.
Please, I'm interested to know your thoughts on this one. Thanks in advance.


* I have installed Opencart 1.4.9.1 (clean install) plus 1.4.9.2 patch
* I'm using FireFox v3.6.12

Issue:
The product options in the Basket disappear when refreshing the screen after a product change.


Steps to Reproduce the issue:
1. Select a product and add it to the cart
2. Click the View Cart link (right sidebar at bottom of the Shopping cart box)
3. Leave the view cart page as is and open a separate tab
4. Login to Admin - Edit the product that is being viewed in the cart
5. Change any parameter - eg (Out of Stock Status on Data Tab)
6. Save the change.
7. Go back to Store Front - Refresh the page
8. All the options disappear.

My workaround for this right now is to be sure I don't edit any products during the day when people are logged in and shopping. But, I'm hoping there is a way to stop the options from disappearing.

Is this a bug?

Note, I tried the same steps and edited / changed a different product from the one I was viewing in the cart.
The production options did not disappear. It only happens when I edit a product that is currently in a customers basket.

Sincerely,
B.Rgds,
Scotte68

Newbie

Posts

Joined
Wed Sep 02, 2009 2:26 am

Post by fido-x » Wed Nov 24, 2010 2:00 pm

Recif wrote:Found a problem : in the french translation, there is a ' and the javascript could not interprete it! (Gestionnaire d'image), remove the ' in the translation admin/language/french/catalog/product.php
Solution: instead of using the single quote ('), use '

Image
Modules for OpenCart 2.3.0.2
Homepage Module [Free - since OpenCart 0.7.7]
Multistore Extensions
Store Manager Multi-Vendor/Multi-Store management tool

If you're not living on the edge ... you're taking up too much space!


User avatar
Expert Member

Posts

Joined
Sat Jun 28, 2008 1:09 am
Location - Tasmania, Australia

Post by Recif » Wed Nov 24, 2010 2:22 pm

Good Idea, thanks fido-x

Créer un blog


Newbie

Posts

Joined
Mon Nov 22, 2010 6:58 pm


Post by visnetmedia » Thu Dec 02, 2010 10:32 am

n Admin>Sales>Mail - search button does no appear to be working.

This isn't working either - added the new newsletter updated module from Qphoria (thank you) and it shows subscribers but when in Admin>Sales>Mail search button goes nowhere.

Active Member

Posts

Joined
Fri Feb 12, 2010 7:17 am

Post by tabsa » Fri Dec 03, 2010 12:20 am

i have found two opencart bugs in order editing: "Sales" -> "Orders"

First bug: http://imgur.com/QPb8L
Adding a new item to an order, using the form below the order items, does not update VAT row.
If i fill in the TAX box, it adds the tax on the price to the right, but not on the VAT row. So edited orders produce unusable invoices.

Second bug: http://imgur.com/sK3VH
the code in "admin/model/sale/order.php" on line 46 and line 50 doesn't work sometimes, if the row order changes.
For example in my screenshot subtotal got added onto the shipping row, because the shipping row was the first.

Newbie

Posts

Joined
Fri Dec 03, 2010 12:10 am

Post by HTMLCSSNoob » Sun Dec 05, 2010 11:44 am

I'm getting this error message in the admin customer edit page under the address 1 tab
Default Address:

Notice: Undefined index: default in /admin/view/template/sale/customer_form.tpl on line 168
I'm on OC 1.4.9.2. Anybody know what it means and how to fix it?

Here's a pic so you can see the error. It's at the bottom of the pic.
Screen shot 2010-12-04 at 1.07.37 PM.png

Screen shot 2010-12-04 at 1.07.37 PM.png (51.42 KiB) Viewed 4364 times

I noticed the customer_form.tpl file was changed between versions 1.4.9.1 and 1.4.9.2 so not sure if this is a bug or not but seems like it.

Active Member

Posts

Joined
Fri Aug 20, 2010 7:53 am

Post by i2Paq » Sun Dec 05, 2010 9:25 pm

tabsa wrote:i have found two opencart bugs in order editing: "Sales" -> "Orders"

First bug: http://imgur.com/QPb8L
Adding a new item to an order, using the form below the order items, does not update VAT row.
If i fill in the TAX box, it adds the tax on the price to the right, but not on the VAT row. So edited orders produce unusable invoices.

Second bug: http://imgur.com/sK3VH
the code in "admin/model/sale/order.php" on line 46 and line 50 doesn't work sometimes, if the row order changes.
For example in my screenshot subtotal got added onto the shipping row, because the shipping row was the first.
This is an know issue with the order edit.
There is no (real) fix atm. and therefore you should wait on 1.5.x where there will be a new and completely re-written Order Edit.

Norman in 't Veldt
Moderator OpenCart Forums

_________________ READ and Search BEFORE POSTING _________________

Our FREE search: Find your answer FAST!.

[How to] BTW + Verzend + betaal setup.


User avatar
Global Moderator

Posts

Joined
Mon Nov 09, 2009 7:00 pm
Location - Winkel - The Netherlands

Post by Qphoria » Mon Dec 06, 2010 12:25 am

i2Paq wrote: This is an know issue with the order edit.
There is no (real) fix atm. and therefore you should wait on 1.5.x where there will be a new and completely re-written Order Edit.
Possibly.... was hoping he would release his mod to the public first but I haven't seen it yet

Image


User avatar
Administrator

Posts

Joined
Tue Jul 22, 2008 3:02 am

Post by i2Paq » Mon Dec 06, 2010 3:21 am

Qphoria wrote:
i2Paq wrote: This is an know issue with the order edit.
There is no (real) fix atm. and therefore you should wait on 1.5.x where there will be a new and completely re-written Order Edit.
Possibly.... was hoping he would release his mod to the public first but I haven't seen it yet
He give permission to release what he made so far, but you know it has its limitations as well.

Norman in 't Veldt
Moderator OpenCart Forums

_________________ READ and Search BEFORE POSTING _________________

Our FREE search: Find your answer FAST!.

[How to] BTW + Verzend + betaal setup.


User avatar
Global Moderator

Posts

Joined
Mon Nov 09, 2009 7:00 pm
Location - Winkel - The Netherlands

Post by Xsecrets » Mon Dec 06, 2010 4:01 am

who is he?

OpenCart commercial mods and development http://spotonsolutions.net
Layered Navigation
Shipment Tracking
Vehicle Year/Make/Model Filter


Guru Member

Posts

Joined
Sun Oct 25, 2009 3:51 am
Location - FL US

Post by i2Paq » Mon Dec 06, 2010 4:56 am

Xsecrets wrote:who is he?
Sorry, must be talking in riddles here ;)

We are talking about hawkey, he partial fixed the Order Edit.

I will try to find the fixed files.

Norman in 't Veldt
Moderator OpenCart Forums

_________________ READ and Search BEFORE POSTING _________________

Our FREE search: Find your answer FAST!.

[How to] BTW + Verzend + betaal setup.


User avatar
Global Moderator

Posts

Joined
Mon Nov 09, 2009 7:00 pm
Location - Winkel - The Netherlands

Post by Qphoria » Mon Dec 06, 2010 6:06 am

I had asked him to release it as a mod first to get more exposure and testing, then I would add it to the next release.. but he never did so I haven't released anything

Image


User avatar
Administrator

Posts

Joined
Tue Jul 22, 2008 3:02 am
Who is online

Users browsing this forum: No registered users and 6 guests