Zen Cart Logo
Forums / All Other Contributions/Addons / Fast and Easy Checkout

Fast and Easy Checkout

Views: 550,843

Results 1,601 to 1,620 of 2,177
7 May 2013, 3:55 PM
#1601
destruxon avatar

destruxon

New Zenner

Join Date:
Mar 2013
Posts:
16
Plugin Contributions:
0

Fast and Easy Checkout

hi
using fec 1.11 and zc 1.5.0, with glasgow neat template. long story short, i want the dropdown status shown on the admin email, customers email and their account invoice. it shows ok on the admin order invoice but knowhere else. ive found this code which i think is responsible for the output on the admin order form:

          <!-- bof FEC v1.24 drop down -->
          <?php if (FEC_DROP_DOWN == 'true') { ?>
          <tr>
            <td class="main" valign="top"><strong><?php echo ENTRY_DROP_DOWN; ?></strong></td>
            <td class="main"><?php echo $drop_down->fields['dropdown']; ?></td>
          </tr>
          <?php } ?>
          <!-- eof dropdown -->

now would you mind telling me which php files i have to add this bit of code to plz :) or have i missed a setting in the admin to allow this? thanks for this fine mod works well.

dessy

10 May 2013, 1:31 AM
#1602
jimmie avatar

jimmie

Totally Zenned

Join Date:
Jan 2013
Location:
New Port Richey, Florida
Posts:
969
Plugin Contributions:
0

Re: Fast and Easy Checkout

Everything seems to work fine except i keep getting this error
Illegal string offset 'tag' in /var/www/clients/client1/web1/web/includes/templates/sheffield_blue/templates/tpl_checkout_stacked.php on line 109 how do i fix this?
i saw the new version, so i downloaded.
i edited order.php and applied upgrade sql. was this the way to upgrade?

10 May 2013, 1:55 PM
#1603
divavocals avatar

divavocals

Totally Zenned

Join Date:
Jan 2007
Location:
Los Angeles, California, United States
Posts:
10,011
Plugin Contributions:
3

Re: Fast and Easy Checkout

jimmie:

i edited order.php and applied upgrade sql. was this the way to upgrade?
What upgrade instructions did the readme file include?? Did you follow those instructions?

10 May 2013, 7:02 PM
#1604
jimmie avatar

jimmie

Totally Zenned

Join Date:
Jan 2013
Location:
New Port Richey, Florida
Posts:
969
Plugin Contributions:
0

Re: Fast and Easy Checkout

the readme to my understanding only talks about installation and not an upgrade.

10 May 2013, 9:27 PM
#1605
picandnix avatar

picandnix

Totally Zenned

Join Date:
Dec 2010
Location:
UK
Posts:
1,780
Plugin Contributions:
2

Re: Fast and Easy Checkout

jimmie:

the readme to my understanding only talks about installation and not an upgrade.

you'd be better off removing all files from your current version and installing COWOA, opps I mean the latest version of FEC if it's FEC that you think thats a must have?

Did somebody mention COWOA?

10 May 2013, 9:39 PM
#1606
divavocals avatar

divavocals

Totally Zenned

Join Date:
Jan 2007
Location:
Los Angeles, California, United States
Posts:
10,011
Plugin Contributions:
3

Re: Fast and Easy Checkout

picandnix:

you'd be better off removing all files from your current version and installing COWOA, opps I mean the latest version of FEC if it's FEC that you think thats a must have?

Did somebody mention COWOA?
snickers you go to your room..
:laugh:

15 May 2013, 10:11 AM
#1607
destruxon avatar

destruxon

New Zenner

Join Date:
Mar 2013
Posts:
16
Plugin Contributions:
0

Re: Fast and Easy Checkout

destruxon:

hi
using fec 1.11 and zc 1.5.0, with glasgow neat template. long story short, i want the dropdown status shown on the admin email, customers email and their account invoice. it shows ok on the admin order invoice but knowhere else. ive found this code which i think is responsible for the output on the admin order form:

          <!-- bof FEC v1.24 drop down -->
          <?php if (FEC_DROP_DOWN == 'true') { ?>
          <tr>
            <td class="main" valign="top"><strong><?php echo ENTRY_DROP_DOWN; ?></strong></td>
            <td class="main"><?php echo $drop_down->fields['dropdown']; ?></td>
          </tr>
          <?php } ?>
          <!-- eof dropdown -->

now would you mind telling me which php files i have to add this bit of code to plz :) or have i missed a setting in the admin to allow this? thanks for this fine mod works well.

dessy

anyone any idea on this please?

23 May 2013, 2:19 PM
#1608
g2ktcf avatar

g2ktcf

Totally Zenned

Join Date:
Feb 2011
Location:
Lumberton, TX
Posts:
636
Plugin Contributions:
0

Re: Fast and Easy Checkout

I got FEC installed last night on 1.5.1 locally and found an issue with the instructions. Apparently the "Select ALL" for the code changes is not 100% accurate. I had to reinstall admin/customers.php this morning and go back through the updates for it. The SELECT ALL my give a TOTALLY different code that what you see in the code box...user beware!

Double check what you copied in to make 100% sure that you copied the right code!

The good thing is I now have my tested local uploaded to my new host and it looks like the kinks are becoming fewer! :)

2 Jun 2013, 4:09 PM
#1609
barendfaber avatar

barendfaber

Zen Follower

Join Date:
Apr 2010
Posts:
263
Plugin Contributions:
0

Re: Fast and Easy Checkout

Hi,

I am working on https://www.paws.digi-blue.co.uk, and have installed Fast and Easy Checkout. I am using version 1.5.1. I seem to be having a small issue when customer try to sign up. When I try to create an account, and click "Submit", I get a lot of errors coming up. However, on that page, if I then submit again, it creates the account. What am I doing wrong?

B

2 Jun 2013, 6:02 PM
#1610
picandnix avatar

picandnix

Totally Zenned

Join Date:
Dec 2010
Location:
UK
Posts:
1,780
Plugin Contributions:
2

Re: Fast and Easy Checkout

barendfaber:

I get a lot of errors coming up

What am I doing wrong?

the answer is in the question... what errors are "coming up"?

3 Jun 2013, 4:54 PM
#1611
tapper avatar

tapper

Zen Follower

Join Date:
Nov 2007
Location:
Upstate NY
Posts:
233
Plugin Contributions:
0

Re: Fast and Easy Checkout

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.

<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.

var bs_orderid=0.00;
bs_orderid = <?php echo $zv_orders_id;?>

xxx.Guarantee.order = bs_orderid;

Thanks!

12 Jun 2013, 4:16 PM
#1612
stevefriedman71 avatar

stevefriedman71

Zen Follower

Join Date:
Sep 2006
Posts:
269
Plugin Contributions:
0

Re: Fast and Easy Checkout

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?

16 Jun 2013, 6:25 PM
#1613
stevefriedman71 avatar

stevefriedman71

Zen Follower

Join Date:
Sep 2006
Posts:
269
Plugin Contributions:
0

Re: Fast and Easy Checkout

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"???

16 Jun 2013, 11:16 PM
#1614
ezorb avatar

ezorb

Zen Follower

Join Date:
Apr 2006
Location:
Midland TX
Posts:
426
Plugin Contributions:
0

Re: Fast and Easy Checkout

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.

16 Jun 2013, 11:39 PM
#1615
design75 avatar

design75

Totally Zenned

Join Date:
Dec 2009
Location:
Amersfoort, The Netherlands
Posts:
2,862
Plugin Contributions:
5

Re: Fast and Easy Checkout

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:

19 Jun 2013, 4:15 PM
#1616
stevefriedman71 avatar

stevefriedman71

Zen Follower

Join Date:
Sep 2006
Posts:
269
Plugin Contributions:
0

Re: Fast and Easy Checkout

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

19 Jun 2013, 6:03 PM
#1617
divavocals avatar

divavocals

Totally Zenned

Join Date:
Jan 2007
Location:
Los Angeles, California, United States
Posts:
10,011
Plugin Contributions:
3

Re: Fast and Easy Checkout

Design75:

That is the problem, they don't response :laugh:
and they no longer have a support forum..

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 moneyThey 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..

19 Jun 2013, 7:15 PM
#1618
picandnix avatar

picandnix

Totally Zenned

Join Date:
Dec 2010
Location:
UK
Posts:
1,780
Plugin Contributions:
2

Re: Fast and Easy Checkout

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.

16 Jul 2013, 3:45 PM
#1619
irsarahbean avatar

irsarahbean

New Zenner

Join Date:
Mar 2013
Location:
Nipomo, California, United States
Posts:
5
Plugin Contributions:
0

Re: Fast and Easy Checkout

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!!!

30 Sep 2013, 9:54 PM
#1620
enzo_ita avatar

enzo_ita

Zen Follower

Join Date:
Jul 2009
Posts:
402
Plugin Contributions:
0

Re: Fast and Easy Checkout

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