Yes, SO is fully compatible with Zen Cart 1.3.6
Yes, SO is fully compatible with Zen Cart 1.3.6
What happened to the functionality of adding products on an existing order?
I found this very useful..
http://www.moto-x.se - ZC 1.3.6
I'm having this problemand I can't re-install my db from a backup because it's too oldCode:1062 Duplicate entry 'CA' for key 2 in: [INSERT INTO so_payment_types VALUES (NULL, 1, 'CA', 'Cash');][I know for next time]. Just wondering how I can solve this problem. I can't see Admin-->Config-->Super orders and my Tax # is not displaying in on my invoices.
Any help would really be appreciated.
Thanks for your patience as this was probably covered, I just don't understand.
Cheers,
Happyworker
I understand this stuff can be tough for a beginner, but did you even read the message you quoted, Happy? Let's try again...
You cant properly re-run the SQL file without first resetting your DB to the way it was before running it the first time. It sets up tables and entries that cannot be duplicated.This is for everyone who gets "duplicate entry" errors when running the SQL. Re-running the file simply won't work; comment out the duplicate line ('cause it went in properly on the first try)...
Commenting out the offending line only solves a fraction of the problem, as you'll undoubtedly have other duplicate lines. Since you don't have a viable backup, you'll now have to go through the SQL file line by line, and compare it to your DB's current state. Remove any duplicate entries it made (e.g. the `configuration` table is not set to prevent dupes), and manually execute each SQL statement that did not go in the first time.
Shame on you for not following all those big backup warnings.![]()
![]()
If you used any kind of attributes, it was totally broken with the latest versions of Zen Cart, so I scrapped it. Go back a few pages and you'll see a list of upcoming features. Adding new products is on there.
The current version will be fine with that, as far as I know. Super Orders only changes order reporting output, not input. The next version includes adding products and doing returns and exchanges, which definitely will not work with Stocks by Attribute.Originally Posted by mkm
Thanks Blindside
Yes I read the text, I didn't understand the "commenting out of the offending line".
How do I comment this out and manually insert the sql that didn't go the first time?
I'm going to go through the configuration table and take out any duplicate.
Thanks again, much appreciated.
No problem, I'm sorry to see you suffering through. You can comment out a line in SQL by adding a double slash (//) double dash (--) to the beginning of the line. Whole sections can be commented using the /* */ format. In your case, I recommend you keep the file open and just copy and paste the necessary lines into the SQL field in phpMyAdmin. Go one line at a time to avoid further possible damage.
Thanks for the help Blindside,
Okay, everthing seems to be in order now and I see the admin-->config-->super orders.
Excellent
Now, just something has caught my eye....
When I click on the Invoices I notice that under the Tax column it says "None!".
Well I have set all my configurations to show tax and it shows it along the right hand side like normal....it's just underneath that column that it shows "None!"
Thanks again for your help
Cheers,
Happyworker
Bookmarks