Guest Posted April 25, 2010 Share Posted April 25, 2010 I installed Order editor contribution and then Manual order maker contribution. Everything seems to work except after manually adding an order if you click "new order email" to email the customer the new order I get this in return 1146 - Table 'connectorsupply.eorder_text' doesn't exist SELECT * FROM eorder_text where eorder_text_id = '1' and language_id = '1' [TEP STOP] Can anyone help? Everything else seems to work fine. There are 2 additional optional steps, maybe I should try them. Link to comment Share on other sites More sharing options...
Collines Posted April 25, 2010 Share Posted April 25, 2010 I think it all depends on the version that you are using. I seem to recall that one version of order_editor requires you to install an html email contribution and somewhere there should be a table like this to add to your database DROP TABLE IF EXISTS `eorder_text`; CREATE TABLE `eorder_text` ( `eorder_text_id` tinyint(3) unsigned NOT NULL default '0', `language_id` tinyint(3) unsigned NOT NULL default '1', `eorder_text_one` text, PRIMARY KEY (`eorder_text_id`, `language_id`) ) ; Link to comment Share on other sites More sharing options...
NodsDorf Posted April 25, 2010 Share Posted April 25, 2010 Another suggestion for making an order for a customer (Manual Order) is to install master password. Then just login as the customer and make the order. I've used this probably thousands of times to help customers. Just a thought. Link to comment Share on other sites More sharing options...
Guest Posted April 25, 2010 Share Posted April 25, 2010 Thanks for the suggestions. Maybe you guys could help with this one. new install of 2.2 rc2 trying to change the background of just the categories, manufactures, whats new, quick find, information, shopping cart, best sellers, specials, reviews, languages and currencies info box data part not the heading. I changed it in the style sheet and it changes the background of all the boxes including contact us form and new customer/returning customer. I don't want any other boxes changed just the ones mentioned above. Also, the background is going to be an image not just a color. Thanks, Joe Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.