Re: COWOA Updated and Combined for ZC v1.5.x
Yep, I'm an idiot..... I had re-named the languages/YOUR-TEMPLATE/ to the name of my admin folder... This is what happens when you have been working your full time job all day and then start working on something else... Time to go home and sleep.
Thanks for the help!!
Re: COWOA Updated and Combined for ZC v1.5.x
Quote:
Originally Posted by
scotthead1st
Yep, I'm an idiot..... I had re-named the languages/YOUR-TEMPLATE/ to the name of my admin folder... This is what happens when you have been working your full time job all day and then start working on something else... Time to go home and sleep.
Thanks for the help!!
No problem glad you figured it out.
Re: COWOA Updated and Combined for ZC v1.5.x
So now I cannot edit my orders through the admin section. I have Edit Order 4.1.2 installed. I did merge the core files. Any ideas? The edit orders section is completely blank.
Re: COWOA Updated and Combined for ZC v1.5.x
Quote:
Originally Posted by
scotthead1st
So now I cannot edit my orders through the admin section. I have Edit Order 4.1.2 installed. I did merge the core files. Any ideas? The edit orders section is completely blank.
Nothing to do with COWOA.. Ask your question on the Edit Orders support thread..
Re: COWOA (for ZC v1.5.x)
Quote:
Originally Posted by
DivaVocals
Still sounds like you have another module which modifies the same files as COWOA which is the root cause of the issue..
wow so long to figure this out, just no time spend on this until today. So I removed mods one by one. End result, nothing to do with COWOA and everything to do with discount preview by Softwareguy. There is a file which I forgot to edit after uploading a new template. shipping_estimator.php (includes/modules/) for anyone stumbling upon this thread while searching for: "PHP Fatal error: Cannot redeclare class order in /home/.../public_html/includes/classes/order.php on line 1111"
Re: COWOA Updated and Combined for ZC v1.5.x
I've searched the forum and haven't found a solution for what I'm trying to do (which is to avoid a ton of file-merging, commenting out, etc.)
I'm running v1.5.1 with many mods and customizations, including Minimum Customer Account Information. I book tours and only gather name, email and contact cell phone. No need for shipping or address info. They just enter name, email and contact cell and create password (& account) and then move to checkout and only enter card number and CVV pin and they're done.
I'd like to use the COWOA guest checkout exclusively; my customers don't even want to enter a password nor need any of the registered customer benefits. Is there a "quicky" way that you know of that I can just install the pertinent files to enable Guest Checkout, allowing me to do this and avoid merging nearly every file?
Thanks in advance for any advice or guidance...
Re: COWOA Updated and Combined for ZC v1.5.x
The short answer is no... if you want a guest check out system that touches none of the core files you will need to write something custom for yourself..
Quote:
Originally Posted by
swjake
I've searched the forum and haven't found a solution for what I'm trying to do (which is to avoid a ton of file-merging, commenting out, etc.)
I'm running v1.5.1 with many mods and customizations, including Minimum Customer Account Information. I book tours and only gather name, email and contact cell phone. No need for shipping or address info. They just enter name, email and contact cell and create password (& account) and then move to checkout and only enter card number and CVV pin and they're done.
I'd like to use the COWOA guest checkout exclusively; my customers don't even want to enter a password nor need any of the registered customer benefits. Is there a "quicky" way that you know of that I can just install the pertinent files to enable Guest Checkout, allowing me to do this and avoid merging nearly every file?
Thanks in advance for any advice or guidance...
Re: COWOA Updated and Combined for ZC v1.5.x
Thank you for getting back. I installed in once on a test server site, but wasn't quite what I wanted. I'll reinstall on test server and play around with it and see what hacks I can get into.
Thanks again! It's a good mod!
But just to be clear: I was hoping there were a minimum of files I could install in order for the Guest checkout to function properly, or if I needed to install all the included files (tpl_shipping, etc). Thought someone might have used it exclusively for guest checkout and had a "shortcut". Then again, shortcuts get you in trouble...
Re: COWOA Updated and Combined for ZC v1.5.x
Quote:
Originally Posted by
swjake
Thank you for getting back. I installed in once on a test server site, but wasn't quite what I wanted. I'll reinstall on test server and play around with it and see what hacks I can get into.
Thanks again! It's a good mod!
But just to be clear: I was hoping there were a minimum of files I could install in order for the Guest checkout to function properly, or if I needed to install all the included files (tpl_shipping, etc). Thought someone might have used it exclusively for guest checkout and had a "shortcut". Then again, shortcuts get you in trouble...
Like I said.. this ADDS a guest feature into the default checkout process.. can't do that without some level of changes to the core checkout files.. But you are welcome to try and figure our how you can do this without touching any of the core checkout files..
Also you might want to keep in mind that COWOA will become part of the Zen Cart core functionality as of v1.6.. so any "hacks" you make will have to be done again..
Re: COWOA (for ZC v1.5.x)
Getting an error at the checkout_process page, I am testing my new cart and keep getting errors such are this:
Array ( [0] => This transaction has already been captured (OrderID : 7) )
I've tried uninstalling an re-installing and still not working, suggestions?