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

Fast and Easy Checkout

Views: 550,923

Results 1,341 to 1,360 of 2,177
10 May 2012, 10:15 PM
#1341
pinksparklegirl avatar

pinksparklegirl

New Zenner

Join Date:
Aug 2011
Location:
UK
Posts:
41
Plugin Contributions:
0

Fast and Easy Checkout

I'm using v1.3.9h, and just installed FEC and CSS JS Loader (latest versions). Previously I was using COWOA, which worked fine but I now want to make use of the account creation side of things and FEC seemed the way to go.

When "One Page Checkout" is true, the checkout page hangs on my website rather than going to PayPal. When is it false it works. Also, if I change the default shipping choice and continue, it reverts back to the default shipping again.

My research tells me that there is a problem with the jquery files not being loaded properly with CSS JS Loader, but I don't know how to rectify it.

Can anybody help?

My shop can be found here:

http://www.ghostofthedoll.co.uk/powdermonki/handmade

Thanks!

10 May 2012, 10:42 PM
#1342
billyboyle avatar

billyboyle

Zen Follower

Join Date:
Jul 2011
Location:
Glasgow, Scotland
Posts:
115
Plugin Contributions:
1

Re: Fast and Easy Checkout

Hi don't know about your issue with one page checkout I don't use on my site with FEC.
Though I did notice when you click the PayPal Express Checkout it doesn't add your postage.

Have you looked into how many other mods are accessing jquery and whether there may be a conflict with other jquery files.

11 May 2012, 12:20 AM
#1343
pinksparklegirl avatar

pinksparklegirl

New Zenner

Join Date:
Aug 2011
Location:
UK
Posts:
41
Plugin Contributions:
0

Re: Fast and Easy Checkout

Not to worry about the postage showing up in PayPal, it does add it properly.

I've set this mod up on another site with no problems, using all the same mods I have on mine. How do I check to see if there is a conflict, or that the required scripts are being loaded properly?

Thanks!

11 May 2012, 4:17 PM
#1344
pinksparklegirl avatar

pinksparklegirl

New Zenner

Join Date:
Aug 2011
Location:
UK
Posts:
41
Plugin Contributions:
0

Re: Fast and Easy Checkout

Ok. I've narrowed it down to the html_header.php file included with cjloader. I uploaded the original cjloader file again (over my altered one) and the One Page Checkout worked fine, but at least two of the style sheets failed to load (the most important two!), so my site doesn't look right.

Stylesheet.css has this at the top, which calls up two extra stylesheets:

@import url("layout.css");
@import url("colors.css");

These are the two missing files. I guess I could just copy the info from them both into stylesheet.css, but would like to figure out why they aren't loading in case other stylesheets are failing to load too.

Any ideas?

Thanks!

11 May 2012, 11:43 PM
#1345
billyboyle avatar

billyboyle

Zen Follower

Join Date:
Jul 2011
Location:
Glasgow, Scotland
Posts:
115
Plugin Contributions:
1

Re: Fast and Easy Checkout

pinksparklegirl:

@import url("layout.css");
@import url("colors.css");


They are not part of the css that came with the download of FEC I have. Are they from another mod abd may be throwing things out a little?
 Try finding the files physically on your server and putting a full file path to them.

/includes/templates/whatever/css/layout.css

11 May 2012, 11:54 PM
#1346
billyboyle avatar

billyboyle

Zen Follower

Join Date:
Jul 2011
Location:
Glasgow, Scotland
Posts:
115
Plugin Contributions:
1

Re: Fast and Easy Checkout

Timed out on edits sorry.
Have you tried putting them in the templates/css folder and foloowing the naming convention set out in the read me.

         style*.css   // are always loaded and at least ONE should contain site-wide properties.

language_stylesheet.css // changes to ALL pages, when that language is used
page_name.css // changes to one page
language_page_name.css // changes to one page, when that language is used
c_????.css // changes to all info pages in a category
language_c
????.css // changes to all info pages in a category, when that language is used
m
??.css // changes to a manufacturer's listing page
language_m_??.css // changes to a manufacturer's listing page, when that language is used
p_??.css // changes to a product's info page
language_p_??.css // changes to a product's info page, when that language is used
print*.css // printer-friendly global usage site-wide changes for printing-only
page##.css // EZ-Page -- css specific to a numbered EZ-page ... ie: page21.css would be for EZ-Page number 21 ... ie: for the URL index.php?main_page=page&id=21

Then you shouldn't need to have stylesheet.css call them at all.

18 May 2012, 10:57 AM
#1347
yapliren avatar

yapliren

New Zenner

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

Re: Fast and Easy Checkout

just a quick and simple question.
How do I reduce the wait time / delay time to shorter from the page showing "Your order is being processed, please wait..." being redirect to paypal?
It seem there is a 10 seconds delay.

Thank you in advanced!

18 May 2012, 10:32 PM
#1348
abcschooldr avatar

abcschooldr

New Zenner

Join Date:
Feb 2012
Posts:
77
Plugin Contributions:
0

Re: Fast and Easy Checkout

What is the 'credit card/checkout' page called? ```html
index.php?main_page=checkout&fecaction=null

The Step 2 Payment Information section of the page isn't aligned correctly (especially the CVV Number).  How do I fix it?Attachment 10502
21 May 2012, 5:40 AM
#1349
jetx avatar

jetx

Zen Follower

Join Date:
Apr 2006
Posts:
425
Plugin Contributions:
0

Re: Fast and Easy Checkout

Gerjan: Wondering how this mod is going for you? The demo on Numinex site fails on page 2 of checkout, so is not really a working demo.

25 May 2012, 9:36 PM
#1350
johnny_roastbeef avatar

johnny_roastbeef

New Zenner

Join Date:
Dec 2010
Posts:
56
Plugin Contributions:
0

Re: Fast and Easy Checkout

Order Comments not working properly.

I have installed Fast & Easy Checkout, and the module itself appears to be working fine. The issue I am experiencing is that the order comments section (where the admin may add notes for the customer) is not working properly. The default for the comments box is to email the customer and allow them to view the comment in their account. Regardless of which option I select the comments are always emailed and viewable.

There are often times where I want to add hidden notes just for the staff to view, now this is no longer working. Does anybody have any insight?

Running zc 1.3.9h, FEC 1.5.0

25 May 2012, 9:46 PM
#1351
johnny_roastbeef avatar

johnny_roastbeef

New Zenner

Join Date:
Dec 2010
Posts:
56
Plugin Contributions:
0

Re: Fast and Easy Checkout

Its actually FEC v 1.9.5

7 Jun 2012, 10:02 PM
#1352
ideasgirl avatar

ideasgirl

Totally Zenned

Join Date:
Aug 2005
Location:
Trujillo Alto, Puerto Rico
Posts:
1,437
Plugin Contributions:
3

Re: Fast and Easy Checkout

How can I make changes to login.php template file to make it go to "ACCOUNT" page when they log-in?

What I mean is that when you login to any store and you just come to check your orders, etc. and you don't have anything in your shopping cart, the system will direct you automatically to the index page, which I don't want. Just in case, I don't want this because I have a non-SSL sidebox which I can't change the link to https because it won't work.

8 Jun 2012, 8:38 PM
#1353
andy_c27 avatar

andy_c27

Zen Follower

Join Date:
Oct 2010
Location:
United Kingdom
Posts:
477
Plugin Contributions:
0

Re: Fast and Easy Checkout

I am using latest fec with 1.5 and have just noticed on Checkout Without An Account I have 2 State/province boxes 1 is a drop down and the other is a normal box that needs filling in ..I have checked it against another site and that is OK ..Have also reloaded all FEC files too
any ideas please

thanks
Andy

8 Jun 2012, 8:51 PM
#1354
andy_c27 avatar

andy_c27

Zen Follower

Join Date:
Oct 2010
Location:
United Kingdom
Posts:
477
Plugin Contributions:
0

Re: Fast and Easy Checkout

Can't edit but have found if I change countries it's OK again

12 Jun 2012, 1:04 AM
#1355
billyboyle avatar

billyboyle

Zen Follower

Join Date:
Jul 2011
Location:
Glasgow, Scotland
Posts:
115
Plugin Contributions:
1

Re: Fast and Easy Checkout

@ideagirl Could you get by without showing the sidebox on non SSL pages. Using an if else statement?
Sorry it's a short answer but posting for a mobile is limiting.
I am sure it listed in the FAQ

12 Jun 2012, 1:08 AM
#1356
ideasgirl avatar

ideasgirl

Totally Zenned

Join Date:
Aug 2005
Location:
Trujillo Alto, Puerto Rico
Posts:
1,437
Plugin Contributions:
3

Re: Fast and Easy Checkout

BillyBoyle:

@ideagirl Could you get by without showing the sidebox on non SSL pages. Using an if else statement?
Sorry it's a short answer but posting for a mobile is limiting.
I am sure it listed in the FAQ
Yes, I could... Which FAQ?

12 Jun 2012, 10:38 AM
#1357
mikeyg avatar

mikeyg

Totally Zenned

Join Date:
May 2005
Posts:
515
Plugin Contributions:
0

Re: Fast and Easy Checkout

I have an issue with the shipping address being dropped if the customer navigates away from the check out page to add something else to the cart. If they have changed the address add something else to the cart and then return to the checkout page the address has defaulted back to the primary address of the customer and not kept the address they changed to.

How can we keep the content of the final page - shopping cart and addresses and notes from being lost?

12 Jun 2012, 1:51 PM
#1359
ideasgirl avatar

ideasgirl

Totally Zenned

Join Date:
Aug 2005
Location:
Trujillo Alto, Puerto Rico
Posts:
1,437
Plugin Contributions:
3

Re: Fast and Easy Checkout

appear-only-when-a-visitor-is-logged-in
I don't think this will solve the problem (I was so happy when thought it might).

See, I don't want to hide the sidebox for non logged users. The problem is that I had hidden the sidebox from SSL pages to avoid the issue (the whole sidecolumn BTW). But when a customer logs in (without having anything in their cart, just going directly) the system will send them to the main page with SSL (https://) and then the non-encrypted warning shows up.

12 Jun 2012, 10:01 PM
#1360
billyboyle avatar

billyboyle

Zen Follower

Join Date:
Jul 2011
Location:
Glasgow, Scotland
Posts:
115
Plugin Contributions:
1

Re: Fast and Easy Checkout

@ Ideasgirl
Ah! I see, then would something like this help then. I'm at home now and can give you a fuller answer

<?php // If page is SSL then use Secure Code
if($_SERVER['HTTPS']=='on'){
echo '<div class="sslon">';
echo '<p><strong>Your are on a secure SSL connection!</strong><br />Some social link providers do not supply a secure link to page data. Thank you</p>';
echo '</div>';
} 
else { // Else use Non-SSLCode
echo '<div class="ssloff">';
//echo '<strong>Put whatever you like.</strong>';
echo '<table width="100%" border="0" cellspacing="5px" cellpadding="5px">';
echo '<tr>';
echo '<td>I used a table</td>';
echo '<td>It was on a main page</td>';
echo '</tr>';
echo '<tr>';
echo '<td>You could use this in your sidebox</td>';
echo '<td>It can hide text only or scripts</td>';
echo '</tr>';
echo '</table>';
echo '</div>';
} // End if
?>

If you use scripts in side it I wouls wrap the script

<script type="text/javascript">//<![CDATA[
Whatever code
//]]></script>

Again, sorry for the short answers earlier hope this covers it for you.
BTW: like your store layout and colour scheme.