Re: Fast and Easy Checkout for Zen Cart
Hi
I'm trying to integrate a script from BuySafe (a "buyer protection" website). One part of their code goes on the last page of checkout. They need the orderid, subtotal and email variables put in their script so they can log the order. Kind of like some conversion tracking mods I guess.
We use FEC and COWOA. I got the order ID in there but subtotal is on the previous page, and email may not exist since we have FEC and COWOA. I've tracked back and the only places I find it are a sessionid and grabbing the last record created from somewhere.
Can someone give me a hand with this?
It goes in here. The blanks are hash marks and checking for shop status and other things like that.
Code:
<script type="text/javascript">
. . .
{
xxx.Guarantee.order = "...order number goes here...";
xxx.Guarantee.subtotal = "...item subtotal goes here...";
xxx.Guarantee.email = "...buyer email goes here...";
. . .
}
This next thing works. We made a var to hold the orderid then put that into the script. We can't figure out the email and subtotal.
Quote:
var bs_orderid=0.00;
bs_orderid = <?php echo $zv_orders_id;?>
-------------------------
xxx.Guarantee.order = bs_orderid;
Thanks!
Re: Fast and Easy Checkout for Zen Cart
ISSUE:
all customers hang in the checkout page and disappear. What i found is that the page ends up in an infinite "processing" (eg. when a customer deletes a product on the checkout screen. what's going on?
Re: Fast and Easy Checkout for Zen Cart
something is messed up in the orig code for your "new version" of FEC. i installed in fresh on a new 151 zencart and the whole look of the sign in (by the way.. it's "sign" and not "sing" in your code) when do you re-do these errors or is that part of the plan so you can charge people to fix the errors you put in? :censored: INCLUDING using files from older zencarts in your "NEW VERSION"???
Re: Fast and Easy Checkout for Zen Cart
Where did you get your latest version? The latest version on Numinix web site is 1.12.1 06/14/2013. Zencart plugin for Numinix products sometime are days behind. If that is not your problem you should post on their web for quicker response.
Re: Fast and Easy Checkout for Zen Cart
Quote:
Originally Posted by
EZorb
Where did you get your latest version? The latest version on Numinix web site is 1.12.1 06/14/2013. Zencart plugin for Numinix products sometime are days behind. If that is not your problem you should post on their web for quicker response.
That is the problem, they don't response :laugh:
Re: Fast and Easy Checkout for Zen Cart
i do respond but i don't live in the forum... I got the latest version from their website. and THEY don't respond - unless you send them money
Re: Fast and Easy Checkout for Zen Cart
Quote:
Originally Posted by
Design75
That is the problem, they don't response :laugh:
and they no longer have a support forum..
Quote:
Originally Posted by
stevefriedman71
i do respond but i don't live in the forum... I got the latest version from their website. and THEY don't respond - unless you send them money
They are clearly moving towards a commercial model.. Nothing wrong with that..
Sucks for those who rely on free modules, and I get that.. but it is what it is.. Personally I am not a big fan of FEC and prefer COWOA (which will be part of Zen Cart's upcoming v1.6 releases core). Even when Numinix was around to support their free mods, I personally found FEC troublesome.. COWOA is trouble-free and has a very active and helpful support community..
Re: Fast and Easy Checkout for Zen Cart
Quote:
Originally Posted by
DivaVocals
and they no longer have a support forum..
They are clearly moving towards a commercial model.. Nothing wrong with that..
Sucks for those who rely on free modules, and I get that.. but it is what it is.. Personally I am not a big fan of FEC and prefer COWOA (which will be part of Zen Cart's upcoming v1.6 releases core). Even when Numinix was around to support their free mods, I personally found FEC troublesome.. COWOA is trouble-free and has a very active and helpful support community..
I couldn't agree more.
Suddenly getting FEC redirect loops; missing customer info from orders
Suddenly getting FEC redirect loops; missing customer info from orders
Hi everyone. I am running Zen-Cart 1.3.9h. It is for an independent study school in which parents order materials for use at home. It worked all last year.
I added some products, added flat rate shipping, added new customers and reopened the shop a few weeks ago. Some people could checkout and others got redirect errors. It seemed to be connected to the customer account rather than the computer, because even trying various browsers and computers did not work for several people.
When I disabled Fast and Easy Checkout (set it to false) everybody was able to use the site again. HOWEVER, most (but not all!) orders that come through now have blank order information: the customer name, customer email address, customer telephone, etc are blank. If I click on Customer Details I can find their details, but they do not appear on our export of orders, on our invoices or packing slips.
Any ideas would be most appreciated!!!
Re: Suddenly getting FEC redirect loops; missing customer info from orders
Hi,
I am runnign FEC last version on zen cart 1.5.1
It works fine but ine thing (in my opinion)
When a customer change his choice of shipping, the frame "shipping cart content" is automatically updated, and this is correct.
Instead when a customer change his choice of payment method, the frame "shipping cart content" is NOT automatically updated and I think this si wrong because there may be a fedd ofr cod or other thing changing by the payment method and the customer should be aware of this by changing the "shopping cart content" frame.
I whish I was able to mod this on my own, but I am not. I think it must be very simple probably just change something in the checkout file.
Anyone having a suggestion is welcome.
Thanks
enzo