ah, that would explain it - I will revert to old method of adding gift wrap attributes to all products. Thank you for the speedy response.
Printable View
ah, that would explain it - I will revert to old method of adding gift wrap attributes to all products. Thank you for the speedy response.
I keep getting this error message in all my invoices...
1146 Table 'boinkit.TABLE_ORDERS_GIFTWRAP' doesn't exist
in:
[select orders_products_id from TABLE_ORDERS_GIFTWRAP where orders_id = '1008' and wrap = 1]
If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.
I installed the gift wrap module, but decided not to use it at this point (and have removed/de-activated via the admin).
Can anyone tell me how to remove this error message from my invoices and packing slips, as i don't want to send them out to customers with this show.
Many thanks!
Looks like you started deleting things before using the admin to turn the feature off. You still have the giftwrap copy of admin/invoice.php. Be sure you have replaced ALL the files with original untouched copies.
I haven't un-installed anything yet, all the files from the mod are still there.
I only changed the option in admin -- 'Order Totals' and told it to remove the gift wrap module. No other changes have been made at all.
Any ideas?
You dropped the table. If you're going to drop the table, you need to revert the files. If you don't want to revert the files, you need to recreate the table.
My zencart version 137, I am using Gift Wrap version 2.3. I hit the fatal error during checkout :-
Fatal error: Cannot redeclare class order in /home/angguguc/public_html/momsworld/shop/includes/classes/order.php on line 1031
Please advise. Thanks in advance.
During installation, you must either remove the original copy of includes/classses/order.php or rename it to something that doesn't end with .php. For instance, includes/classes/order.php.orig is the naming scheme I use if I want to preserve the original copy of a core file. I suspect you renamed it to (say) includes/classes/order_orig.php, which won't work.
When I wrote this I put in the infrastructure for adding wrapping paper selection (so you wouldn't have to change the database again), but haven't done it yet. It's on the list.