We are working on a port of the Google Checkout module to OpenCart 1.5.0. Please be patient, will take a few days.Xsecrets wrote:yeah the search box is not working for me at all in firefox4.
There has never been google checkout payment method in the core of opencart.
Export/Import Tool * SpamBot Buster * Unused Images Manager * Instant Option Price Calculator * Number Option * Google Tag Manager * Survey Plus * OpenTwig
1.5.0: 4x product (10kg), $product['weight'] in the cart = 40Kg
1.4.9.x: 4x product (10kg), $product['weight'] in the cart = 10Kg
This sounds like it should be a 1.4.9 bug then... but this is not true.. if i have 3 10lb items in my cart, it shows 30lbsJulio Cesar C G wrote:OC 1.5 weight is multiplied by the quantity of product in the cart and OC1.4.9.x not.
1.5.0: 4x product (10kg), $product['weight'] in the cart = 40Kg
1.4.9.x: 4x product (10kg), $product['weight'] in the cart = 10Kg
OpenCart commercial mods and development http://spotonsolutions.net
Layered Navigation
Shipment Tracking
Vehicle Year/Make/Model Filter
(1) If the dimensions of a banner are not properly set, modules placed beside it, will get overlapped and covered and modules below or above it will get a scroll bar inside itself.
I am not sure whether this is a bug

I fixed it by adjusting the dimensions of the banner.
continue with a few more screenshots in the next post.....
Attachments
homepage screenshot.png (540.42 KiB) Viewed 6390 times
"We help each other to grow". That's the opencart community!
All free mods
Home Based Ebay business Opportunity(not ads)
bugs? maybe:
PRODUCTS
- i can not add and option to a product
- i create a attribute and save it, but it did not appear again on the next edit
i am using firefox 4, all installation went great without a Problem (with db prefix)
thank you
Reason: Confirmed - Option, Not confirmed Attribute
"We help each other to grow". That's the opencart community!
All free mods
Home Based Ebay business Opportunity(not ads)
Same problem... but I am not sure if this has been reported or not....omarruben wrote:hello thanks for the great job you are doing, i am trying the 1.5 version:
bugs? maybe:
PRODUCTS
- i can not add and option to a product
- i create a attribute and save it, but it did not appear again on the next edit
i am using firefox 4, all installation went great without a Problem (with db prefix)
thank you
"We help each other to grow". That's the opencart community!
All free mods
Home Based Ebay business Opportunity(not ads)
Anyone having (and solved) this issue?lvcoded wrote:Hi guys.
I have tried all browsers but get the same issue on all.
Cant install. Just get a blank page at step 3 of installation.
Have been using OC on this server since 1.4.0, but can also see all the other people have managed to install so not sure what to think.
Any ideas?
I'm having the same problem, I can't get passed step 3

My server:
PHP 5.1.6-27.el5
MySQL 5.0.45-7.el5
Linux 2.6.18-194.17.4.el5
CentOs 5
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.
Yes, PHP 5.1.6-27.el5JAY6390 wrote:Hey Norman
Pretty sure that is due to the var_filter and the filter extension not being installed/enabled. I'm going to go out on a limb here and guess your php version is less than 5.2?
What to do?
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.
NOTE TO Q/DANIEL - filter_var is not actually all that great when it comes to checking emails, for example
Jay@1 is classed as a valid email
I'm upgrading my VPS to 5.2 tomorrow anyway.JAY6390 wrote:I believe Q is working on this. If you upgrade to 5.2 it will resolve it but realise it's not always an option. The problem is, a lot of hosts are still on php 5.1.X despite 5.3 being available. Changing all the filter_vars back to regex checks will fix it
NOTE TO Q/DANIEL - filter_var is not actually all that great when it comes to checking emails, for example
Jay@1 is classed as a valid email
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.
Confirmed!UncleAndy wrote:I try add language in list. When I fill all field and press "Save" I get error:Code: Select all
Notice: Undefined index: text in /var/www/opencart15/admin/model/localisation/language.php on line 32Error: Unknown column 'text' in 'field list' Error No: 1054 INSERT INTO banner_image_description SET banner_image_id = '51', banner_id = '7', language_id = '3', text = ''
Also when deleting a language.
It does delete or add the language but all database related entry's are NOT created.
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.
There is No Wish List module/button to view the Wish List if you loose the notification-bar.
Reason: I consider this a BUG
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.
Technically it isn't, but daniel removed the ajax update code to show/hide the little "*". If you use a country that doesn't have a postcode it should allow it.celestial wrote:In Central America we dont use Postal Code and now is mandatory, how we can make this optional for certain countries or optional for all, same for shipping estimate dont work and the Postal Code is mandatory
I cannot find theJohnathan wrote:Actually, this is the same bug but a different file. /admin/model/catalog/option.php needs the same change as /admin/model/catalog/product.php, except in more places.unknownmale1 wrote:This is mentioned above.xNeO wrote:when I click on Options in Admin->ProductsCode: Select all
Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'option' at line 1 Error No: 1064 SELECT COUNT(*) AS total FROM option
Code: Select all
LEFT JOIN " . DB_PREFIX . "option o ON
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.
There's no LEFT JOIN bug in that file, it's all UPDATEs, SELECTs, INSERTs, and DELETEs. Try searching for this instead:i2Paq wrote:I cannot find theon that file you mention.Code: Select all
LEFT JOIN " . DB_PREFIX . "option o ON
Code: Select all
DB_PREFIX . "option
Users browsing this forum: No registered users and 30 guests