Re: 1.4.0 Product Options
I deleted the German language if thats what you wher meaning. I did it when i first got 1.4.0 up and running i can't find anything else related to German in the back-end side of the website, though there still could be some tables in the database. I will wait for the next release and fresh install a...
Jump to post- Fri Jan 29, 2010 10:59 pm
- Replies 5
- Views 1041
Re: 1.4.0 Product Options
Its the actually Backend page spazzing out..the product lengths are fine and don't overlap the page. There just not saving properly. But i will try mess around with it. As you can see here http://www.sixdecibels.co.uk/audiointerfaces/test only some of them are saving some of them are not even displa...
Jump to post- Fri Jan 29, 2010 2:39 am
- Replies 5
- Views 1041
1.4.0 Product Options
Hello, I've tried searching the forum i've found a couple of posts (Not Many) related to this problem mainly in the 1.4.0 annnoucments. I just wanted to confirm wether or not the Product Options are fully functional in 1.4.0 or not? So i'm not waiting for a release/fix and can see if the problem is ...
Jump to post- Tue Jan 26, 2010 11:47 pm
- Replies 5
- Views 1041
Re: Auto Update of Price when Product Options are Selected
Nice feature, any future plans for adding more features? One thing i was looking for was depending on what option you choose in the first box, would change the options it gave you in the other box's below. For example if you had the first box as "Operating System" with a couple of other Op...
Jump to post- Thu Dec 03, 2009 1:05 am
- Replies 26
- Views 11659
Re: Error Upgrading from 1.3.2 - 1.3.3 - 1.3.4
Just so you know, I believe the problem was due to there was two versions of 1.3.2 one had some errors in the backing up of the database. Which i fixed by changing a quote in one of the files. Then a new version of 1.3.2 was released which i didn't bother getting because everything was working fine....
Jump to post- Wed Dec 02, 2009 10:29 pm
- Replies 2
- Views 916
Error Upgrading from 1.3.2 - 1.3.3 - 1.3.4
Hey, I upgraded through the versions fine. Everything seems to be working so far from what i've tested. But when i go to add something to the cart and follow the checkout procedure i encounter a error: Error: Unknown column 'shipping_country_id' in 'field list' Error No: 1054 INSERT INTO `order` SET...
Jump to post- Sat Nov 14, 2009 12:34 am
- Replies 2
- Views 916
Re: Cannot browse products in 1.3.2 with SEO turned on
you need to use a unique keyword for each SEO keyword. if you use the same word it will confuse the system and the first result will be shown. I dn't understand why this is not obvious to people. It is only semi-obvious. One thing we've run into is the fact that all aliases need to be unique, inclu...
Jump to post- Wed Aug 19, 2009 3:11 am
- Replies 7
- Views 2155
Re: 1.3.2 Database Backup
Sorted! It was an issue with a stray quote in admin/model/tool/backup.php The original line was: $table_query = $this->db->query("SHOW TABLES FROM `'" . DB_DATABASE . "`"); which needs to be: $table_query = $this->db->query("SHOW TABLES FROM `" . DB_DATABASE . "`&q...
Jump to post- Wed Aug 19, 2009 3:04 am
- Replies 3
- Views 1570
Re: 1.3.2 Database Backup
I beleive the problem is that i used a different username and password for the fresh database different from my old database. So its referencing it somewhere? I've checked the config.php in the main dir and the admin config.php theres no reference to them in there, is there any other files where thi...
Jump to post- Wed Aug 19, 2009 12:19 am
- Replies 3
- Views 1570
1.3.2 Database Backup
Hello, After using hcamelion steps to upgrade from 1.3.0 to 1.3.2 and running the db_changes.sql file it worked fine. But now when i try to back up the database i get the following error below. User group permissions are set. Error: Access denied for user 'xxxxxx'@'%' to database ''xxxxxx' Error No:...
Jump to post- Tue Aug 18, 2009 11:39 pm
- Replies 3
- Views 1570
1.30 - 1.31. Database Restore Problems
Upgrading from 1.30 ti 1.31. When restoring backed up database i get this error. Note: I did run the SQL Query then backed up the database. Also Fostex was a disabled products if that is any help. Error: Unknown column 'discount' in 'field list' Error No: 1054 INSERT INTO `order_product` (`order_pro...
Jump to post- Thu Aug 13, 2009 2:54 am
- Replies 6
- Views 2240
Re: upgrading seo urls
Turns out it was to do with multiple entries with the same alias in the url_alias table. Some of these even refered to categories that didn't appear in the categories table. Not sure how they got there or anything, and we haven't removed some of the spurious categories, but simply deleting the recor...
Jump to post- Sat Aug 08, 2009 5:40 am
- Replies 1
- Views 1047
upgrading seo urls
Since upgrading to 1.3.0 the seo keywords i used in 1.2.9 don't work properly they either bounce back to the page from where i clicked on the sub catergory or show no products on the page. But if i change the seo keywords to something else they work. I Was wondering if its possible to fix this, with...
Jump to post- Fri Aug 07, 2009 11:30 pm
- Replies 1
- Views 1047
Model Number
Hey is it possible to change the Model number when viewing a product to say Delivery time and if so, what required files need to be edited? Any help would be greatly appreciated! (Doesn't matter what it says in the admin backend, just the frontside that needs to be changed).
Jump to post- Mon Aug 03, 2009 10:41 pm
- Replies 1
- Views 1039
Re: Sitemap
Thank you Julian. worked like a charm :-)
Jump to post- Mon Aug 03, 2009 7:40 pm
- Replies 4
- Views 1687
Worldpay Update
Just to let you know Worldpay has updated. </form> </div> <div id="payment"><form action="https://select.worldpay.com/wcc/purchase" method="post" id="checkout"> Has now changed to https://secure.wp3.rbsworldpay.com/wcc/purchase. It would also be good if there ...
Jump to post- Thu Jul 30, 2009 11:46 pm
- Replies 1
- Views 1077
Sitemap
Hello, i upgraded from 1.2.9 to 1.3.0 but my sitemap has gone totally derranged as you can see here: http://www.sixdecibels.co.uk/index.php?route=information/sitemap Note: I did take special offers off in the previous version. But havn't bothered too in this version. So i dont know if my backup has ...
Jump to post- Fri Jul 24, 2009 9:00 pm
- Replies 4
- Views 1687
Re: problems restoring from 1.29 to 1.30
Thanks, i wont be editing tables after ive backed up my database next time Problem fixed.
- Fri Jul 24, 2009 8:48 pm
- Replies 11
- Views 3168
Re: problems restoring from 1.29 to 1.30
Hi Daniel im not quite sure what this means? Could you explain it a bit further for me? Jump to postremove all create and trunicate parts of code.
- Wed Jul 22, 2009 11:29 pm
- Replies 11
- Views 3168
Re: problems restoring from 1.29 to 1.30
I Have the same error from when restoring Error: Unknown column 'keyword' in 'field list' Error No: 1054 INSERT INTO `category` (`category_id`, `keyword`, `image`, `parent_id`, `sort_order`, `date_added`, `date_modified`) VALUES ('44', 'dynamic', 'dynamic.jpg', '43', '0', '2009-07-07 10:32:00', '200...
Jump to post- Wed Jul 22, 2009 11:06 pm
- Replies 11
- Views 3168