Re: COWOA Updated and Combined for ZC v1.5.x
Quote:
Originally Posted by
DivaVocals
and so it's clear I am only providing a file for v4.0 of Super Orders (for Zen Cart v1.5).. I've no time (or interest) in updating/maintaining v3.0.
Yep. And I don't blame you...
Re: COWOA Updated and Combined for ZC v1.5.x
Quote:
Originally Posted by
DivaVocals
Think I got it worked out.. My testing indicates that my changes did the trick.. COWOA and Super Orders now playing nicely together..
When checking my merges to the includes/classes/order.php, I discovered that the areas of this file not modified by COWOA do not match the Zen Cart v1.5 changes to this file..
Also I will post details of the merges required for using COWOA with Super Orders 4.0 once I have everything working correctly.. They are sufficiently complex enough that IMHO the updated files should probably be included in a future COWOA release. That said I have no plans to update or contribute to ANYMORE Zen Cart add-ons than I am already committing to (WAAAAY too busy!!:laugh:) But I will post the details of the changes required here to help out anyone using both mods together..
I've got everything merged properly ~I think~ and this is the last hurdle.
What did you do to resolve the cowoa_order = 1 not being set in the orders table?
If I manually set to 1, the email link resolves properly to the COWOA status page asking for email/order #.
Didn't see the fix posted elsewhere in this thread.
Re: COWOA Updated and Combined for ZC v1.5.x
Quote:
Originally Posted by
Limitless
I've got everything merged properly ~I think~ and this is the last hurdle.
What did you do to resolve the cowoa_order = 1 not being set in the orders table?
If I manually set to 1, the email link resolves properly to the COWOA status page asking for email/order #.
Didn't see the fix posted elsewhere in this thread.
The includes/classes/order.php, that comes with COWOA is not the right one for Zen Cart v1.5.. It looks like the old v1.3.9 file..
Re: COWOA Updated and Combined for ZC v1.5.x
Quote:
Originally Posted by
DivaVocals
The includes/classes/order.php, that comes with COWOA is not the right one for Zen Cart v1.5.. It looks like the old v1.3.9 file..
Well that's dandy...
Is there an updated version of that file?
I've modified mine previously for the TaxCloud addon, and had merged the file that was in the cowoa 'new installation' directory.
Re: COWOA Updated and Combined for ZC v1.5.x
Quote:
Originally Posted by
Limitless
Well that's dandy...
Is there an updated version of that file?
I've modified mine previously for the TaxCloud addon, and had merged the file that was in the cowoa 'new installation' directory.
you need to do what I did.. compare the v1.39 file to the v1.5 file and make sure the core Zen Cart changes are included.. THEN make your merges for the changes to this file your add-ons require..
Re: COWOA Updated and Combined for ZC v1.5.x
Quote:
Originally Posted by
DivaVocals
you need to do what I did.. compare the v1.39 file to the v1.5 file and make sure the core Zen Cart changes are included.. THEN make your merges for the changes to this file your add-ons require..
Thanks, That did it!
Whew!
Super Orders + Edit Orders + COWOA + Package Tracking
Seriously think these 'features' should be built in.
Already had a customer 'checkout without an account'.
:D
I am curious to see what this does to my conversion rate. I had been having ~20% abandonment rate when customers get to the 'login' screen.
Re: COWOA Updated and Combined for ZC v1.5.x
Quote:
Originally Posted by
shinypenguin
Just finished getting the mod installed... there are several install files with discrepancies from the core files, possibly 1.3.9 files as another user suggested?
A few issues cropped up from preliminary testing:
(3) After doing a sucessful order lookup with a COWOA account, adding an item to the cart breaks the shipping estimator. Also, clicking "checkout" goes directly to the COWOA checkout page without showing the account create/log-in page. On the shipping options page a blank address is entered (just a "," in the third line) -- presumably the reason for the broken shipping estimates.
I just tested the shipping estimator and I get the following error:
Total Items: 2 Weight: 0.6875lbs Amount: $33.43
Ship to:
Available Shipping Methods Rates
Shipping (Please select your Country, enter/select your State/Province and enter your Post/Zip Code.)
[ Close Window ]
No dropdowns or input boxes to change state, add zip.
Did this get resolved?
Re: COWOA Updated and Combined for ZC v1.5.x
Quote:
Originally Posted by
Limitless
I just tested the shipping estimator and I get the following error:
Total Items: 2 Weight: 0.6875lbs Amount: $33.43
Ship to:
Available Shipping Methods Rates
Shipping (Please select your Country, enter/select your State/Province and enter your Post/Zip Code.)
[ Close Window ]
No dropdowns or input boxes to change state, add zip.
Did this get resolved?
It's not broken.. check your install..
Re: COWOA Updated and Combined for ZC v1.5.x
Quote:
Originally Posted by
Limitless
I just tested the shipping estimator and I get the following error:
Total Items: 2 Weight: 0.6875lbs Amount: $33.43
Ship to:
Available Shipping Methods Rates
Shipping (Please select your Country, enter/select your State/Province and enter your Post/Zip Code.)
[ Close Window ]
No dropdowns or input boxes to change state, add zip.
Did this get resolved?
I think this has to do with not forcing logoff of a COWOA user after a purchase.
I wasn't logged in, but I wasn't logged out either.
If I hit the 'Login' button, it showed 'My Account' info, but all links errored out because I wasn't really logged in.
Tried with a different browser and shipping estimator is working.
Re: COWOA Updated and Combined for ZC v1.5.x
Found a typo. Legitiment vs Legitimate
/includes/languages/english/YOURTEMPLATE/no_account.php
define('EMAIL_TEXT_COWOA', ' A Legitimate E-Mail Address is Required to retrieve your order');