Page 187 of 218 FirstFirst ... 87137177185186187188189197 ... LastLast
Results 1,861 to 1,870 of 2177
  1. #1861
    Join Date
    Apr 2010
    Location
    Albuquerque, NM
    Posts
    198
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout for Zen Cart

    Oh yaye, this worked for me to change the id of the configuration.php page, only it wasn't the next id after the last installed plugin, I had to just try out id's until I found the right one. It would be nice to have a link to click on in the admin, but at least I know I can access the configuration for FEC to activate it, so thanks for this tip!

  2. #1862
    Join Date
    Jan 2008
    Location
    Perth. Australia
    Posts
    64
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout for Zen Cart

    Quote Originally Posted by bislewl View Post
    Try leaving the files there, but running the uninstall.sql in tools->SQL Patch
    I tried this, but it is still not installing. It appears that more than myself are having this problem.
    Square one
    Blackorchardcouture
    and not doubt others will turn up.
    Is there a problem with sql script on installation.
    Stephen
    Jars Bottles Direct Trading as SS Croxson Enterprises Pty Ltd
    http://www.jarsbottlesdirect.com.au

  3. #1863
    Join Date
    Jan 2008
    Location
    Perth. Australia
    Posts
    64
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout for Zen Cart

    Quote Originally Posted by Chargin View Post
    I dont have the link in admin "Configuration->Fast and Easy Checkout Configuration"
    I was able to get there by editing the URL and changing the page ID to 33 which was the next one after the bottom link, IE:
    adminfolder/configuration.php?gID=33
    But why cant I see the link in admin, this is a superuser account.
    I double checked all the files were uploaded, and the system works if I just go to the above link.
    Yep this works thank you.
    Just annoying it does not display in the menu.
    Stephen
    Jars Bottles Direct Trading as SS Croxson Enterprises Pty Ltd
    http://www.jarsbottlesdirect.com.au

  4. #1864
    Join Date
    Aug 2012
    Posts
    44
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout for Zen Cart

    This add-on does not work with the free template Winchester Responsive 1.3 installed.
    It completely breaks the catalog.
    Admin configuration for fast and easy checkout is not listed either, but is reachable by manually modifying the URL link as mentioned by another user.

    I did a fresh install of 1.5.3 > installed Winchester Responsive template> installed CSS/JS Loader by Numinix > installed Fast and Easy checkout module by Numinix.
    Catalog breaks and admin does not list the Fast and Easy checkout under config. Followed all the install docs to a T.
    http://www.zen-cart.com/showthread.p...35#post1255235
    Last edited by wtfbbq; 8 Aug 2014 at 02:32 PM.

  5. #1865
    Join Date
    Apr 2010
    Location
    Albuquerque, NM
    Posts
    198
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout for Zen Cart

    I'm curious if all of us having this problem of FEC not showing up admin/configuration are using Zen Cart v.1.5.3? Also, since we can access FEC configuration once we find the right id, doesn't this mean that we did install it correctly, but there is some sort of glitch? FEC overrides the admin/configuration.php file, and I'm thinking this file might have something to do with what's happening, but I'm not fluent enough with PHP to figure it out.

    Stecrox, the newest version of FEC doesn't need an SQL file to install, it is supposed to auto install.

  6. #1866
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Fast and Easy Checkout for Zen Cart

    Quote Originally Posted by wtfbbq View Post
    This add-on does not work with the free template Winchester Responsive 1.3 installed.
    It completely breaks the catalog.
    Admin configuration for fast and easy checkout is not listed either, but is reachable by manually modifying the URL link as mentioned by another user.

    I did a fresh install of 1.5.3 > installed Winchester Responsive template> installed CSS/JS Loader by Numinix > installed Fast and Easy checkout module by Numinix.
    Catalog breaks and admin does not list the Fast and Easy checkout under config. Followed all the install docs to a T.
    http://www.zen-cart.com/showthread.p...35#post1255235
    This is not true. I have installed this module many times on sites using winchester responsive. My guess is that you have not installed the css/js loader or this module correctly.

    Thanks,

    Anne

  7. #1867
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Fast and Easy Checkout

    I just downloaded the latest version of the module and noticed that the fec_global.css file was minimized which is great, but not great for development. So, I wanted to post my dev version of the file which has new lines restored to make it easier to use with chrome or other developer tools.

    Code:
    .fec-shipping-address a .cssButton,.fec-shipping-address a .cssButtonHover,#cartWrapExplain a{background:none !important;border:none;color:#636363;font-size:10px;font-weight:700;padding:0 !important;width:auto !important}
    .fec-shipping-address a .cssButton:hover,.fec-shipping-address a .cssButtonHover:hover,#cartWrapExplain a:hover{color:#373737}
    .fec-fieldset .fec-edit-button{margin:-47px 0 0;position:relative}
    .fec-fieldset .fec-edit-button .cssButton,.fec-fieldset .fec-edit-button .cssButtonHover{background:#898989;cursor:pointer;padding:5px 4px 4px}
    .fec-fieldset .fec-edit-button .cssButtonHover,.fec-fieldset .fec-edit-button .cssButtonHover:hover{background:#636363}
    .fec-container .buttonRow.forward{margin-bottom:0;margin-right:0}
    .fec-col-left .buttonRow.forward{border-top:1px solid #b7b7b7;margin:21px 0 0;padding-top:21px;width:45%}
    .fec-container .cssButton,.fec-container .cssButtonHover{background:#ed1c24;border:none;color:#fff;cursor:pointer;float:right;font-size:11px;font-weight:700;margin:0;padding:4px 6px 5px;text-transform:uppercase;width:auto !i\
    mportant}
    .fec-container .cssButtonHover,.fec-container .cssButtonHover:hover{background:#b5161b;border-color:none}
    .fec-button-container .fec-infomation{clear:both;font-size:11px;padding-top:10px;text-align:right}
    .fec-shopping-cart-btn{margin:0 0 15px !important}
    
    @media screen and (-webkit-min-device-pixel-ratio: 0){
    .fec-container .cssButton,.fec-container .cssButtonHover{padding:6px 7px}
    
    }
    
    .fec-fieldset .inputLabel{color:#000;display:block;float:none;font-size:12px;font-weight:700;line-height:11px;margin:0 0 9px;padding:0;width:auto}
    .fec-fieldset input[type=text],.fec-fieldset input[type=password],.fec-fieldset select,.fec-fieldset textarea{border:1px solid #898989;display:inline-block;font-family:Verdana;font-size:12px;margin:0;padding:5px;width:100%;-\
    webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
    .fec-returning-customers input[type=text],.fec-returning-customers input[type=password],.fec-returning-customers select,.fec-returning-customers textarea{width:100%}
    .fec-fieldset input:focus,.fec-fieldset select:focus,.fec-fieldset textarea:focus{background-color:#fff;border-color:#aeaeae;-webkit-box-shadow:1px 1px 3px #ccc;-moz-box-shadow:1px 1px 3px #ccc;box-shadow:1px 1px 3px #ccc}
    .fec-box-check-radio,.fec-discount .fec-field-inline label{margin-bottom:12px;overflow:hidden}
    .fec-box-check-radio label{float:left;margin:0 10px 0 0;padding:0;width:auto}
    .fec-box-check-radio label,.fec-discount .fec-field-inline label{float:left;font-size:12px;line-height:19px;margin-right:0;position:relative;top:-2px;width:83%}
    .fec-box-check-radio label{width:auto !important;margin-right:15px}
    .fec-fieldset .fec-field{margin-bottom:14px;overflow:hidden}
    .fec-box-check-radio label img{margin:2px 0 5px;position:relative}
    .fec-box-check-radio .smallText{display:block;font-weight:400}
    .fec-box-check-radio input{height:13px;margin:1px 9px 0 1px;padding:0;float:left;width:13px}
    .fec-fieldset .fec-newsletter-email{margin-top:21px}
    .fec-newsletter-email .fec-box-check-radio{margin-bottom:0}
    .fec-newsletter-email input{clear:left}
    .fec-newsletter-email label{padding-bottom:8px}
    .fec-container{padding:24px 16px 15px 15px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:block !important}
    #checkout{padding-top:24px}
    .fec-container .messageStackError{margin:0 0 15px}
    .fec-page-step{color:#ed1c24;display:block;font-size:22px;line-height:normal;margin-bottom:27px;text-transform:uppercase}
    .fec-container .fec-required{color:#ed1c24;display:block;font-size:12px;font-weight:700;margin-bottom:30px;margin-top:-45px;text-align:right}
    .fec-container .fec-information{display:block;font-size:12px;line-height:18px;margin-bottom:17px}
    .fec-container form{display:block;margin:-18px 0 0;overflow:hidden}
    .fec-fieldset{background:#ebebeb;border:1px solid #b7b7b7;border-top:none;padding:0 23px 21px;margin:0 0 30px}
    .fec-guest-checkout{margin-top:10px}
    .fec-fieldset .fec-fieldset-legend{background:#252525;color:#fff;display:block;font-size:13px;font-weight:700;margin:0 -24px 17px;padding:13px 23px 15px;position:relative;text-transform:uppercase}
    .fec-fieldset .information{font-size:12px;padding:0}
    .fec-fieldset .fec-box-check-radio .alert{float:left;height:13px;line-height:13px}
    fec-fieldset .alert{color:#ed1c24;display:inline-block;font-size:12px;font-weight:400;margin-left:0}
    .fec-fieldset fieldset{border:none;display:block;margin:18px 0 0;overflow:hidden;padding:0;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
    .fec-col-left .fec-fieldset fieldset{margin-bottom:-12px !important}
    .fec-fieldset fieldset .fec-fieldset-legend,.fec-fieldset .fec-fieldset-legend-two{background:none;border:none;color:#ed1c24;display:block;font-size:12px;font-weight:700;height:auto;line-height:normal;margin:0 0 12px;padding\
    :0;text-transform:uppercase}
    .fec-fieldset .fec-newsletter-email,.fec-fieldset .fec-referral,.fec-fieldset .fec-login-details{border-top:1px solid #b7b7b7;margin-bottom:0;padding:18px 0 0}
    .fec-col-left .fec-fieldset .fec-referral{margin:26px 0 -14px}
    .fec-fieldset .fec-discount,.fec-fieldset .fec-table-gifts{border-top:1px solid #b7b7b7;padding-top:20px}
    .fec-fieldset>div .fec-discount:first-child{border-top:none;padding-top:0}
    .fec-fieldset .fec-shipping-to{border-bottom:1px solid #b7b7b7;margin-bottom:17px;padding-bottom:21px}
    .fec-address-container{margin-top:-5px;overflow:hidden;position:relative}
    .fec-shipping-address address{color:#000;float:left;font-size:12px;line-height:18px;padding:0}
    .fec-shipping-address address br{display:block}
    .fec-shipping-address a{bottom:2px;position:absolute;right:0;text-transform:uppercase}
    .fec-table-items table{background:none !important;border:none !important;border-collapse:collapse;border-spacing:1px;margin-top:-7px;width:100%;-webkit-box-shadow:1px 1px 5px #ebebeb;-moz-box-shadow:1px 1px 5px #ebebeb;box-s\
    hadow:1px 1px 5px #ebebeb}
    .fec-table-items tr{background:no-repeat !important}
    .fec-table-items table th{background:#636363;border-left:1px solid #b7b7b7;color:#fff;display:none;font-size:12px;height:30px;line-height:30px;padding:0 10px}
    .fec-table-items table th:first-child{border-left:none}
    .fec-table-items table #ccProductsHeading{text-align:left}
    .fec-table-items table td{border-bottom:1px solid #b7b7b7 !important;color:#000;font-size:12px;padding:12px 0 !important}
    .fec-table-items table td:first-child{border-left:medium none;text-align:center;width:7%}
    .fec-table-items table .cartImage{text-align:center;width:20%}
    .fec-table-items table .cartAttribsList{margin:6px 0;padding-left:14px}
    .fec-table-items table td.cartTotalDisplay{text-align:right}
    #orderTotals{position:relative;z-index:1}
    #orderTotals>div{overflow:hidden}
    #orderTotals>div>div{color:#000;font-size:12px;padding:10px 0 0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
    #orderTotals>div .totalBox{text-align:right;width:15%}
    #orderTotals>div .lineTitle{width:85%;text-align:right}
    #orderTotals #ottotal div{font-weight:700}
    .fec-container .fec-important a{color:#ed1c24;display:block;font-size:12px;margin:14px 0;text-align:right}
    .fec-container .fec-important a:hover{color:#b5161b}
    .fec-easy-sing-up.no-account-only{margin-top:22px}
    .fec-easy-sing-up .fec-col-left{float:left;width:63.510204081633%}
    .fec-easy-sing-up .fec-col-left.no-account{float:left;width:100%}
    .fec-easy-sing-up .fec-col-right{float:right;width:33.5%}
    .fec-cl-left,.fec-cl-right{float:left;margin-top:21px;overflow:hidden;width:auto}
    .fec-cl-left{border-right:1px solid #b7b7b7;margin-right:5%;padding-right:5%;width:50%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
    .fec-cl-right{width:45%}
    .fec-fieldset .fec-company,.fec-fieldset .fec-privacy{padding-bottom:14px}
    .fec-fieldset .fec-login-details{margin-top:-19px}
    .fec-col-left #shippingField{margin-bottom:30px !important;margin-top:0 !important}
    .fec-no-account,.fec-confidence,.fec-paypal{margin-bottom:20px}
    #checkout .fec-container,.fec-container .fec-information p{padding:0}
    .fec-fieldset br,.fec-fieldset legend,#fec-state-2-field,#fec-state-2-field-shipping,#fec-state-2-field label,#fec-state-2-field-shipping label{display:none}
    .fec-button-container .buttonRow.forward,.fec-fieldset .fec-billing-address,.fec-fieldset .fec-company,.fec-fieldset .fec-date-birth,.fec-fieldset .fec-privacy{margin-top:0}
    .fec-shopping-cart-fieldset{margin:0 0 21px}
    .fec-shopping-cart-fieldset .fec-shopping-cart{clear:both;padding:6px 0 0;border-top:1px solid #b7b7b7}

    Thanks,

    Anne

  8. #1868
    Join Date
    Nov 2006
    Location
    Indiana
    Posts
    192
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout for Zen Cart

    I hate to ask such a basic question, but I've searched and searched and can't find the answer...

    Can someone tell me where I can find if an order was placed by a guest? I am using ZC 1.5.1 and have Super Orders installed. I used the two files (admin/orders.php and includes/classes/orders.php) that were in the SuperOrders COWOA folder.

    I've looked all over and Customer>Orders(and >Details) can find nothing that tells me if an order was placed by a guest. Did I do something wrong in the install? Everything else seems to be working perfectly fine. (It's great, really!)

    Thanks!

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

    Default Re: Fast and Easy Checkout for Zen Cart

    Allison-

    Towards the bottom of the docs/readme.html are instructions on how to add that:

    see: OPTIONAL TO SEE IF A CUSTOMER IS A GUEST ACCOUNT
    and: OPTIONAL TO SEE IF AN ORDER WAS PLACED BY GUEST

    does that help?

    Thanks,
    Larry

  10. #1870
    Join Date
    Nov 2006
    Location
    Indiana
    Posts
    192
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout for Zen Cart

    Quote Originally Posted by bislewl View Post
    Allison-

    Towards the bottom of the docs/readme.html are instructions on how to add that:

    see: OPTIONAL TO SEE IF A CUSTOMER IS A GUEST ACCOUNT
    and: OPTIONAL TO SEE IF AN ORDER WAS PLACED BY GUEST

    does that help?

    Thanks,
    Larry
    Thanks, but I did see that. And then I saw that with SuperOrders, they included the edited file. My understanding is that I should use that instead of doing the edits in #7 of the readme.

 

 

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