Hi - re error with shipping/billing
played around with the files and I must have corrected something = seems to be working now
sorry
Rufusclc
Printable View
Hi - re error with shipping/billing
played around with the files and I must have corrected something = seems to be working now
sorry
Rufusclc
[QUOTE=countrycharm;1152839]Why couldn't you put a notice up stating that, for For security reasons, an account needs to be created when purchasing a download or Gift Certificate? /QUOTE]
any suggestions on disabling cowoa when gift certs are in play or disabling gift cert redemption when cowoa is selected? i have the same issue, but, since people generally don't read or forget text as such, i'd like to build in a system to auto restrict.
I posted this as its own thread a while back and got no answer. The problem still exists, and I'm getting an error log generated every single time someone checks out.
The order seems to go through - at least nobody has complained yet. (I did have someone's info show up as a new account and it says it came from COWOA although he made no purchase)
Anyhow, I keep getting the following error in my logs:
PHP Parse error: syntax error, unexpected $end in
includes/languages/english/azienda/time_out.php on line 20
The time_out.php file is from COWOA and line 20 says:
// eof
so why is it generating an error?
Please explain in simple terms.....
thanks
Joe
scratch above RFI - I just checked files with original. Apparently I've got 2.2 and 2.3 that //eof line was removed.
I can't seem to find a solution to this problem anywhere and am now desperate! I have Zen cart 1.5.1 and have been trying to install the latest COWOA, 2.3. This is a brand new install I don't have the old version installed. Everything seems to work up until I need to switch it on in Admin--Configuration--Cowoa Configuration. When I go there all I get is a blank page with the words title, value, action. When I installed the SQL file I did not get any errors. I have tried to uninstall the module by running the uninstall_cowoa.sql file in the admin and get an error - Warning: An error occurred, please refresh the page and try again. I tried installing COWOA again on a backup site and the same thing happened.
I don't know if this helps at all but I was in the process of installing Fast and Easy Checkout when I decided to switch to COWOA. I have deleted all of the Fast and Easy Checkout files and ran the uninstall SQL on that module which worked fine.
I've googled and searched the forums but can't seem to find an answer to this problem that has worked. Does anyone have any idea how to fix this or know what I'm doing wrong? Thanks a bunch!
FAQ on troubleshooting blank pages:
http://www.zen-cart.com/content.php?124-blank-page
and on your "warning" message:
http://www.zen-cart.com/content.php?...-and-try-again
(I found these by searching in the FAQs section)
I have struggled with the same issue. New install of Zen Cart 1.5.1 with COWOA 2.3. Previously installed template tb_sempre. The log shows
PHP Fatal error: 1062:Duplicate entry 'PRODUCT_LISTING_LAYOUT_STYLE' for key 'unq_config_key_zen' :: INSERT INTO configuration (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, last_modified, date_added, use_function, set_function) VALUES ('Product Listing - Layout Style', 'PRODUCT_LISTING_LAYOUT_STYLE', 'rows', 'Select the layout style:<br />Each product can be listed in its own row (rows option) or products can be listed in multiple columns per row (columns option)', '8', '40', NULL, now(), NULL, 'zen_cfg_select_option(array("rows", "columns"),'); in /home/nutraex/www/shop/includes/classes/db/mysql/query_factory.php on line 120
Anyone know how to solve this?
If you indeed have the EXACT SAME issue as NoHug4u (blank pages, etc..), then the links DrByte posted apply to you as well.. If you are having a DIFFERENT issue, then some specifics of the issue you are having would help the community to help you..
That said, the error you posted does not seem related to COWOA at all... It would seem to indicate that you are having an issue with a different add-on (the parts I highlighted in red are how I reached this conclusion).. This SQL you posted in your error message is NOT part of the COWOA SQL..
So you have two options..
- Rollback to before when you installed COWOA and start over with your install
- Figure out which add-on you installed that is burping up this error and correct the issue