Page 193 of 218 FirstFirst ... 93143183191192193194195203 ... LastLast
Results 1,921 to 1,930 of 2177
  1. #1921
    Join Date
    Jan 2013
    Posts
    898
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout

    getting back to FEC. How do you get the information supplied in the dropdown heading?

  2. #1922
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    10,290
    Plugin Contributions
    125

    Default Re: Fast and Easy Checkout

    Quote Originally Posted by linuxguy2 View Post
    Y'all,

    Are there any plans to add a plain and simple "Purchase Order Number" field to FEC? (on the Confirmation page)
    The PO discussion has been migrated to https://www.zen-cart.com/showthread....-Orders-in-FEC
    That Software Guy. My Store: Zen Cart Support
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  3. #1923
    Join Date
    Oct 2010
    Location
    United Kingdom
    Posts
    477
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout

    How easy is it to upgrade from 1.11.0 to the latest version ..
    I tried it on a new test site and it is hands down better than the last... Although doesn't seem to work on a responsive template ...made the template fill the page

  4. #1924
    Join Date
    Jan 2011
    Location
    Adelaide, Australia
    Posts
    1,670
    Plugin Contributions
    1

    Default Re: Fast and Easy Checkout

    I have uninstalled FEC (addd484) due to issues - I followed the uninstall procedure and uploaded the uninstall.sql however I am still having issues so I really would appreciate some help please;

    1. the login page doesn't load according to the determining files includes/english/login.php and includes/templates/template_default/templates/tpl_template_login_default.php which are exactly identical on both sites

    2. FEC still shows up in admin/configuration which it shouldn't, right?

    I got this error message after doing uninstall.sql -
    1146 Table 'harmony2_database_admin_pages' doesn't exist
    in:
    [DELETE FROM database_admin_pages WHERE page_key = 'configFastandEasyCheckout' LIMIT 1;]

    following are 'source' data for the page from the site (www.harmonyball.net.au) that I have uninstalled FEC from and the second being another site (a clone of the first www.harmonyballpendant.com) which I did not install FEC and which is the example as it should be;

    harmonyball.net.au source;

    <div class="centerColumn" id="loginDefault">

    <h1 id="loginDefaultHeading">HEADING_TITLE</h1>



    <!--BOF normal login-->
    <div class="advisory">TEXT_VISITORS_CART</div>
    <form name="login" action="https://www.harmonyball.net.au/login.html?action=process" method="post" id="loginForm"><fieldset>
    <legend>HEADING_RETURNING_CUSTOMER</legend>

    <label class="inputLabel" for="login-email-address">Email Address:</label>
    <input type="text" name="email_address" size = "41" maxlength= "96" id="login-email-address" /><br class="clearBoth" />

    <label class="inputLabel" for="login-password">Password:</label>
    <input type="password" name="password" size = "41" maxlength = "40" id="login-password" /><br class="clearBoth" />
    <input type="hidden" name="securityToken" value="cd8baf19b7e7feccc8f0f58768bffcc7" /></fieldset>

    <div class="buttonRow forward"><input type="image" src="includes/templates/responsive_all_business/buttons/english/button_login.gif" alt="Sign In" title=" Sign In " /></div>
    <div class="buttonRow back important"><a href="https://www.harmonyball.net.au/password_forgotten.html">TEXT_PASSWORD_FORGOTTEN</a></div>
    </form>
    <br class="clearBoth" />

    <form name="create_account" action="https://www.harmonyball.net.au/create_account.html" method="post" onsubmit="return check_form(create_account);" id="createAccountForm"><input type="hidden" name="action" value="process" /><input type="hidden" name="email_pref_html" value="email_format" /><fieldset>
    <legend>HEADING_NEW_CUSTOMER</legend>

    <div class="information">TEXT_NEW_CUSTOMER_INTRODUCTION</div>

    <div class="alert forward">* Required information</div>
    <br class="clearBoth" />

    Harmonyballpendant.com source (correct result on page)

    <div class="centerColumn" id="loginDefault">

    <h1 id="loginDefaultHeading">Welcome to Login page / Express Checkout page</h1>



    <!--BOF PPEC split login- DO NOT REMOVE-->
    <fieldset class="floatingBox back">
    <legend><a style="color:#0080FF">New Customers</legend>
    <div class="information"><center><h2><a href="https://harmonyballpendant.com/ipn_main_handler.php?type=ec" style="color:blue"><u>EXPRESS CHECKOUT</u></a></h2><font size="2">use <b><u>PayPal</u></b> OR <b>pay with a <u>Credit Card</u></b> <p>Click the PayPal button below to use <u><b><a href="https://harmonyballpendant.com/ipn_main_handler.php?type=ec">Express Checkout</a></u></b></p><u><i>you DO NOT NEED to have a PayPal account to use your Credit Card with this EXPRESS CHECKOUT</u></i></p></div>

    <div class="center"><div id="PPECbutton" class="buttonRow">
    <a href="http://www.harmonyballpendant.com/ipn_main_handler.php?type=ec"><img src="https://www.paypalobjects.com/en_US/i/btn/btn_xpressCheckout.gif" alt="Click here to pay via PayPal Express Checkout" /></a>
    </div>
    </div>
    <hr />
    <span class="larger">Or</span><br /><div class="information">Create a Customer Profile with <strong>HarmonyBallPendant.com</strong> which allows you to shop faster, track the status of your current orders, review your previous orders and take advantage of our other member's benefits.</div>

    <form name="create" action="http://www.harmonyballpendant.com/create_account.html" method="post"><div class="buttonRow forward"><input type="image" src="includes/templates/responsive_all_business/buttons/english/button_create_account.gif" alt="Sign Up" title=" Sign Up " name="registrationButton" /></div>
    </form>
    </fieldset>

    <fieldset class="floatingBox forward">
    <legend><a style="color:#0080FF">Returning Customers</a style></legend>
    <div class="information">In order to continue, please login to your <strong>HarmonyBallPendant.com</strong> account.</div>

    <form name="login" action="http://www.harmonyballpendant.com/login.html?action=process" method="post" id="loginForm"><label class="inputLabel" for="login-email-address">Email Address:</label>
    <input type="text" name="email_address" size="18" id="login-email-address" /><br class="clearBoth" />

    <label class="inputLabel" for="login-password">Password:</label>
    <input type="password" name="password" size="18" id="login-password" /><input type="hidden" name="securityToken" value="a5e849228cc3e130bca27b7079b00a66" /><br class="clearBoth" />

    <div class="buttonRow forward"><input type="image" src="includes/templates/responsive_all_business/buttons/english/button_login.gif" alt="Sign In" title=" Sign In " /></div>
    <div class="buttonRow back important"><a href="http://www.harmonyballpendant.com/password_forgotten.html">Forgot your password?</a></div>
    </form>
    </fieldset>
    <br class="clearBoth" />
    <!--EOF PPEC split login- DO NOT REMOVE-->

  5. #1925
    Join Date
    Oct 2010
    Location
    United Kingdom
    Posts
    477
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout

    looks like you may have done something wrong somewhere ...
    I'm still waiting for a response about how to upgrade as I cannot find any info on it at all

  6. #1926
    Join Date
    Sep 2013
    Location
    Texas
    Posts
    315
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout

    Quote Originally Posted by Andy-C27 View Post
    looks like you may have done something wrong somewhere ...
    I'm still waiting for a response about how to upgrade as I cannot find any info on it at all
    You should find more info at www.numinix.com
    OR
    Go to the unzipped directory docs/fec/readme.html and way at the end is this entry.

    UNINSTALL

    1.Remove edits performed in the installation procedure above.
    2.Delete all uploaded files from your store.
    3.Patch your database by copying and pasting the contents of uninstall.sql into ADMIN->TOOLS->INSTALL SQL PATCHES

  7. #1927
    Join Date
    Oct 2010
    Location
    United Kingdom
    Posts
    477
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout

    So in other words you can't just update files you have to un-install first as have read the readme.html from top to bottom

  8. #1928
    Join Date
    Apr 2007
    Location
    Vancouver, Canada
    Posts
    1,550
    Plugin Contributions
    70

    Default Re: Fast and Easy Checkout

    Quote Originally Posted by shags38 View Post
    I have uninstalled FEC (addd484) due to issues - I followed the uninstall procedure and uploaded the uninstall.sql however I am still having issues so I really would appreciate some help please;

    1. the login page doesn't load according to the determining files includes/english/login.php and includes/templates/template_default/templates/tpl_template_login_default.php which are exactly identical on both sites

    2. FEC still shows up in admin/configuration which it shouldn't, right?

    I got this error message after doing uninstall.sql -
    1146 Table 'harmony2_database_admin_pages' doesn't exist
    in:
    [DELETE FROM database_admin_pages WHERE page_key = 'configFastandEasyCheckout' LIMIT 1;]

    following are 'source' data for the page from the site (www.harmonyball.net.au) that I have uninstalled FEC from and the second being another site (a clone of the first www.harmonyballpendant.com) which I did not install FEC and which is the example as it should be;

    harmonyball.net.au source;

    <div class="centerColumn" id="loginDefault">

    <h1 id="loginDefaultHeading">HEADING_TITLE</h1>



    <!--BOF normal login-->
    <div class="advisory">TEXT_VISITORS_CART</div>
    <form name="login" action="https://www.harmonyball.net.au/login.html?action=process" method="post" id="loginForm"><fieldset>
    <legend>HEADING_RETURNING_CUSTOMER</legend>

    <label class="inputLabel" for="login-email-address">Email Address:</label>
    <input type="text" name="email_address" size = "41" maxlength= "96" id="login-email-address" /><br class="clearBoth" />

    <label class="inputLabel" for="login-password">Password:</label>
    <input type="password" name="password" size = "41" maxlength = "40" id="login-password" /><br class="clearBoth" />
    <input type="hidden" name="securityToken" value="cd8baf19b7e7feccc8f0f58768bffcc7" /></fieldset>

    <div class="buttonRow forward"><input type="image" src="includes/templates/responsive_all_business/buttons/english/button_login.gif" alt="Sign In" title=" Sign In " /></div>
    <div class="buttonRow back important"><a href="https://www.harmonyball.net.au/password_forgotten.html">TEXT_PASSWORD_FORGOTTEN</a></div>
    </form>
    <br class="clearBoth" />

    <form name="create_account" action="https://www.harmonyball.net.au/create_account.html" method="post" onsubmit="return check_form(create_account);" id="createAccountForm"><input type="hidden" name="action" value="process" /><input type="hidden" name="email_pref_html" value="email_format" /><fieldset>
    <legend>HEADING_NEW_CUSTOMER</legend>

    <div class="information">TEXT_NEW_CUSTOMER_INTRODUCTION</div>

    <div class="alert forward">* Required information</div>
    <br class="clearBoth" />

    Harmonyballpendant.com source (correct result on page)

    <div class="centerColumn" id="loginDefault">

    <h1 id="loginDefaultHeading">Welcome to Login page / Express Checkout page</h1>



    <!--BOF PPEC split login- DO NOT REMOVE-->
    <fieldset class="floatingBox back">
    <legend><a style="color:#0080FF">New Customers</legend>
    <div class="information"><center><h2><a href="https://harmonyballpendant.com/ipn_main_handler.php?type=ec" style="color:blue"><u>EXPRESS CHECKOUT</u></a></h2><font size="2">use <b><u>PayPal</u></b> OR <b>pay with a <u>Credit Card</u></b> <p>Click the PayPal button below to use <u><b><a href="https://harmonyballpendant.com/ipn_main_handler.php?type=ec">Express Checkout</a></u></b></p><u><i>you DO NOT NEED to have a PayPal account to use your Credit Card with this EXPRESS CHECKOUT</u></i></p></div>

    <div class="center"><div id="PPECbutton" class="buttonRow">
    <a href="http://www.harmonyballpendant.com/ipn_main_handler.php?type=ec"><img src="https://www.paypalobjects.com/en_US/i/btn/btn_xpressCheckout.gif" alt="Click here to pay via PayPal Express Checkout" /></a>
    </div>
    </div>
    <hr />
    <span class="larger">Or</span><br /><div class="information">Create a Customer Profile with <strong>HarmonyBallPendant.com</strong> which allows you to shop faster, track the status of your current orders, review your previous orders and take advantage of our other member's benefits.</div>

    <form name="create" action="http://www.harmonyballpendant.com/create_account.html" method="post"><div class="buttonRow forward"><input type="image" src="includes/templates/responsive_all_business/buttons/english/button_create_account.gif" alt="Sign Up" title=" Sign Up " name="registrationButton" /></div>
    </form>
    </fieldset>

    <fieldset class="floatingBox forward">
    <legend><a style="color:#0080FF">Returning Customers</a style></legend>
    <div class="information">In order to continue, please login to your <strong>HarmonyBallPendant.com</strong> account.</div>

    <form name="login" action="http://www.harmonyballpendant.com/login.html?action=process" method="post" id="loginForm"><label class="inputLabel" for="login-email-address">Email Address:</label>
    <input type="text" name="email_address" size="18" id="login-email-address" /><br class="clearBoth" />

    <label class="inputLabel" for="login-password">Password:</label>
    <input type="password" name="password" size="18" id="login-password" /><input type="hidden" name="securityToken" value="a5e849228cc3e130bca27b7079b00a66" /><br class="clearBoth" />

    <div class="buttonRow forward"><input type="image" src="includes/templates/responsive_all_business/buttons/english/button_login.gif" alt="Sign In" title=" Sign In " /></div>
    <div class="buttonRow back important"><a href="http://www.harmonyballpendant.com/password_forgotten.html">Forgot your password?</a></div>
    </form>
    </fieldset>
    <br class="clearBoth" />
    <!--EOF PPEC split login- DO NOT REMOVE-->
    To uninstall, you will need to follow the instructions in the documentation. First you need to delete the files, especially those in the admin, or the plugin will just reinstall itself.

    FEC does modify some core pages, such as login. After uninstalling, you may need to restore your original login page files in includes/modules/pages/login and includes/templates/YOUR_TEMPLATE/templates/tpl_login_default.php.

  9. #1929
    Join Date
    Apr 2007
    Location
    Vancouver, Canada
    Posts
    1,550
    Plugin Contributions
    70

    Default Re: Fast and Easy Checkout

    Quote Originally Posted by Andy-C27 View Post
    So in other words you can't just update files you have to un-install first as have read the readme.html from top to bottom
    Very old versions like 1.11.0 and prior need to run the uninstall.sql. Then just upload the package and it should self install. Refer to the change logs for files you will need to remove between the old version and the current version. Our GIT repository for FEC is public if you are familiar with using GIT to output a change log.

  10. #1930
    Join Date
    Oct 2010
    Location
    United Kingdom
    Posts
    477
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout

    Not really familiar to GIT ,have also read the above post ... Maybe will pay for someone to do it ....As trying to go responsive and things aren't working in that department either
    thanks

 

 

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