Re: Fast and Easy Checkout for Zen Cart
Quote:
Originally Posted by
numinix
If you have the standalone version of COWOA installed, you will need to remove the first 4 or so lines from the top of the SQL file that create the columns for COWOA.
Thanks Numinix, that worked. FYI for anyone receiving that message, I removed the top 6 lines or so that were broken off by a line break.
Still don't see anything on my checkout screen though, is there any other steps I need to take to "turn it on"? I don't think that I have to do anything additional based on the instructions for the latest version...
Thanks again - I know I'm a big noob at this.
Re: Fast and Easy Checkout for Zen Cart
Still had no response to my query!?!?!
Re: Fast and Easy Checkout for Zen Cart
Quote:
Originally Posted by
Andy_GS
Still had no response to my query!?!?!
I'm not sure if it does, but there is a newer version than 1.5.2. If you look on numinix website, you can get the latest and greatest there. The version he has there is 1.6.2. You can see if this on fixes your problem.
Re: Fast and Easy Checkout for Zen Cart
I'm trying to add Google Checkout - and I currently have Super Orders and FEC installed and working. I'm at a loss as to how to get Google Checkout installed as the file provided alter admin/orders.php which is not being used (super_orders.php instead).
I've looked at the two files and I really am at a loss on how to properly merge the changes to get this installed. I've posted asking who has all three working - but I've not received a direct response as of yet.
I really need to figure this out - any help would be much appreciated.
Ruth
Re: Fast and Easy Checkout for Zen Cart
Use a comparison tool (I like Beyond Compare) to see the differences between the two orders.php files first. That way you'll know exactly what's inserted first. Then look at orders vs. super orders for the logical place.
By the way, I'm now looking to jump up to FEAC. It looks pretty sweet! I use super orders and fec but not google checkout.
Re: Fast and Easy Checkout for Zen Cart
the draw back is it does not work with Ultimate SEO... anyone has a solution?
Re: Fast and Easy Checkout for Zen Cart
*scratches head confused*
Okay so I've installed this add on... and all seems to work fine (nice little list of things to fill out, no pages of nonsense needed any more)
but once I fill it out and click continue...nothing happens?
No payment method or something like that...It just reloads the cowoa page...
Does anybody know what is happening here?
Link to site is http://www.ad-mineraal.nl/skullshop
For testing purposes when ordering please add Capital Letters TEST in first and last name fields.
With kind regards,
Juliet van Ree
Re: Fast and Easy Checkout for Zen Cart
Quote:
Originally Posted by
numinix
Use 1.6.0 and perform a file merge.
I just updated FEC to 1.51 as that is what is available in the contributions section of the Zen-Cart site - where would one find the 1.60 version (sure wish I had known there was a newer version two weeks ago):frusty:
Thanks
Ruth
Re: Fast and Easy Checkout for Zen Cart
1.6.2 is HERE but, seriously, look at FEAC while you're on that site. (No, I'm not being compensated. It just looks that awesome. I'll be switching to it shortly).
Re: Fast and Easy Checkout for Zen Cart
Easy question I hope. The refresh button on the Discount Coupon appears to be displayed by
Code:
<div class="refreshButton"><input type="button" value="Refresh" onclick="updateForm()" /></div>
in tpl_checkout_stacked
What should I replace that line with to use an image instead of css for the button?