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

Fast and Easy Checkout

Views: 550,847

Results 1,621 to 1,640 of 2,177
30 Sep 2013, 9:55 PM
#1621
enzo_ita avatar

enzo_ita

Zen Follower

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

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

2 Oct 2013, 11:05 PM
#1622
rued avatar

rued

Zen Follower

Join Date:
Oct 2005
Location:
Finland
Posts:
186
Plugin Contributions:
0

Re: Fast and Easy Checkout

I wonder if someone know why the setting of 'Create Account Default Country ID' under 'Customer Details' doesn't work with FEC, and if it's possible to solve it?

Search and found someone asking for this in post 1595, but I could not see that there was any replies to it:
http://www.zen-cart.com/showthread.php?76557-Fast-and-Easy-Checkout&p=1192327#post1192327

2 Oct 2013, 11:19 PM
#1623
rued avatar

rued

Zen Follower

Join Date:
Oct 2005
Location:
Finland
Posts:
186
Plugin Contributions:
0

Re: Fast and Easy Checkout

Crap, I'll better get some sleep soon. It simply changing $_SESSION['zone_country_id'] into $selected_country

Just change the line:

<?php echo zen_get_country_list('zone_country_id', $_SESSION['zone_country_id'], 'id="country" ' . ($flag_show_pulldown_states == true ? 'onchange="update_zone(this.form);"' : '')) . (zen_not_null(ENTRY_COUNTRY_TEXT) ? '<span class="alert">' . ENTRY_COUNTRY_TEXT . '</span>': ''); ?>

Into:

<?php echo zen_get_country_list('zone_country_id', $selected_country, 'id="country" ' . ($flag_show_pulldown_states == true ? 'onchange="update_zone(this.form);"' : '')) . (zen_not_null(ENTRY_COUNTRY_TEXT) ? '<span class="alert">' . ENTRY_COUNTRY_TEXT . '</span>': ''); ?>

And same on the line:

<?php echo zen_get_country_list('zone_country_id_shipping', $_SESSION['zone_country_id_shipping'], 'id="country_shipping" ' . ($flag_show_pulldown_states_shipping == true ? 'onchange="update_zone_shipping(this.form);"' : '')) . (zen_not_null(ENTRY_COUNTRY_TEXT) ? '<span class="alert">' . ENTRY_COUNTRY_TEXT . '</span>': ''); ?>

Into:

<?php echo zen_get_country_list('zone_country_id_shipping', $selected_country, 'id="country_shipping" ' . ($flag_show_pulldown_states_shipping == true ? 'onchange="update_zone_shipping(this.form);"' : '')) . (zen_not_null(ENTRY_COUNTRY_TEXT) ? '<span class="alert">' . ENTRY_COUNTRY_TEXT . '</span>': ''); ?>
3 Oct 2013, 10:40 PM
#1624
enzo_ita avatar

enzo_ita

Zen Follower

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

Re: Fast and Easy Checkout

HI,
I am running zen cart v 1.5.1 with fec 1.13.1
The file tpl_checkout_stacked.php is throwing a error log that seems to depend from the php version. PHP Warning: Illegal string offset 'tag' in /includes/templates/MY_TEMPLATE/templates/tpl_checkout_stacked.php on line 570
Is it true that the problem s related to the php version?
Is there any planning of solving this issue?
Is it suggestable to change php version to 5.3?
Thanks

4 Oct 2013, 6:06 PM
#1625
linuxguy2 avatar

linuxguy2

Zen Follower

Join Date:
Sep 2013
Location:
Texas
Posts:
315
Plugin Contributions:
0

Re: Fast and Easy Checkout

First off THANK YOU for the great mod!

-'Fast and Easy Checkout' installed.
-Zen cart Version 1.5.1
-Default country set to 'United States' in admin.

Issue - The dropdown menu says 'Please choose your country' in the default position, 'United States' is the first position in the dropdown menu, followed by the alphabetical list of countries. I want 'United States' in the default position instead of 'Please choose your country'. If you choose the 'Checkout Without Account' option, the dropdown menu is setup this way, with United States in the default position.

How can I replace 'Please choose your country' with 'United States' as the default selection on the login page dropdown menu?

Been using Zen Cart for several years now and have installed and made major mods to fit my customers needs.
However I'm not a programmer and can't figure this one out...I'm surprised such a "GREAT" mod doesn't have this as an option.
Or maybe it's a bug.

4 Oct 2013, 6:26 PM
#1626
linuxguy2 avatar

linuxguy2

Zen Follower

Join Date:
Sep 2013
Location:
Texas
Posts:
315
Plugin Contributions:
0

Re: Fast and Easy Checkout

Thanks RUED!
That fixed my problem although I still need to test carefully.
At least now I have an idea to work from.

At first I didn't get that you were replying to RRZC.

I really appreciate your help.....................

20 Oct 2013, 5:01 AM
#1627
vandiermen avatar

vandiermen

Totally Zenned

Join Date:
Feb 2007
Posts:
518
Plugin Contributions:
1

Re: Fast and Easy Checkout

enzo-ita:

HI,
I am running zen cart v 1.5.1 with fec 1.13.1
The file tpl_checkout_stacked.php is throwing a error log that seems to depend from the php version. PHP Warning: Illegal string offset 'tag' in /includes/templates/MY_TEMPLATE/templates/tpl_checkout_stacked.php on line 570
Is it true that the problem s related to the php version?
Is there any planning of solving this issue?
Is it suggestable to change php version to 5.3?
Thanks

At this time FEC is not to be compatible with PHP 5.4, I downloaded the latest release from numinix website but is also not compatible.

25 Oct 2013, 7:29 PM
#1628
hunteryz avatar

hunteryz

Inactive

Join Date:
Oct 2013
Location:
120 Wilshire Blvd,Brentwood,NY,11717
Posts:
94
Plugin Contributions:
0

Re: Fast and Easy Checkout

I used this plugin, but cannot received any payment.
how could I detective the problem?

my site: https://www.uniwarestore.com

27 Oct 2013, 1:56 AM
#1629
davewest avatar

davewest

Totally Zenned

Join Date:
Dec 2007
Location:
Payson, AZ
Posts:
1,075
Plugin Contributions:
7

Re: Fast and Easy Checkout

enzo-ita:

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.

Yes it would be nice and it's a simple change... in tpl_checkout_stacked.php

find this line around line 420:

 <?php echo zen_draw_radio_field('payment', $selection[$i]['id'], ($selection[$i]['id'] == $_SESSION['payment'] ? true : false), 'id="pmt-'.$selection[$i]['id'].'"'); ?>

Change it to this:

<?php echo zen_draw_radio_field('payment', $selection[$i]['id'], ($selection[$i]['id'] == $_SESSION['payment'] ? true : false), 'onclick="updateForm();" id="pmt-'.$selection[$i]['id'].'"'); ?> 

Basiclly adding the same onclick event that the shipping uses. depending on what type of payment system you have set up, it will update when the page refreashes.

1 Nov 2013, 1:42 AM
#1630
coins2012 avatar

coins2012

New Zenner

Join Date:
Jan 2012
Posts:
89
Plugin Contributions:
0

Re: Fast and Easy Checkout

I could use this also, did you find a fix?

linuxguy2:

First off THANK YOU for the great mod!

-'Fast and Easy Checkout' installed.
-Zen cart Version 1.5.1
-Default country set to 'United States' in admin.

Issue - The dropdown menu says 'Please choose your country' in the default position, 'United States' is the first position in the dropdown menu, followed by the alphabetical list of countries. I want 'United States' in the default position instead of 'Please choose your country'. If you choose the 'Checkout Without Account' option, the dropdown menu is setup this way, with United States in the default position.

How can I replace 'Please choose your country' with 'United States' as the default selection on the login page dropdown menu?

Been using Zen Cart for several years now and have installed and made major mods to fit my customers needs.
However I'm not a programmer and can't figure this one out...I'm surprised such a "GREAT" mod doesn't have this as an option.
Or maybe it's a bug.

2 Nov 2013, 12:07 AM
#1632
numinix avatar

numinix

Totally Zenned

Join Date:
Apr 2007
Location:
Vancouver, Canada
Posts:
1,566
Plugin Contributions:
58

Re: Fast and Easy Checkout

Coins2012:

I could use this also, did you find a fix?
In ADMIN > CONFIGURATION > CUSTOMER DETAILS set Create Account Default Country ID to the default country. Please also make sure you are using the latest version of Fast and Easy Checkout available on Numinix.com.

2 Nov 2013, 12:09 PM
#1633
swguy avatar

swguy

Administrator

Join Date:
Feb 2006
Location:
Tampa Bay, Florida
Posts:
10,682
Plugin Contributions:
56

Re: Fast and Easy Checkout

There are some bugs in the way Gift Wrap was integrated into this module.
These bugs are present in 1.10.0 (for 1.5.x) and 1.8.2 (for 1.3.9).

In admin/orders.php, in the block

       while (!$orders_doublebox->EOF) {
          $pos = -1;
          for ($i=0, $n=sizeof($order->products); $i<$n; $i++) {
              if ($order->products[$i]['orders_products_id'] ==
                  $orders_doublebox->fields['orders_products_id']) {
                  $pos = $i;
                  break;
              }
          }
          ... 

change

if ($order->products[$i]['orders_products_id'] ==

to

if ($order->products[$i]['id'] ==

(same change in admin/packingslip.php)

Note that this is the 1.5 code; in 1.3.9, the $orders_doublebox variable is called $orders_wrapping. But 1.3.9 has the same bug.

Then in includes/classes/order.php, change the block

            $sql_data_array = array('orders_id' => $zf_insert_id,
                                    'orders_products_id' => $order_products_id,
                                    'wrap' => $wrapsettings[$prid][$q]
                                    );

to

            $sql_data_array = array('orders_id' => $zf_insert_id,
                                    'orders_products_id' => zen_get_prid($this->products[$i]['id']), 
                                    'wrap' => $wrapsettings[$prid][$q]
                                    );
2 Nov 2013, 12:10 PM
#1634
rued avatar

rued

Zen Follower

Join Date:
Oct 2005
Location:
Finland
Posts:
186
Plugin Contributions:
0

Re: Fast and Easy Checkout

Great to hear that you have finally fixed the country issue in your latest version numinix.
But isn't your contribution being updated here at this site, since you point to your own site?
This one is outdated you say http://www.zen-cart.com/downloads.php?do=file&id=594 ?

3 Nov 2013, 12:12 AM
#1635
numinix avatar

numinix

Totally Zenned

Join Date:
Apr 2007
Location:
Vancouver, Canada
Posts:
1,566
Plugin Contributions:
58

Re: Fast and Easy Checkout

rued:

Great to hear that you have finally fixed the country issue in your latest version numinix.
But isn't your contribution being updated here at this site, since you point to your own site?
This one is outdated you say http://www.zen-cart.com/downloads.php?do=file&id=594 ?

You're welcome, although this bug was probably fixed years ago.

3 Nov 2013, 3:36 AM
#1636
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

rued:

Great to hear that you have finally fixed the country issue in your latest version numinix.
But isn't your contribution being updated here at this site, since you point to your own site?
This one is outdated you say http://www.zen-cart.com/downloads.php?do=file&id=594 ?

Point to their own site?? Ummmm no unless the forum rules have changed..

The confusion comes from the fact that Numinix no longer updates ANY of it's free modules on THIS site.. they only update them on their own site.. The MOST recent version of this module is available ONLY on the Numinix site.

**Author: **Numinix

 **Version: **1.14.0
 **Update added on: **2013-11-01 17:36:47

They also do not post in the support threads for their modules very often on this site. So unless someone tells you this, you will not know.. Many of the problems reported in this support thread are due to not having the most recent version..

BUT...

Every now and then someone from the community may be nice and upload the latest version of one of Numinix's module's to this site.. The last person to do this was jackie.taferner.

Fast and Easy Checkout for Zen Cart - Version: 1.10.0

Original Author |
numinix |

Last Updated by |
jackie.taferner - 16 Mar 2012 |

3 Nov 2013, 8:07 AM
#1637
rued avatar

rued

Zen Follower

Join Date:
Oct 2005
Location:
Finland
Posts:
186
Plugin Contributions:
0

Re: Fast and Easy Checkout

DivaVocals:

Point to their own site?? Ummmm no unless the forum rules have changed..
Surely does:
numinix:

Please also make sure you are using the latest version of Fast and Easy Checkout available on Numinix.com.

numinix:

You're welcome, although this bug was probably fixed years ago.
If that's the case you should really keep your listing updated, as it's not included.

3 Nov 2013, 8:13 AM
#1638
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

rued:

Surely does:

If that's the case you should really keep your listing updated, as it's not included.

as I said.. Numinix no longer updates ANY of it's free modules on THIS site.. they only update them on their own site.. been that way for a while..

3 Nov 2013, 11:54 AM
#1639
rued avatar

rued

Zen Follower

Join Date:
Oct 2005
Location:
Finland
Posts:
186
Plugin Contributions:
0

Re: Fast and Easy Checkout

Saw you did. Just pointing it out, as it's useless to list it here - and just post that it's fixed elsewhere. That's just self promotion, hoping to sell more services I guess. :)

Also saw this http://www.zen-cart.com/faq.php?faq=vb_faq#faq_do_and_dont

3 Nov 2013, 3:13 PM
#1640
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

rued:

Saw you did. Just pointing it out, as it's useless to list it here - and just post that it's fixed elsewhere.You get no disagreement from me..

However, it doesn't appear that Numinix plans to resume updating their fee modules here on this site.. Apparently, they will continue to make the rare/occasional appearance in the support threads still active on this forum to let folks know that they don't update their modules by reminding us that the version available here is out of date.. and then occasionally some community member will update the version available here by downloading it from the Numinix site and uploading it here.. and as long as this is the status quo of things, there will always be a GAP between what's available here and what the latest version of any Numinix module actually is.. shrugs