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

Fast and Easy Checkout

Views: 550,956

Results 641 to 660 of 2,177
16 Dec 2009, 4:17 AM
#641
numinix avatar

numinix

Totally Zenned

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

Fast and Easy Checkout

kburner:

I have Zencart 1.3.8a. Been using this mod for almost a year. I had a customer give me information that they get confused...his reply is:

"It was a bit confusing when i reached this page : https://www.burnerbooks.com/index.php?main_page=fec_confirmation
and after 10 seconds the paypal page was shown for me to login."

Does anyone else have this problem with hangup at fec_confirmation page?

Thanks, Kim
This page will just show a processing message and immediately redirect to PayPal. The screen may take a while to change because of the slow loading time of the PayPal website.

16 Dec 2009, 3:28 PM
#642
bogie avatar

bogie

Zen Follower

Join Date:
Feb 2008
Posts:
132
Plugin Contributions:
0

Re: Fast and Easy Checkout

I really like the look of the new screen. However, when I increased my page width to 1024 to accommodate the two column setup, I started confusing customers - I've got a demographic that is likely using their facilities' computers, and I'm guessing that a lot of them are at 800x600 resolution.

I'm trying to figure out how to lose the sideboxes I've got on the left for the checkout pages, and I'm lost - Which file do I add the code that I see from the installation help to? Tried altering a couple of what seemed to be the logical suspects, with no results.

website is https://www.woundcareconference.com

16 Dec 2009, 5:16 PM
#643
bogie avatar

bogie

Zen Follower

Join Date:
Feb 2008
Posts:
132
Plugin Contributions:
0

Re: Fast and Easy Checkout

Well, it isn't fixed... but it's somewhat working... Cut the thing down to "just allow cowoa" and I don't have all the crud overlapping on the page ...

Thing is, the first customer data entry page still looks a little funky - I've tried setting the thing for both one column and two columns, and it doesn't change - and all that is in the second column is the birthdate...

And is there any way to completely eliminate "shipping" from the next page? That isn't an issue with us...

I need a hammer...

20 Dec 2009, 10:57 PM
#644
numinix avatar

numinix

Totally Zenned

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

Re: Fast and Easy Checkout

bogie:

Well, it isn't fixed... but it's somewhat working... Cut the thing down to "just allow cowoa" and I don't have all the crud overlapping on the page ...

Thing is, the first customer data entry page still looks a little funky - I've tried setting the thing for both one column and two columns, and it doesn't change - and all that is in the second column is the birthdate...

And is there any way to completely eliminate "shipping" from the next page? That isn't an issue with us...

I need a hammer...
You can disable left and right columns in Zen Cart by editing includes/templates/YOUR_TEMPLATE/common/tpl_main_page.php.

Because this module effects the template, it is often a good idea to have someone experienced with PHP, CSS, and HTML perform the installation.

22 Dec 2009, 1:20 PM
#645
berserker avatar

berserker

Totally Zenned

Join Date:
May 2006
Posts:
712
Plugin Contributions:
0

Re: Fast and Easy Checkout

Hello there,

Is there any way for the discount coupon to be full width and below the shopping cart contents instead of them side by side. I have "Display Checkout in Split Column" set to true but I only want that for the shipping and payment method. Everything else full width like the "Shipping Comments".

Any help would be much appreciated!

Thanks...

4 Jan 2010, 6:20 PM
#646
weber avatar

weber

Zen Follower

Join Date:
Nov 2005
Posts:
157
Plugin Contributions:
0

Re: Fast and Easy Checkout

well with FEC installed, the jscript/jscript_check.php report an access error on IE status bar when i enter a url without www, in my config file the url was set to https://www.domain.com...

the codes

function getFile(pURL) {
if (window.XMLHttpRequest) { // code for Mozilla, Safari, etc
xmlhttp=new XMLHttpRequest();
xmlhttp.open("GET", pURL, true); // leave true for Gecko ============== this is the line prompt error
xmlhttp.send(null);
} else if (window.ActiveXObject) { //IE
xmlhttp=new ActiveXObject('Microsoft.XMLHTTP');
if (xmlhttp) {
xmlhttp.open('GET', pURL, false);
xmlhttp.send();
}
}
}

5 Jan 2010, 2:46 PM
#647
subir avatar

subir

New Zenner

Join Date:
Sep 2009
Posts:
6
Plugin Contributions:
0

Re: Fast and Easy Checkout

Hi,
I installed fast and easy checkout in zen cart. my hosting is hostgator.com. When I fill up and submit the no account form it returns to the same page. Could you pls tell me where is the problem?

Thanking you.
Subir

7 Jan 2010, 7:00 PM
#648
jenbullfrog avatar

jenbullfrog

Zen Follower

Join Date:
Oct 2005
Location:
Helena, MT
Posts:
110
Plugin Contributions:
0

Re: Fast and Easy Checkout

With the Zone Rates for shipping, and FEC installed it is showing the shipping rate for the wrong zone, and also says "Zone Rates (Shipping to ):" and the country is missing. It will display the correct zone and rate if I do "change shipping address" and enter the same address. What's going on, and how can I get this to work?

I have seen others with this same problem, but can't find the answer! Please help

8 Jan 2010, 1:27 PM
#649
subir avatar

subir

New Zenner

Join Date:
Sep 2009
Posts:
6
Plugin Contributions:
0

Re: Fast and Easy Checkout

Hi,
I installed fast and easy checkout. But it is not getting the checkout shipping page. Just it redirects to checkout payment stating action=null. Could any body pls help me how to solve this.

Thanks

8 Jan 2010, 3:25 PM
#650
subir avatar

subir

New Zenner

Join Date:
Sep 2009
Posts:
6
Plugin Contributions:
0

Re: Fast and Easy Checkout

Hi,
My fast and easy check out is not getting order total. Could anybody help me pls what the problem is?

Thanks
Subir

8 Jan 2010, 4:53 PM
#651
jenbullfrog avatar

jenbullfrog

Zen Follower

Join Date:
Oct 2005
Location:
Helena, MT
Posts:
110
Plugin Contributions:
0

Re: Fast and Easy Checkout

zilla:

Hi
I've installed this mod this afternoon, looks great... but am having the same problem as above.
The shipping rate seems to be using my rate for australia, not the customer's address. if you click on the correct shipping rate on the form, the cart total refreshes and is correct. The zone rates all seem to be working ok in shipping estimator though.

Sub-Total: £135.00Sub-Total:

Shipping Options (Shipping to ): £79.00

Total: £214.00

Has this zone rate issue been resolved? I'm having the same problem with zen v. 1.3.8 and the most recent version of FEC installed. This is a huge problem. Please help!

8 Jan 2010, 9:39 PM
#652
pink avatar

pink

New Zenner

Join Date:
May 2009
Posts:
64
Plugin Contributions:
0

Re: Fast and Easy Checkout

I tried to install the fast and easy checkout together with the multisite_module_0-4-2.

Now I do get a blank page. With the strict-error-reporting I do get:

Notice: Constant SITE_NAME already defined in /home/httpd/vhosts/domain.com/httpdocs/includes/config_sites/sites_switch.php on line 14

Notice: Constant HTTP_SERVER already defined in /home/httpd/vhosts/domain.com/httpdocs/includes/config_sites/sites_switch.php on line 17

Notice: Constant HTTPS_SERVER already defined in /home/httpd/vhosts/domain.com/httpdocs/includes/config_sites/sites_switch.php on line 18

Notice: Constant CATEGORIES_ROOT already defined in /home/httpd/vhosts/domain.com/httpdocs/includes/config_sites/sites_switch.php on line 21

Notice: Constant HTTP_SERVER already defined in /home/httpd/vhosts/domain.com/httpdocs/includes/configure.php on line 21

Notice: Constant HTTPS_SERVER already defined in /home/httpd/vhosts/domain.com/httpdocs/includes/configure.php on line 22

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/httpd/vhosts/domain.com/httpdocs/includes/config_sites/sites_switch.php:14) in /home/httpd/vhosts/domain.com/httpdocs/includes/functions/sessions.php on line 108

Fatal error: Class 'FECObserver' not found in /home/httpd/vhosts/domain.com/httpdocs/includes/autoload_func.php on line 79

Notice: Object of class queryFactoryResult could not be converted to int in Unknown on line 0

Any hints where this mod likes to set Constant SITE_NAME again? Or other hints?

9 Jan 2010, 5:17 PM
#653
pink avatar

pink

New Zenner

Join Date:
May 2009
Posts:
64
Plugin Contributions:
0

Re: Fast and Easy Checkout

:oops: didn't upload includes/classes/observers/ with its content.

10 Jan 2010, 12:37 PM
#654
toyseller avatar

toyseller

Zen Follower

Join Date:
Jun 2008
Location:
UK
Posts:
209
Plugin Contributions:
0

Re: Fast and Easy Checkout

Ive just installed Fast and Easy Checkout on 1.3.8 Zencart ....

Everything appears to work ok except this.

I have myself set up as a customer and I found that I couldnt login as a returning customer and get the message :-

Error: Sorry, there is no match for that email address and/or password.

So I think that maybe Ive forgotten the password (even though Im sure its right), so I click on "forgotten password" and it says at the top of the screen that its emailed the forgotten password. But Ive tried over and over again and I never actually receive the email (Ive had the same email address for at least 10 years).

Next step - I create a new account using a different email adddress and its ok with me being a returning customer and also sends the forgotten password email.

To prepare myself for returning customers that may not be able to login - I noticed that there is a master password option in fast and easy checkout and set this to "true".

But I cant see where to set the master password.

12 Jan 2010, 5:30 AM
#655
lockerroom avatar

lockerroom

New Zenner

Join Date:
Sep 2009
Posts:
35
Plugin Contributions:
0

Re: Fast and Easy Checkout

Numinix,

I wasn't getting the option to activate the module after installing the latest version of your fast and easy check out.

I used the uninstall sql file to remove the module, then re-uploaded the files and used the install sql file once again.

Now I have this problem:

1062 Duplicate entry 'Permanent Account Holders Only' for key 2

[INSERT INTO zen_query_builder ( query_id , query_category , query_name , query_description , query_string ) VALUES ( '', 'email,newsletters', 'Permanent Account Holders Only', 'Send email only to permanent account holders ', 'select customers_email_address, customers_firstname, customers_lastname from TABLE_CUSTOMERS where COWOA_account != 1 order by customers_lastname, customers_firstname, customers_email_address');]
If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.

Where am I supposed to be able to activate the FEC module, or is it supposed to do that automatically when I use the install.sql file, because it didn't work when I first tried it.

Thanks

12 Jan 2010, 6:03 AM
#656
lockerroom avatar

lockerroom

New Zenner

Join Date:
Sep 2009
Posts:
35
Plugin Contributions:
0

Re: Fast and Easy Checkout

I forgot to mention, my first install was done using 1.5.1

After I used the uninstall.sql file, I uploaded the 1.6.2 files, still doesn't work.

12 Jan 2010, 3:38 PM
#657
thomasharding avatar

thomasharding

Zen Follower

Join Date:
Sep 2007
Location:
Manchester, England
Posts:
168
Plugin Contributions:
0

Re: Fast and Easy Checkout

Hey guys,

Having an issue with FEC & SagePay right now.

When I use the gift certificate coupon go to Sagepay, it doesn't get discounted!

However, when I turn off FEC and go to SagePay the discount applies!

I've checked the SagePay debugging and the amount is indeed headed to SagePay without the discount (whereas without FEC, the log appears with the discount)

I'm going to try it with another payment method to see if it could be anything else, but that seems to be the general problem right now.

Thanks,
Tom a

12 Jan 2010, 3:55 PM
#658
thomasharding avatar

thomasharding

Zen Follower

Join Date:
Sep 2007
Location:
Manchester, England
Posts:
168
Plugin Contributions:
0

Re: Fast and Easy Checkout

EDIT:

Just tried it with PayPal and again the same issue is occurin'.

I'm confused!!

12 Jan 2010, 5:20 PM
#659
lockerroom avatar

lockerroom

New Zenner

Join Date:
Sep 2009
Posts:
35
Plugin Contributions:
0

Re: Fast and Easy Checkout

I fixed my problem and fast and easy checkout is enabled, however checkout without login will not show up when activated.

12 Jan 2010, 6:04 PM
#660
mhel avatar

mhel

New Zenner

Join Date:
Dec 2009
Posts:
7
Plugin Contributions:
0

Re: Fast and Easy Checkout

Lockerroom:

I fixed my problem and fast and easy checkout is enabled, however checkout without login will not show up when activated.

This is probably dumb quest, do you have something in your cart?
I believe it only shows if cart is not empty, atleast that's the behaviour I'm getting on my setup.
(Just trying to help)