Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 26
  1. #11
    Join Date
    Jun 2005
    Location
    Kelowna, BC Canada
    Posts
    1,075
    Plugin Contributions
    6

    Default Re: One-Page-Checkout (released)

    Nice idea... really wasn't ready to be released though. Here are some suggestions:

    1) Don't write in your readme "all files are arranged in the correct Zen Cart v1.3x structure." when they aren't :) Among others, you need to:
    - delete the empty /modules/pages/checkout folder
    - the /includes/extra_functions folder needs to be /includes/functions/extra_functions
    - the /includes/templates/tpl_checkout_default.php file should be /includes/templates/template_default/templates/tpl_checkout_default.php
    2) while you are at it... delete the extra_functions file because its empty anyway - nothing but comments?? no code at all.
    3) your /images folder is useless - just delete it
    4) In your instructions... you suggest to change every reference of FILENAME_CHECKOUT_SHIPPING to FILENAME_CHECKOUT and then attempt to say what files that may affect... this is backwards. LEAVE ALL THOSE FILES ALONE!!! You already have the solution built-in (see below)
    5) don't bother with your /includes/extra_datafiles/checkout.php file... just delete it. Instead, in the instructions have the user modify the includes/filenames.php file and change the line
    Code:
    define('FILENAME_CHECKOUT_SHIPPING', 'checkout_shipping');
    to
    Code:
    define('FILENAME_CHECKOUT_SHIPPING', 'checkout');
    . Your extra_datafiles file actually attempts to redefine a constant, which you can't do. This way is much better and eliminates any need to modify potentially dozens of files (78 on my site) in favor of just editing one.

    That's as far as I got. I did NOT install this mod... once I saw the hard-coded no-no's I gave up.

    Again, good idea! But remember that unrefined mods probably end up causing people more harm than good... release it as a BETA and get it tested first!

    Good luck and keep trying!

    - Steven

  2. #12
    Join Date
    Jun 2005
    Location
    Kelowna, BC Canada
    Posts
    1,075
    Plugin Contributions
    6

    Default Re: One-Page-Checkout (released)

    ahh right... now I remembered my other suggestion too...

    in the template file, it might be a good idea to re-do it with <div> and css instead of the outdated <table> method. Zen 1.3 went heavy to the favored <div> methods and it would be a good idea for contribs to follow suite.

    - Steven

  3. #13
    Join Date
    Sep 2006
    Location
    United Kingdom
    Posts
    195
    Plugin Contributions
    0

    Default Re: One-Page-Checkout (released)

    well i have just tried this mod with the suggestions from s_mack and i still couldnt get it working

    would be interested in this once its had some testing though so keep up the good work and i hope to see a new version soon :)

  4. #14
    Join Date
    Jan 2007
    Posts
    226
    Plugin Contributions
    0

    Default Re: One-Page-Checkout (released)

    Hello,

    I installed this mod, however it appears that I haven't done something correctly, as it didn't change anything.

    1. I did a "find and replace" in my Editor and changed any instance of "FILENAME_CHECKOUT_SHIPPING" to "FILENAME_CHECKOUT" and then uploaded the changed files.

    2. I uploaded the files/folders downloaded for "one-page-checkout"

    The only thing I didn't understand as to what I was meant to do was with the following:

    "these are primarily Templates.
    Files I know that I had to Modify:
    tpl_checkout_confirmation_default.php
    tpl_checkout_shipping_address_default.php
    tpl_checkout_shipping_default.php
    tpl_page_not_found_default.php
    tpl_shopping_cart_default.php
    tpl_site_map_default.php"

    Am I also meant to do something with those files ?

    Otherwise, the checkout goes through the same 3 set process.

    Thanks,
    Anthony

  5. #15
    Join Date
    Jan 2007
    Posts
    226
    Plugin Contributions
    0

    Default Re: One-Page-Checkout (released)

    Also, I am using version 1.37

  6. #16
    Join Date
    Jan 2007
    Posts
    105
    Plugin Contributions
    0

    Default Re: One-Page-Checkout (released)

    Is this mod working with Zen 1.3.7? I've waited to install.

    Thanks

  7. #17
    Join Date
    Dec 2005
    Location
    Perth, Western Australia, Australia
    Posts
    781
    Plugin Contributions
    0

    red flag Re: One-Page-Checkout (released)

    Hi,

    Has anyone managed to install the one-page checkout module successfully? I installed it but there are a few things I would like to change.

    1. Remove the table of "Your Information" as it is not necessary.
    2. Put the talbe of "Your Order Total" below the table of "Your Purchased Items".
    3. Shipping information is missing.

    Also, I just found out that I can't continue to confirm my order. Please help. Thanks.
    The Team Behind DealByEthan.com | Curating unique finds for a discerning community. Committed to a seamless and inspiring shopping experience. Connect with us: https://linktr.ee/dealbyethan


  8. #18
    Join Date
    May 2005
    Location
    Western MA, USA
    Posts
    604
    Plugin Contributions
    6

    Default Re: One-Page-Checkout (released)

    no one got this working huh?

    thats to bad

    JOsh

  9. #19
    Join Date
    Feb 2006
    Posts
    588
    Plugin Contributions
    0

    Default Re: One-Page-Checkout (released)

    This would be a great mod to have since the checkout process is really lengthy, need get it and get out! so why is this mod in the download section it doesnt work was breaking my head with trying to install and trying to make it work... Any idea's on how to make this work?

  10. #20
    Join Date
    Jun 2005
    Location
    Kelowna, BC Canada
    Posts
    1,075
    Plugin Contributions
    6

    Default Re: One-Page-Checkout (released)

    I think it is clear this project is dead. The original author hasn't come back or addressed any of the code suggestions.

    Basically, it is a mess. I wouldn't suggest anyone not knowing exactly what they are doing try to install it!

    Perhaps someone with the skills and time can take this puppy and run with it, but it basically needs to start from scratch.

    - Steven

 

 
Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. FEC - One Page Checkout not One Page
    By Inxie in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 21 Sep 2013, 07:39 AM
  2. One Page Checkout
    By dave_nextexit in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 11 Feb 2009, 03:11 PM
  3. Replies: 1
    Last Post: 22 Jan 2009, 11:24 AM
  4. Replies: 2
    Last Post: 26 Feb 2008, 06:18 AM
  5. One Page Checkout
    By TurtleDove in forum General Questions
    Replies: 7
    Last Post: 23 Sep 2007, 04:33 AM

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