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

Fast and Easy Checkout

Views: 550,745

Results 1,781 to 1,800 of 2,177
13 Mar 2014, 2:35 PM
#1781
crixus avatar

crixus

New Zenner

Join Date:
Oct 2013
Location:
United States
Posts:
88
Plugin Contributions:
0

Fast and Easy Checkout

Help me!!!Help me!!!Help me!!!Help me!!!Help me!!!Help me!!!Help me!!!Help me!!!Help me!!!Help me!!!

after install FEC

i got in checkout page........

index.php?main_page=checkout&fecaction=null

i want index.php?main_page=checkout&fecaction=null
to
index.php?main_page=checkout

Please help me

13 Mar 2014, 2:44 PM
#1782
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

crixus:

Help me!!!Help me!!!Help me!!!Help me!!!Help me!!!Help me!!!Help me!!!Help me!!!Help me!!!Help me!!!

after install FEC

i got in checkout page........

index.php?main_page=checkout&fecaction=null

i want index.php?main_page=checkout&fecaction=null
to
index.php?main_page=checkout

Please help me

This is not BROKEN, and doesn't need a "fix". It's a REQUIRED action for FEC to work.. Why are you intent on REMOVING it???

On another topic.. all the extra "help me"s are not necessary.. If folks have an answer.. they will help..

13 Mar 2014, 3:04 PM
#1783
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

crixus:

Help me!!!Help me!!!Help me!!!Help me!!!Help me!!!Help me!!!Help me!!!Help me!!!Help me!!!Help me!!!

after install FEC

i got in checkout page........

index.php?main_page=checkout&fecaction=null

i want index.php?main_page=checkout&fecaction=null
to
index.php?main_page=checkout

Please help me

And you were given the same answer I gave when you posted this SAME question in an unrelated thread..

crixus:

Hello...............

I am using Ceon URI Mapping

After i install FDC

i got .... (mysite.com/checkout?fecaction=null) on checkout page url

please help how can i remove ?fecaction=null From checkout page url

Design75:

Not related to CEON, but the answer is, You Don't. It is part of FEC

13 Mar 2014, 3:23 PM
#1784
crixus avatar

crixus

New Zenner

Join Date:
Oct 2013
Location:
United States
Posts:
88
Plugin Contributions:
0

Re: Fast and Easy Checkout

DivaVocals:

And you were given the same answer I gave when you posted this SAME question in an unrelated thread..

i spend 2 days to fix it...but i can't

when i click on continue button without any information then it automatic appear /checkout
But if reload or re click on checkout its again /checkout&fecaction=null

viva its not a prob? if not a prob then ok......
and I am really sorry for re post please don't mind

13 Mar 2014, 3:35 PM
#1785
tom97zr2 avatar

tom97zr2

New Zenner

Join Date:
Jan 2014
Location:
United States
Posts:
28
Plugin Contributions:
0

Re: Fast and Easy Checkout

It would look cleaner if it wasn't there, is there any way to hide it with mod rewrite and a rewrite in the htaccess file? I'm using a seo url rewrite add on. Thanks

13 Mar 2014, 6:05 PM
#1787
crixus avatar

crixus

New Zenner

Join Date:
Oct 2013
Location:
United States
Posts:
88
Plugin Contributions:
0

Re: Fast and Easy Checkout

I need put, 1 line java script code in Checkout_success.php .. This jave script for.... pop up, Customer review

Before install FEC its working fine But after install FEC its appear on /Checkout (checkout_success page too)

But i want this pop Up only for My checkout_success .. not /Checkout page

Any suggestion ?

13 Mar 2014, 8:45 PM
#1788
lhungil avatar

lhungil

Totally Zenned

Join Date:
Feb 2012
Location:
mostly harmless
Posts:
1,818
Plugin Contributions:
4

Re: Fast and Easy Checkout

tom97zr2:

It would look cleaner if it wasn't there, is there any way to hide it with mod rewrite and a rewrite in the htaccess file? I'm using a seo url rewrite add on. Thanks
If you must change a URL, the correct place to change the URL is in the generated HTML.

What business purpose is accomplished by changing URLs on the checkout pages?

Note: As already mentioned removing data (which changes) from the URLs used by FEC will probably cause problems. If FEC adds the data, it does so for a reason.

13 Mar 2014, 11:40 PM
#1789
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

lhungil:

What business purpose is accomplished by changing URLs on the checkout pages?

Note: As already mentioned removing data (which changes) from the URLs used by FEC will probably cause problems. If FEC adds the data, it does so for a reason.

Changing the checkout URLs for this module is not recommended unless there is a SERIOUS business reason for it.. (Other than wanting pretty URLS, none has been provided)

17 Mar 2014, 9:25 PM
#1790
yaseent avatar

yaseent

Zen Follower

Join Date:
Mar 2009
Posts:
169
Plugin Contributions:
1

Re: Fast and Easy Checkout

I'd like to install this mod, bypassing the one-page checkout option, the additional drop-downs and the COWOA.

In the docs, so far I've singled out that the following steps can be avoided:

1, 5, 6, 7 and 9 - unless I am very much mistaken :/

With regards to Step 1, I intend on styling myself, and since I will be using two-page instead of one-page checkout, I won't require the CSS or jQuery loader - please correct me if I'm wrong.

My main concern is that I will be still be copying unneeded files into my catalog which I will no longer require. I'm not sure which files these are. And then I suppose there are some files that are global to all the functions, of which one-page, drop-down and COWOA functions and references will need to be purged.

If anyone here has knowledge or has done this - I'd much appreciate your assistance.

18 Mar 2014, 3:35 AM
#1791
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

yaseent:

I'd like to install this mod, bypassing the one-page checkout option, the additional drop-downs and the COWOA.

In the docs, so far I've singled out that the following steps can be avoided:

1, 5, 6, 7 and 9 - unless I am very much mistaken :/

With regards to Step 1, I intend on styling myself, and since I will be using two-page instead of one-page checkout, I won't require the CSS or jQuery loader - please correct me if I'm wrong.

My main concern is that I will be still be copying unneeded files into my catalog which I will no longer require. I'm not sure which files these are. And then I suppose there are some files that are global to all the functions, of which one-page, drop-down and COWOA functions and references will need to be purged.

If anyone here has knowledge or has done this - I'd much appreciate your assistance.

Soundslike you are trying to write a FORK of this mod, and I'm not sure that the support thread is the right place to have this discussion..

18 Mar 2014, 5:16 PM
#1792
tom97zr2 avatar

tom97zr2

New Zenner

Join Date:
Jan 2014
Location:
United States
Posts:
28
Plugin Contributions:
0

Re: Fast and Easy Checkout

I wanted to share some things I've been working on. I moved the css/js loader code that loads the jscript files to the tpl_main_page.php just before the </body> tag to load the main content of the page sooner before the js files, see code below. note that you have also have to move any script for jquery functions to just below this js loader code for the jquery to work.

<?php
/**
* load the jscript loader files, this used to be combined with the css loader files in the html header file, moved here to load some of the page faster
*/
	foreach($files['jscript'] as $file)
		if($file['include']) {
      include($file['src']);
    } else if(!$RI_CJLoader->get('minify_js') || $file['external']) {
      echo '<script type="text/javascript" src="'.$file['src'].'"></script>'."\n";
    } else {
      echo '<script type="text/javascript" src="min/?f='.$file['src'].'&'.$RI_CJLoader->get('minify_time').'"></script>'."\n";
    }
?>

example jquery:

<!-- Start css3menu BODY section -->
<script>
$(document).ready(function(){
  $(".pressed").click(function(){
  $(".DropDownMenu").toggle();
  });
  $(".HideDropDownMenu").click(function(){
  $(".DropDownMenu").hide();
  });  
  $(".onerow-fluid").click(function(){
  $(".DropDownMenu").hide();
  });
  $(".fancy_menu_close").click(function(){
  $(".DropDownMenu").hide();
  });
});
</script>

I also created an autoloader with if and else statements to load and minify my responsive css files depending on the mobile detect code or if display mode links are used (mobile, tablet and desktop display modes), I also use a css drop down menu at the top of the page to select links and display modes.

If anyone is interested, I added code to have a optional 2nd phone number field during the checkout process, which can also be changed for both shipping and billing addresses, and both phone numbers are displayed under the addresses on the checkout page, in the order confirmation emails, and everywhere else the addresses are shown. Useful for when you sell big expensive items that require delivery scheduling.

Since I only use the force checkout without account option, I changed the filename of no_account.php to begin_checkout.php, and changed the My Account texts to My Profile, and other similar changes.

And with the responsive detect code I'm able to make changes to the checkout_stacked file(s) and to have a different file for mobile view which only has one column in the checkout page, and I use the fec split view option for desktop mode and tablet view when in landscape view, and my begin_checkout page has just one column for mobile view (instead of the contact details fields being on the right side).

So if anyone wants the code let me know.

31 Mar 2014, 6:48 AM
#1793
simon1066 avatar

simon1066

Totally Zenned

Join Date:
Feb 2009
Location:
UK
Posts:
1,326
Plugin Contributions:
0

Re: Fast and Easy Checkout

I plan to have more billing address countries than shipping address countries but have to avoid having a billing address copied to an invalid shipping address via the ' Same Address for Delivery/Billing ' checkbox,

I'm thinking that having an alert displayed, when this happens, is the way to go.

I'm going to attempt this myself but wondered whether anyone has already done something similar?

6 Apr 2014, 4:58 PM
#1794
danielle avatar

danielle

Totally Zenned

Join Date:
Oct 2004
Posts:
973
Plugin Contributions:
0

Re: Fast and Easy Checkout

I am getting this error in my logs:

Call to a member function RecordCount() on a non-object in /home/***/public_html/includes/modules/quick_checkout.php on line 339

It only happens when a billing country with no states set up in the zones is chosen during guest or regular checkout AND when billing and shipping addresses are different. So for example, if I checkout with the UK as my country, and use it for billing and shipping, checkout works fine. If I checkout with UK as my billing country and a different country as my shipping country, I get the log error above. If I checkout with a country with zones (e.g. US) as my billing country, and UK as my shipping country, checkout works fine.

So, to sum up, the error only happens when ALL of these conditions are met:

  1. Shipping and billing are different
  2. Billing address is a country with no zones (e.g. UK)

There are several countries that have no zones by default in zen-cart, so I assume the error is within the FEC mod? Any ideas on how I can fix this?

7 Apr 2014, 12:00 AM
#1795
00falcon avatar

00falcon

New Zenner

Join Date:
Dec 2007
Location:
Auckland NZ
Posts:
24
Plugin Contributions:
0

Re: Fast and Easy Checkout

Sorry if this is not the place for this... but...

I have my zen cart working nicely... and the FEC plugin...

I have an issue with the emails sent when a customer uses the 'Guest Checkout'

the email sent to the customer doesnt have Template Keywords replaced with the corect text.
if you sign up, and checkout, it all works as it should.

Could someone point me in the right direction to solve this problem...?

Cheers, and thanks in advance

Attachment 13953

15 Apr 2014, 5:27 PM
#1796
numinix avatar

numinix

Totally Zenned

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

Re: Fast and Easy Checkout

00falcon:

Sorry if this is not the place for this... but...

I have my zen cart working nicely... and the FEC plugin...

I have an issue with the emails sent when a customer uses the 'Guest Checkout'

the email sent to the customer doesnt have Template Keywords replaced with the corect text.
if you sign up, and checkout, it all works as it should.

Could someone point me in the right direction to solve this problem...?

Cheers, and thanks in advance

Attachment 13953

You'll need to check customizations you've made to includes/classes/order.php. Make sure they match the modifications mentioned in the FEC docs. The only edit that is made to that file shouldn't cause the issue you are having. You may want to try redoing the modifications with a default file from the ZC 1.5.1 package (or whichever version you are using). If other mods have made modifications to that file, remember to also add them to your new file and make sure they do not conflict with the changes for FEC.

Also note: if using FEC, you should not be using the standalone Checkout Without Account mod.

18 Apr 2014, 1:16 PM
#1797
schoolboy avatar

schoolboy

Totally Zenned

Join Date:
Jun 2005
Location:
Cumbria, UK
Posts:
10,327
Plugin Contributions:
0

Re: Fast and Easy Checkout

FEC and PHP version 5.4 compatibility.

I have applied various patches to core PHP files as per:
http://www.zen-cart.com/showthread.php?207435-php-5-4-fatal-error-Allowed-memory-size-of-83886080-bytes-exhausted&p=1224627#post1224627
http://www.zen-cart.com/showthread.php?202319-PHP-5-4-warnings-Illegal-string-offset&p=1224790#post1224790
and
http://www.zen-cart.com/showthread.php?208662-date-timezone-patch-for-v1-5-1-1-5-0-1-3-9-on-PHP-5-3-5-4-5-5

I notice that the most important changes relate to SHIPPING functions, and that PHP version 5.4, $_SESSION['shipping'] should always be treated as an array.

Within FEC, I am noticing things like:

$_SESSION['shipping'] = '';

.. which appears to need patching to:

unset($_SESSION['shipping']);

and...

if ($_SESSION['shipping']) {

should perhaps become

if (isset($_SESSION['shipping'])) {

and...

if ($_SESSION['shipping'] ==

should perhaps become

if ($_SESSION['shipping']['id'] ==

Will it be necessary to make these patches (IF APPLICABLE), to files within the FEC module? If so, what files are involved, and what code lines are affected?

18 Apr 2014, 3:49 PM
#1798
jennydutch avatar

jennydutch

New Zenner

Join Date:
Apr 2014
Location:
Bronx, New York, United States
Posts:
83
Plugin Contributions:
0

Re: Fast and Easy Checkout

after install Fec ...
i got.. index.php?main_page=checkout&fecaction=null .(my checkout url)

how can i get index.php?main_page=checkout.... ?

Thanks

20 Apr 2014, 1:29 AM
#1799
carlwhat avatar

carlwhat

zennedOut

Join Date:
Nov 2005
Location:
los angeles
Posts:
2,953
Plugin Contributions:
8

Re: Fast and Easy Checkout

hi,
i have recently updated this module to the latest version. and i have most of it working....

i have gotten fast and easy part of working to my satisfaction; however i am having problems with the checkout as a guest. i get to the first screen which has the bill-to/ship-to information; when i click continue it will successfully validate everything on the screen and display error messages as necessary. however, if no errors are found, when posting the form, i stay on the page (main_page=no_account). it validates the form, and does not move forward to the next step.

there is nothing in my zen log or apache log to indicate any problem. i have a feeling that something is loading at the wrong time which is preventing the script from making it to the next page.

does anyone have any ideas where i could look to address this problem?

this problem existed prior to upgrading to the latest version as well; just an FYI.

thanks in advance for any help and suggestions.

20 Apr 2014, 7:11 AM
#1800
picandnix avatar

picandnix

Totally Zenned

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

Re: Fast and Easy Checkout

jennydutch:

after install Fec ...
i got.. index.php?main_page=checkout&fecaction=null .(my checkout url)

how can i get index.php?main_page=checkout.... ?

Thanks

You won't unless you disable the 'no account' option of FECin your admin area. I believe the URL is basically stating that the page being viewed is the FEC checkout page created by a customer opting to create an account as opposed to not creating (or vise versa, I'm not sure without actually logging on to my module testing site).