Page 135 of 218 FirstFirst ... 3585125133134135136137145185 ... LastLast
Results 1,341 to 1,350 of 2177
  1. #1341
    Join Date
    Aug 2011
    Location
    UK
    Posts
    41
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout for Zen Cart

    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!

  2. #1342
    Join Date
    Jul 2011
    Location
    Glasgow, Scotland
    Posts
    113
    Plugin Contributions
    1

    Default Re: Fast and Easy Checkout for Zen Cart

    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.

  3. #1343
    Join Date
    Aug 2011
    Location
    UK
    Posts
    41
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout for Zen Cart

    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!

  4. #1344
    Join Date
    Aug 2011
    Location
    UK
    Posts
    41
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout for Zen Cart

    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:

    Code:
    @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!

  5. #1345
    Join Date
    Jul 2011
    Location
    Glasgow, Scotland
    Posts
    113
    Plugin Contributions
    1

    Default Re: Fast and Easy Checkout for Zen Cart

    Quote Originally Posted by pinksparklegirl View Post

    Code:
    @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.
    Code:
    /includes/templates/whatever/css/layout.css
    Last edited by BillyBoyle; 12 May 2012 at 12:49 AM.

  6. #1346
    Join Date
    Jul 2011
    Location
    Glasgow, Scotland
    Posts
    113
    Plugin Contributions
    1

    Default Re: Fast and Easy Checkout for Zen Cart

    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.

  7. #1347
    Join Date
    May 2006
    Posts
    31
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout for Zen Cart

    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!

  8. #1348
    Join Date
    Feb 2012
    Posts
    68
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout for Zen Cart

    What is the 'credit card/checkout' page called?
    HTML Code:
    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?Name:  Checkout.GIF
Views: 1480
Size:  7.4 KB

  9. #1349
    Join Date
    Apr 2006
    Posts
    413
    Plugin Contributions
    0

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

  10. #1350
    Join Date
    Dec 2010
    Posts
    56
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout for Zen Cart

    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

 

 

Similar Threads

  1. Replies: 4
    Last Post: 25 Jan 2012, 07:37 PM
  2. Fast and Easy Checkout - Checkout Without Account not showing
    By Lee-oh in forum All Other Contributions/Addons
    Replies: 6
    Last Post: 3 Feb 2010, 05:09 PM
  3. Go To Checkout Error - with Fast and Easy Checkout installed
    By RFree190 in forum General Questions
    Replies: 3
    Last Post: 10 Mar 2009, 07:08 AM
  4. checkout page not redirect (Fast and Easy Checkout module)
    By wowemall in forum Addon Templates
    Replies: 0
    Last Post: 27 Sep 2008, 02:36 PM
  5. Fast and Easy Checkout
    By cmes in forum General Questions
    Replies: 5
    Last Post: 15 Feb 2008, 04:07 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR