Post by celestial » Wed May 04, 2011 6:43 am

Ok this is the file: I have all the fixs by the moment and this problems dissapear, my store is bilingual (spanish) i remember i did changes in my database manually.

Celestial - Martín Abel Rosales
WhatsApp: 50671482211
Email: martinrosales2012@hotmail.com
Skype: martin.abel.rosales
San José , Costa Rica


User avatar
Expert Member

Posts

Joined
Sat Mar 20, 2010 4:19 am
Location - Costa Rica

Post by reynierpm » Wed May 04, 2011 7:51 am

Well celestial you're wrong!! If you read my post I did mention a table called "voucher_type_description" and this table is not present in the script you give me and also even in the repository [1] check by yourself and you'll see. I think that maybe isn't exists anymore or Qphoria or Daniel forget to update or something else anyway thanks for your concern. ;)

[1] http://opencart.googlecode.com/svn/trun ... encart.sql

User avatar
Active Member

Posts

Joined
Tue Jan 12, 2010 9:51 pm

Post by opencartisalright » Wed May 04, 2011 3:22 pm

reynierpm wrote:Well celestial you're wrong!!
Tell him how you really feel! :laugh:

Active Member

Posts

Joined
Mon Feb 21, 2011 4:09 am

Post by robertketter » Wed May 04, 2011 4:23 pm

I am using a DB prefix, and upon submitting a return I am presented with the following sql error:

Code: Select all

Error: Unknown column 'invoice_no' in 'field list'
Error No: 1054
INSERT INTO oc150_return SET invoice_no = '', invoice_date = '', firstname = 'Robert', lastname = 'Ketter', email = 'robertketter@yahoo.com', telephone = '3045551212', return_status_id = '2', comment = 'I just think its too small.', date_added = NOW(), date_modified = NOW()

Newbie

Posts

Joined
Mon May 02, 2011 4:31 am

Post by robertketter » Wed May 04, 2011 5:06 pm

After giving customer Transactions (Store Credits), these are not subtracted with additional purchase's resulting in a forever discount. Also, I have been unable to figure out how to purchase using Reward Points.

Newbie

Posts

Joined
Mon May 02, 2011 4:31 am

Post by Keepa » Wed May 04, 2011 7:06 pm

Don't think this has been reported. Error shown when adding a new store:

Code: Select all

Notice: Undefined property: DB::$query in /Applications/MAMP/htdocs/opencart15/admin/model/setting/store.php on line 8
Checked that line looks like "return $this->db->query->getLastId();" should be "return $this->db->getLastId();". I have tested and this change works.

Great job so far!

Newbie

Posts

Joined
Wed May 04, 2011 6:55 pm

Post by kernel-stack » Wed May 04, 2011 7:11 pm

Guys, exceptional work, really. I just have one question: why won't you use "&" in your links? It's not hard and it makes the code validate properly. Same goes for <![CDATA[]]> whenever there's a chunk of javascript in the page.

Again, congratulations on another great release.

Newbie

Posts

Joined
Wed Nov 10, 2010 8:42 pm

Post by tiger » Wed May 04, 2011 11:27 pm

Hi, you literally just updated the SVN file for tabs.js to include the fadeIn action. I made this change myself a couple of days ago but have noticed that the bottom border of the tabs flashes in and out of view looking like a bug in itself.

Regards

Newbie

Posts

Joined
Mon Dec 06, 2010 11:56 pm

Post by imadam » Thu May 05, 2011 5:19 am

i've installed 1.5 on my NOT LIVE natural shop website. i've set seourl's but only a few links have changed e.g. perhaps i've done it wrong as it said to change the htaccess.txt file to .htaccess but i couldn't find it any way. checked and this doesn't seem to be mentioned any on the bug page.

my opencart carpet cleaning woking guildford and Office Cleaning Services in Guildford


Active Member

Posts

Joined
Sun Jan 10, 2010 10:47 pm
Location - Surrey

Post by Jeremy Fisk » Thu May 05, 2011 7:23 am

Does this version have meta Keywords and meta description for information page, manufacturers pages, brand pages, etc

also will most of the 1.4.9 mods work on it or not?

Many Thanks for all the good work

Jem

Hand Dryers

Bookstore Mod
QuickShop Module
Restricted Access - Compulsory Login
Template Override - Category Specific (vQmod)
Template Override - Brand Specific (vQmod)
How did you find out about us register question mod
Compulsory Login vQmod
Brands In Top Menu
zoom - Product Image - Auto on hover


User avatar
Active Member

Posts

Joined
Thu Nov 11, 2010 6:11 pm
Location - New Zealand (Tokomaru, Palmerston North)

Post by choipo » Thu May 05, 2011 12:37 pm

situation:
-added new store in admin system (eg, www.abc.com, and www.def.com)
-i try to use the same browser to add item in cart from these two store
-when i check out, all shopping cart items are mixed up


ps, i also have a question about that members, sales record/report are shared among multi store? don't know whether it is bug or not.

Newbie

Posts

Joined
Thu May 05, 2011 12:23 pm

Post by i2Paq » Thu May 05, 2011 6:42 pm

Jeremy Fisk wrote:Does this version have meta Keywords and meta description for information page, manufacturers pages, brand pages, etc

also will most of the 1.4.9 mods work on it or not?

Many Thanks for all the good work

Jem
This is a BUG topic ???

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 sae » Fri May 06, 2011 1:50 am

Hello, Great 1.5.0
admin/model/localisation/language.php line30
befor

Code: Select all

$this->db->query("INSERT INTO " . DB_PREFIX . "banner_image_description SET banner_image_id = '" . (int)$banner_image['banner_image_id'] . "', banner_id = '" . (int)$banner_image['banner_id'] . "', language_id = '" . (int)$language_id . "', text = '" . $this->db->escape($attribute['text']) . "'");
after

Code: Select all

$this->db->query("INSERT INTO " . DB_PREFIX . "banner_image_description SET banner_image_id = '" . (int)$banner_image['banner_image_id'] . "', banner_id = '" . (int)$banner_image['banner_id'] . "', language_id = '" . (int)$language_id . "', title = '" . $this->db->escape($banner_image['title']) . "'");
text = '" . $this->db->escape($attribute['text']) . "'");

This is Japanese so I can't speak English. sorry.

sae
Newbie

Posts

Joined
Tue Mar 31, 2009 1:11 am
Location - Japan

Post by oliverker » Fri May 06, 2011 3:48 am

Hi,

Seems to be an error when altering the option quantity - I altered the Apple Cinema 30" from fresh install using the latest SVN and it says

Code: Select all

Array ( [0] => Array ( [name] => Clockspeed [attribute_id] => 3 [product_attribute_description] => Array ( [1] => Array ( [text] => rt ) [2] => Array ( [text] => tryer ) ) ) [1] => Array ( [name] => test 1 [attribute_id] => 4 [product_attribute_description] => Array ( [1] => Array ( [text] => test1 ) [2] => Array ( [text] => test2 ) ) ) [2] => Array ( [name] => test 2 [attribute_id] => 5 [product_attribute_description] => Array ( [1] => Array ( [text] => test1 ) [2] => Array ( [text] => test2 ) ) ) ) Notice: Undefined index: option_value in /Users/oliverker/Dropbox/opencart_v1.5.0/svn/upload/admin/model/catalog/product.php on line 164Warning: Cannot modify header information - headers already sent by (output started at /Users/oliverker/Dropbox/opencart_v1.5.0/svn/upload/admin/model/catalog/product.php:138) in /Users/oliverker/Dropbox/opencart_v1.5.0/svn/upload/system/engine/controller.php on line 28Warning: Cannot modify header information - headers already sent by (output started at /Users/oliverker/Dropbox/opencart_v1.5.0/svn/upload/admin/model/catalog/product.php:138) in /Users/oliverker/Dropbox/opencart_v1.5.0/svn/upload/system/engine/controller.php on line 29
and then when I go back to edit that product it has removed the option from the product all together.

Whilst on the subject of product options, the main product quantity does not relate to the option quantity so gives a false product quantity, which will make it very hard to properly stock manage, as if an option quantity goes out of stock there is no way to tell (unless i've missed that?) unless you click on the product and check the product option...

User avatar
Newbie

Posts

Joined
Thu Sep 16, 2010 5:53 pm
Location - West Yorkshire, UK

Post by zubovd » Fri May 06, 2011 9:57 pm

i found bug:
on page filter by manufacturer (Home » Brand » ...) if products > 15 not job pagination.
his reference: "http://mysite.com/opencart/index.php?route=product/search&manufacturer_id=10&page=2"
working link: "http://mysite.com/opencart/index.php?route=product/manufacturer/product&manufacturer_id=10&page=2"

how to fix:
/catalog/controller/product/manufacturer.php on line 359

Code: Select all

$pagination->url = $this->url->link('product/search','manufacturer_id=' . $this->request->get['manufacturer_id'] .  $url . '&page={page}');
search replace manufacturer/product

Code: Select all

$pagination->url = $this->url->link('product/manufacturer/product','manufacturer_id=' . $this->request->get['manufacturer_id'] . $url . '&page={page}');
and everything works:)

User avatar
Newbie

Posts

Joined
Fri May 06, 2011 9:41 pm

Post by zubovd » Fri May 06, 2011 11:06 pm

search does not work!

User avatar
Newbie

Posts

Joined
Fri May 06, 2011 9:41 pm

Post by idealdream » Fri May 06, 2011 11:35 pm

zubovd wrote:search does not work!
is not a bug but a problem with the CSS of the truck. Try to move slightly to the right of the input and it'll work;)! The guys are all fixando!
We try to provide bug only and exclusively to the programming level ad. CSS is easier to fix and we can do us a big hand in creating Daniel and C.

In any case, congratulations to the staff of OpenCart, is churning out a great product!

Newbie

Posts

Joined
Thu Dec 03, 2009 5:58 pm

Post by celestial » Sat May 07, 2011 12:53 am

Orders not show in order history and the admin too, this is with the last changes r223, in DB is OK

Celestial - Martín Abel Rosales
WhatsApp: 50671482211
Email: martinrosales2012@hotmail.com
Skype: martin.abel.rosales
San José , Costa Rica


User avatar
Expert Member

Posts

Joined
Sat Mar 20, 2010 4:19 am
Location - Costa Rica

Post by lvcoded » Sat May 07, 2011 4:17 am

Hi,

I too would like to thank Q and D for their hard work. I just wanted to say a few things:

1) I can see the top panel has been removed recently. To me this seems like a bad move. Everything looked much more organised before it was removed.
2) Validation errors. Most probably these would have been done without me pointing them out, but it would be really nice to see all pages of the cart validate as HTML5. Someone already mentioned the &`s and cdatas too..
3) Links standartised. There are multiple different URL's for homepage for instance. Could you not use just one?
4) SVN223 - Could not get banners to show in a slideshow on the homepage. I was getting 2 banners and one slideshow with one slide instead of a single slideshow with 2 slides.
5) This has been mentioned before I believe, but grid view still aligns everything to the left and not centered.
6) Manufacturers module. It allowed me to save my settings without filling in the sizes which gave me an error the size of the header. Then after adding 50x50 to images error disappeared, but the images where not full size. Element styles are calculated incorrectly I believe, so probably need to look at the JS.

P.S - Drop IE6 support for the final release. Need to let it go finally.. :)

Thanks you,
Igo

User avatar
New member

Posts

Joined
Wed Apr 27, 2011 4:24 am

Post by croydonian » Sat May 07, 2011 6:44 pm

robertketter wrote:After giving customer Transactions (Store Credits), these are not subtracted with additional purchase's resulting in a forever discount. Also, I have been unable to figure out how to purchase using Reward Points.
Reward points can be used in the basket tab only (does not show if you click checkout) as long as they are enabled in admin.

Newbie

Posts

Joined
Wed Apr 27, 2011 8:59 pm
Who is online

Users browsing this forum: No registered users and 56 guests