Page 72 of 218 FirstFirst ... 2262707172737482122172 ... LastLast
Results 711 to 720 of 2177
  1. #711
    Join Date
    Jul 2008
    Posts
    362
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout for Zen Cart

    Does anyone know a guide to customise the checkout page? Basically when i activate fast and easy checkout, one page checkout, easy sign up and login and checkout with no account it doesnt fit properly to the page see attached image. Also how do i size all the fields and labels so that they are all in line?>
    Attached Images Attached Images  

  2. #712
    Join Date
    Feb 2008
    Location
    Washington State
    Posts
    236
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout for Zen Cart

    New error:

    [19-Feb-2010 20:27:26] PHP Parse error: syntax error, unexpected ';', expecting T_FUNCTION in /home/.xxxx/xxxx/justmymusic.com/store/includes/classes/order.php on line 1033

    I am guessing that there is an extra ";" floating around... the problem is that I am using the order.php from the latest install of this mod.

    Any idea how I can get the confirmation page to load?

    ~ jasmel : My Store Using Contributions: Wallet Theme | Simple Google | Quantity Discounts | Godaddy | FAQ's | Confirm Email Address Entry | Admin login as customer | Newsletter Subscribe | CampaingMonitor

  3. #713
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Fast and Easy Checkout for Zen Cart

    Did you try comparing the order.php file from this mod to the original. You might find the correction for the section that's causing the error..
    Quote Originally Posted by jasmel View Post
    New error:

    [19-Feb-2010 20:27:26] PHP Parse error: syntax error, unexpected ';', expecting T_FUNCTION in /home/.xxxx/xxxx/justmymusic.com/store/includes/classes/order.php on line 1033

    I am guessing that there is an extra ";" floating around... the problem is that I am using the order.php from the latest install of this mod.

    Any idea how I can get the confirmation page to load?


  4. #714
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Fast and Easy Checkout for Zen Cart

    While this may work for you, overwriting the default template files is a no no.. Should use an override instead.. (see Zen Cart FAQs to understand the override system) It's likely that your original issue was cause my a missed file in the original module files upload..

    Quote Originally Posted by xzistance View Post
    I figured out what the issue is.

    On this page:
    includes/templates/template_default/templates/tpl_checkout_default.php

    On line 36:
    PHP Code:
    <?php include(DIR_WS_TEMPLATE 'templates/tpl_checkout_stacked.php'); ?>
    Basically, that call wasn't pointing to the correct template that I'm using. By default it was trying to call the 'classic' template path.

    So, I changed that line to this:
    PHP Code:
    <?php include($template->get_template_dir('tpl_checkout_stacked.php',DIR_WS_TEMPLATE$current_page_base,'templates'). '/tpl_checkout_stacked.php'); ?>
    And it loaded the template.

    Hopefully the rest of the process is smooth!

  5. #715
    Join Date
    Feb 2008
    Location
    Washington State
    Posts
    236
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout for Zen Cart

    Can you place a YOURTEMPLATE folder into the \includes\classes section as an override?

    I will work on this more throughout the weekend.
    ~ jasmel : My Store Using Contributions: Wallet Theme | Simple Google | Quantity Discounts | Godaddy | FAQ's | Confirm Email Address Entry | Admin login as customer | Newsletter Subscribe | CampaingMonitor

  6. #716
    Join Date
    Feb 2008
    Location
    Washington State
    Posts
    236
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout for Zen Cart

    Quote Originally Posted by DivaVocals View Post
    While this may work for you, overwriting the default template files is a no no.. Should use an override instead.. (see Zen Cart FAQs to understand the override system) It's likely that your original issue was cause my a missed file in the original module files upload..
    This seemed to fix the error that I was getting with the Debug report. (no longer getting a orders.php error) However, I am still getting the "Your order is being processed, please wait..." message.

    From doing searches in this thread it seems it in the past there was some special code or time delay to make the PayPal payments to work. Is this still true?

    Do I need to change a file to allow this mod to work with PayPal?
    ~ jasmel : My Store Using Contributions: Wallet Theme | Simple Google | Quantity Discounts | Godaddy | FAQ's | Confirm Email Address Entry | Admin login as customer | Newsletter Subscribe | CampaingMonitor

  7. #717
    Join Date
    Jan 2010
    Posts
    90
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout for Zen Cart

    Hi there,

    I am a noob at all this, but just to clarify on the installation steps;

    All the files need to be uploaded to the correct folder locations on the shop through ftp yes?

    If there are any new folders within the fast and easy checkout these just get copied to the path as stated in the installation steps yes?

    Also the 'MY TEMPLATE' folder you say to name to your custom template, so I have premium7a installed so I just rename the 'MY TEMPLATE' to premium7a yes?

    and also the sql patch needs to be copied and pasted rather then uploading through zen cart admin?


    thanks but just some questions I need to ask before I do this, thanks to the developer of this

  8. #718
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Fast and Easy Checkout for Zen Cart

    Quote Originally Posted by jasmel View Post
    This seemed to fix the error that I was getting with the Debug report. (no longer getting a orders.php error) However, I am still getting the "Your order is being processed, please wait..." message.

    From doing searches in this thread it seems it in the past there was some special code or time delay to make the PayPal payments to work. Is this still true?

    Do I need to change a file to allow this mod to work with PayPal?
    The "Your order is being processed, please wait..." is what you should see, and when the order processing is complete you will see an order confirmation page. If this is not happening, if you are getting errors, it is likely that the module is installed incorrectly.. Please re-read my first response to you.. It sounds like you have not properly merged the files in the module with files already existing on your site. If you did not merger the order.php file with the one already in place on your site, you will get the errors you cited.

    Use a program like Winmerge or Beyond Compare to merge any files in the module which already exist on your site..

  9. #719
    Join Date
    Jan 2010
    Posts
    90
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout for Zen Cart

    can anyone confirm that my post #717 is the correct steps? thanks

  10. #720
    Join Date
    Jan 2010
    Posts
    90
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout for Zen Cart

    Tried this fast and easy module again..... it certainly wipes out my admin fast and easy!

    the shop is still there but I can not access the admin at all? any help would be great before I knock this on the head and go down another route

 

 

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