I don't know where you'd see this phrase. If it is in the email itself, you need to edit the email files. You can customize your emails to look like whatever you want.
Printable View
I don't know where you'd see this phrase. If it is in the email itself, you need to edit the email files. You can customize your emails to look like whatever you want.
Thanks but the typo is in the Order Information screen. I've attached an image of the error.
I'd upgrade to v3 or v5. Both of these versions allow you to change this text from admin.
If you don't want to upgrade, check send_pos.php in admin and the language file for it. It should be in one of those two files.
Hi I have this module on my site for a year now and it has work nicely. but now I just setup a forum within my site and created a database named forum. but now when clicking the link to enter the tracking ID i get this error "Table 'database _forum.orders_products' doesn't exist" I think it should be accessing 'database _orders_products'
Has anyone have any clues as to why it's now decided to access the wrong database?
Starbuck,
Not quite sure. If you backup your database (backup first!!!) and then delete it does everything work fine? Maybe you should try using a different name for your other database. What directory did you install your forum too? If it was a Zen Cart directory, that might cause problems!
Hi M8 sorry I did not explain it correctly before
The Zen cart database is: database_root
The Forum database is: database_forum
The forum is just in a sub dir so it is aquacooledpc.co.uk/forum
now that i have setup the forum when i go to POs -enter tracking #s and click one a PO i get this error
Table 'aquacooledpc_co_uk_forum.orders_products' doesn't exist
i have looked at the code in confirm_track_sub.php and it can see the i gets the database name form mysql_select_db(DB_DATABASE) or die(mysql_error()); and in configure.php it is defined with define('DB_DATABASE', 'database_root');
I even tried changing the code to mysql_select_db(database_root) or die(mysql_error()); but i still got the same error referring to database_forum. I just don't know what I am missing here. Everything else is working it's just when trying to enter the tracking that I have problems.
I haven't backed up the database and restored it I would relay like to not do that if I don't have to.
I can't seem to figure this one out. If configure.php defines this as root, then how is it pulling up forum? Strange...The only thing I can think of is that forum might have another configure.php that is being pulled up instead, but even this seems unlikely as the forum is in its own directory.
One last thought -- entering tracking happens in the root folder using confirm_track_sub.php. To make it work right, you need to make sure that your admin folder is correctly identified in the code since it runs from the root folder, not the admin folder. If you renamed your admin folder and didn't make these changes as instructed to in the manual you would have problems.