Re: My Checkout Without Account Mod
Quote:
Originally Posted by
techiegirl
Thanks, that's what was missing. Not sure how I missed that.
I'm using Zen Cart version 1.3.8 and downloaded COWOA for 1.3.8.
However, when I enter in test billing info, I am not taken to Step #2, the page just refreshes itself and clears all fields.
Is it possible that there is another file that is missing?
Thanks!
http://www.tregreekboutique.com/zencart
Look for any folders in you store that say freetemplate2
If you find any, the files inside should be moved to your template folder, or you can delete those and rename the freetemplate2 folders on the install to the same name as your template that you are using and then re-copy them to your store.
Look in:
/includes/modules
/includes/languages/english
/includes/templates
Re: My Checkout Without Account Mod
Quote:
Originally Posted by
JTheed
Look for any folders in you store that say freetemplate2
If you find any, the files inside should be moved to your template folder, or you can delete those and rename the freetemplate2 folders on the install to the same name as your template that you are using and then re-copy them to your store.
Look in:
/includes/modules
/includes/languages/english
/includes/templates
I've double checked all the files and all the files are in the proper directories.
Any ideas on why after entering the billing information and selecting "Continue" the page just refreshes and the entered data disappears?
http://www.tregreekboutique.com/zencart
Thanks!
Re: My Checkout Without Account Mod
Quote:
Originally Posted by
techiegirl
I've double checked all the files and all the files are in the proper directories.
Any ideas on why after entering the billing information and selecting "Continue" the page just refreshes and the entered data disappears?
http://www.tregreekboutique.com/zencart
Thanks!
So you didn't find any folders named freetemplate2 in those 3 folders I mentioned?
It has to find that file to continue. Try copying it to template_default/templates
Re: My Checkout Without Account Mod
Quote:
Originally Posted by
JTheed
So you didn't find any folders named freetemplate2 in those 3 folders I mentioned?
It has to find that file to continue. Try copying it to template_default/templates
No, I didn't have any folders named freetemplate2. After downloading the source files I renamed all the freetemplate2 folders to my template name.
I just used FTP again and transferred each file individually. They are all there, so I'm not sure why it's not working.
Re: My Checkout Without Account Mod
Quote:
Originally Posted by
techiegirl
No, I didn't have any folders named freetemplate2. After downloading the source files I renamed all the freetemplate2 folders to my template name.
I just used FTP again and transferred each file individually. They are all there, so I'm not sure why it's not working.
You should have a file called no_account.php under includes/modules and it should be 5K in size. The first few lines are:
Code:
// This should be first line of the script:
$zco_notifier->notify('NOTIFY_MODULE_START_NO_ACCOUNT');
if (!defined('IS_ADMIN_FLAG')) {
die('Illegal Access');
}
/**
* Set some defaults
*/
$process = false;
$zone_name = '';
$entry_state_has_zones = '';
$error_state_input = false;
$state = '';
$zone_id = 0;
$error = false;
/**
* Process form contents
*/
I will have an updated version to the one I posted in the download section soon, tonight or tomorrow night, where the few add-ons will be included in one install and you can turn the COWOA and The Order Status on or off in the Admin Configuration screen.
Re: My Checkout Without Account Mod
Sorry, it's an 18K file, not 5k.
Re: My Checkout Without Account Mod
I finally upgraded to Zen 1.3.9 and I have COWOA working with it. If you are upgrading to Zen 1.3.9 and are using the template override system (like you should be!), you will only have to update the following files (since the other files wouldn't have been touched during your upload):
/admin/orders.php
/includes/classes/order.php
/includes/modules/pages/gv_redeem/header_php.php
/includes/modules/pages/password_forgotten/header_php.php
/includes/modules/pages/login/header_php.php
Instructions are here: download
I am not providing you with any files in that download. I am telling you what code you need to add to your clean Zen 1.3.9 files. Whenever I add a mod to my cart, I prefer to do it this way because a) I use other mods and I'd hate to override a file that has code for another mod in it and b) i want to use the newest version of the file. Whats the point of upgrading and then uploading older versions of files from this mod or that mod?
And it doesn't take very long at all.
I also updated COWOA Admin (shows you who is using cowoa) for 1.3.9 : download
(Now I'm off to see if I can fix Dual Pricing since that seems wacky after my upgrade. Fun! :yuck:)
Re: My Checkout Without Account Mod
Patiently waiting COWOA installer for the first time, fresh on a 1.3.9.
Re: My Checkout Without Account Mod
Am I missing something here. Ive installed this mod, went through a test transaction, hit 'checkout without account' and got presented with a customer account form, then a shipping form, then a payment form, then a confirmation form, then it took it to my merchant for payment....
How is this any different to clicking register an account???
Re: My Checkout Without Account Mod
Quote:
Originally Posted by
dgent
Am I missing something here. Ive installed this mod, went through a test transaction, hit 'checkout without account' and got presented with a customer account form, then a shipping form, then a payment form, then a confirmation form, then it took it to my merchant for payment....
How is this any different to clicking register an account???
1st of all, what did you buy on your test?
Did it have a price? If yes, how would you get payment to your store?
Also, which COWOA are you using?