Celestial - Martín Abel Rosales
WhatsApp: 50671482211
Email: martinrosales2012@hotmail.com
Skype: martin.abel.rosales
San José , Costa Rica
[1] http://opencart.googlecode.com/svn/trun ... encart.sql
Tell him how you really feel!reynierpm wrote:Well celestial you're wrong!!
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()
Code: Select all
Notice: Undefined property: DB::$query in /Applications/MAMP/htdocs/opencart15/admin/model/setting/store.php on line 8
Great job so far!
Again, congratulations on another great release.
Regards
my opencart carpet cleaning woking guildford and Office Cleaning Services in Guildford
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
-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.
This is a BUG topicJeremy 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
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.
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']) . "'");
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']) . "'");
This is Japanese so I can't speak English. sorry.
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
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...
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}');
Code: Select all
$pagination->url = $this->url->link('product/manufacturer/product','manufacturer_id=' . $this->request->get['manufacturer_id'] . $url . '&page={page}');
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!zubovd wrote:search does not work!
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!
Celestial - Martín Abel Rosales
WhatsApp: 50671482211
Email: martinrosales2012@hotmail.com
Skype: martin.abel.rosales
San José , Costa Rica
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
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.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.
Users browsing this forum: No registered users and 4 guests