@ orange_juice see http://www.zen-cart.com/forum/showpo...postcount=1844 for answer
@ orange_juice see http://www.zen-cart.com/forum/showpo...postcount=1844 for answer
Hi everybody!
I have problem with Super Orders module:
http://www.zen-cart.com/forum/showthread.php?t=162842
Can somebody help me, please?
The order editing features in Super Orders was never fully flushed out/developed. The upcoming Super Order release has deprecated all of the order editing functionality. We are recommending instead for Super Order users that they use the Edit Orders module for order editing functionality. The upcoming Super Orders release will also provide the necessary edited files needed for Edit Orders and Super Orders to work together..
In the meantime if you want to use Edit Orders and would like to use it with Super Orders, instructions for how to make these edits yourself have been posted in both the Edit Orders and Super Orders support threads. (the edits required are SUPER EASY to make yourself -- we are only including them in the new Super Orders release just to make it convenient for users) Search for "Edit Order, DivaVocals" and you will find my posts on this subject in both threads.
The Edit Orders support thread has the link where to get Edit Orders (the latest version is available on the authors website - the version in the downloads section is outdated)
My Site - Zen Cart & WordPress integration specialist
I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.
I am working on a new site that plans to launch in a few days, but am having a blank page issue that I could not find a fix for. I have tried a few test transactions and they go through fine. The blank page is when you try to view the invoice. Either through the link sent to the customer or by going to "my account" and clicking on "view" by the order. I have ran the debug mod and it came back with this error...
[30-Aug-2010 07:24:33] PHP Fatal error: Cannot redeclare class order in *****/public_html/includes/classes/order.php on line 1028
I really do not know where to go from here. When I look at that file on line 1028 is the "}" at the very end of the file.
Version: 2.0 (Rev 48a)
Zen Cart Version: v1.3.8
My Site - Zen Cart & WordPress integration specialist
I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.
My Site - Zen Cart & WordPress integration specialist
I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.
Hallo!
This works great for an one-language site.Code:INSERT INTO so_payment_types VALUES (NULL, 1, 'CA', 'Cash'); INSERT INTO so_payment_types VALUES (NULL, 1, 'CK', 'Check'); INSERT INTO so_payment_types VALUES (NULL, 1, 'MO', 'Money Order'); INSERT INTO so_payment_types VALUES (NULL, 1, 'ADJ', 'Adjustment'); INSERT INTO so_payment_types VALUES (NULL, 1, 'CC', 'Credit Card'); INSERT INTO so_payment_types VALUES (NULL, 1, 'MC', 'Master Card'); INSERT INTO so_payment_types VALUES (NULL, 1, 'VISA', 'Visa'); INSERT INTO so_payment_types VALUES (NULL, 1, 'AMEX', 'American Express'); INSERT INTO so_payment_types VALUES (NULL, 1, 'DISC', 'Discover');
How could I update the database to get it working on an bilingual site?
I do not really care about the translation. I just need the drop down menu to show the same options if language 2 is selected in the admin area.
I tried
but this failed as duplicate entry in the database.Code:INSERT INTO so_payment_types VALUES (NULL, 2, 'CA', 'Cash'); INSERT INTO so_payment_types VALUES (NULL, 2, 'CK', 'Check'); INSERT INTO so_payment_types VALUES (NULL, 2, 'MO', 'Money Order'); INSERT INTO so_payment_types VALUES (NULL, 2, 'ADJ', 'Adjustment'); INSERT INTO so_payment_types VALUES (NULL, 2, 'CC', 'Credit Card'); INSERT INTO so_payment_types VALUES (NULL, 2, 'MC', 'Master Card'); INSERT INTO so_payment_types VALUES (NULL, 2, 'VISA', 'Visa'); INSERT INTO so_payment_types VALUES (NULL, 2, 'AMEX', 'American Express'); INSERT INTO so_payment_types VALUES (NULL, 2, 'DISC', 'Discover');
Will the operation of super orders be impaired if I enter new codes in the payment_type_code in order to cater for the translation?
Otherwise, how could I make it work when I choose my second admin language?
Kind regards,
orange_juice
**Deleted**
My Site - Zen Cart & WordPress integration specialist
I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.
Bookmarks