Results 1 to 10 of 2177

Threaded View

  1. #11
    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.
    Click image for larger version. 

Name:	FEC_Configuration.jpg 
Views:	107 
Size:	53.3 KB 
ID:	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.

 

 

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

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