Page 169 of 218 FirstFirst ... 69119159167168169170171179 ... LastLast
Results 1,681 to 1,690 of 2177
  1. #1681
    Join Date
    Aug 2013
    Posts
    54
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout for Zen Cart

    Quote Originally Posted by bislewl View Post
    are all your payment methods at different sort values and none at zero? any issues with shipping modules, do you have an Non-shared ssl?
    I am using two payment module and both have sort order 0. There is no issue with shipping module, I am using flat shipping. Yes, I have non-shared ssl.

  2. #1682
    Join Date
    Dec 2011
    Location
    Wisconsin, USA
    Posts
    674
    Plugin Contributions
    21

    Default Re: Fast and Easy Checkout for Zen Cart

    Quote Originally Posted by snk060 View Post
    I am using two payment module and both have sort order 0. There is no issue with shipping module, I am using flat shipping. Yes, I have non-shared ssl.
    Ok, try make one at lets say 10 and one at 20 (I would never recommend even 1 at zero), also make sure your zones are properly set up with the payment mods. I have seen that issue before too.

  3. #1683
    Join Date
    Aug 2013
    Posts
    54
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout for Zen Cart

    Quote Originally Posted by bislewl View Post
    Ok, try make one at lets say 10 and one at 20 (I would never recommend even 1 at zero), also make sure your zones are properly set up with the payment mods. I have seen that issue before too.
    Thanks bislewl,

    I will try after making these changes and will let you know.

    Many thanks!

  4. #1684
    Join Date
    Nov 2013
    Location
    Hong Kong
    Posts
    43
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout for Zen Cart

    Only a few steps more to be success. (Almost the same of #1670)


    The "Fast and Easy Checkout Configuration" page still didn't showed content but only got save changes and cancel button.
    Attachment 13468



    Below is line 234-237 of configuration.php, which control every save changes and cancel button in configuration. (like the capture above).

    PHP Code:
                    <div class="mod-buttons">
                        <button class="mod-buttons-call"><?php echo TEXT_BUTTON_SAVE_CHANGES?></button>
                        <a href="<?php echo zen_href_link(FILENAME_CONFIGURATION'gID=' $_GET['gID']); ?>" class="mod-buttons-second"><?php echo TEXT_BUTTON_CANCEL?></a>
                    </div>


    However, I couldn't figure out where is the content code of the form and why it's no show......


    Step 11. In the Admin Panel, go to Configuration->Fast and Easy Checkout Configuration and set "Easy Sign-Up and Login" to true.
    Step 12. In the Admin Panel, go to Configuration->Fast and Easy Checkout Configuration and Enable the mod by setting "Fast and Easy Checkout" to true.

    Since I can't change the status of both step 11 & 12, I decided to change it by code (like below), but nothing happen:

    Below: administrator>includes>installers>fec>new.php

    Line 18
    PHP Code:
    ('Fast and Easy Checkout''FEC_STATUS''true''Activate Fast and Easy Checkout? (note: Easy Sign-up and Login must be disabled separately)'" . $configuration_group_id . "10NOW(), NOW(), NULL'zen_cfg_select_option(array(\'true\', \'false\'),'), 
    Line 28
    PHP Code:
    ('Easy Sign-Up and Login''FEC_EASY_SIGNUP_STATUS''true''Activate Easy Sign-Up and Login?'" . $configuration_group_id . "20NOW(), NOW(), NULL'zen_cfg_select_option(array(\'true\', \'false\'),'), 

    Could anyone figure out a way to do this? Either one solution of below:
    1.) Display the content of "Fast and Easy Checkout Configuration" page
    2.) change the "Fast and Easy Checkout Configuration" page status through coding

    Many Thanks,
    Eva
    Last edited by Green Books; 6 Dec 2013 at 12:50 PM.

  5. #1685
    Join Date
    Nov 2013
    Location
    Hong Kong
    Posts
    43
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout for Zen Cart

    No reply......
    Any Suggestions?

  6. #1686
    Join Date
    Dec 2011
    Location
    Wisconsin, USA
    Posts
    674
    Plugin Contributions
    21

    Default Re: Fast and Easy Checkout for Zen Cart

    Have you changed where it says YOUR_ADMIN to to your admin directory and YOUR_TEMPATE to your template directory?

  7. #1687
    Join Date
    Sep 2013
    Location
    Texas
    Posts
    315
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout for Zen Cart

    There are three place you have to change YOUR_TEMPLATE

    Your Catalog > includes/languages/english/YOUR_TEMPLATE
    Your Catalog > includes/languages/english/extra_definitions/YOUR_TEMPLATE
    Your Catalog > includes/templates/YOUR_TEMPLATE

    And of course change the YOUR_ADMIN

    Some of the Plugins I was using cause problems installing fec.
    I had to install css_js_loader first and then fec before I installed other mods.

  8. #1688
    Join Date
    Dec 2008
    Location
    Utah, USA
    Posts
    182
    Plugin Contributions
    10

    Default Re: Fast and Easy Checkout for Zen Cart

    I have a quick question, I have a client using this plugin which we love, but the issue is when someone goes to the login page, all they need is an email address. If you put the email and no password of any account, it will show the history of that email address. I have looked multiple places to change this and I do not see it. Im sure its been answered but is there a way to make them need a password to see the account history?
    Zen Cart Help and Design

    If you don’t build your dream, someone else will hire you to help them build theirs.

  9. #1689
    Join Date
    Dec 2011
    Location
    Wisconsin, USA
    Posts
    674
    Plugin Contributions
    21

    Default Re: Fast and Easy Checkout for Zen Cart

    Quote Originally Posted by brandonturpin View Post
    I have a quick question, I have a client using this plugin which we love, but the issue is when someone goes to the login page, all they need is an email address. If you put the email and no password of any account, it will show the history of that email address. I have looked multiple places to change this and I do not see it. Im sure its been answered but is there a way to make them need a password to see the account history?
    Yes this was an issue that has been resolved in version 1.14.2, however that version hasn't been approved by zen-cart.com yet so you will need to obtain that via another method. It is on the author's website.

  10. #1690
    Join Date
    Jan 2004
    Posts
    66,419
    Blog Entries
    7
    Plugin Contributions
    277

    Default Re: Fast and Easy Checkout for Zen Cart

    The plugin has been updated.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

 

 

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