Page 136 of 218 FirstFirst ... 3686126134135136137138146186 ... LastLast
Results 1,351 to 1,360 of 2177
  1. #1351
    Join Date
    Dec 2010
    Posts
    56
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout for Zen Cart

    Its actually FEC v 1.9.5

  2. #1352
    Join Date
    Aug 2005
    Location
    Trujillo Alto, Puerto Rico
    Posts
    1,535
    Plugin Contributions
    9

    Default Re: Fast and Easy Checkout for Zen Cart

    How can I make changes to login.php template file to make it go to "ACCOUNT" page when they log-in?

    What I mean is that when you login to any store and you just come to check your orders, etc. and you don't have anything in your shopping cart, the system will direct you automatically to the index page, which I don't want. Just in case, I don't want this because I have a non-SSL sidebox which I can't change the link to https because it won't work.
    IDEAS Girl
    IDEAS Creative Group
    = Your image... our business!

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

    Default Re: Fast and Easy Checkout for Zen Cart

    I am using latest fec with 1.5 and have just noticed on Checkout Without An Account I have 2 State/province boxes 1 is a drop down and the other is a normal box that needs filling in ..I have checked it against another site and that is OK ..Have also reloaded all FEC files too
    any ideas please

    thanks
    Andy
    Attached Images Attached Images  

  4. #1354
    Join Date
    Oct 2010
    Location
    United Kingdom
    Posts
    477
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout for Zen Cart

    Can't edit but have found if I change countries it's OK again

  5. #1355
    Join Date
    Jul 2011
    Location
    Glasgow, Scotland
    Posts
    113
    Plugin Contributions
    1

    Default Re: Fast and Easy Checkout for Zen Cart

    @ideagirl Could you get by without showing the sidebox on non SSL pages. Using an if else statement?
    Sorry it's a short answer but posting for a mobile is limiting.
    I am sure it listed in the FAQ
    Last edited by BillyBoyle; 12 Jun 2012 at 02:06 AM. Reason: Changed text

  6. #1356
    Join Date
    Aug 2005
    Location
    Trujillo Alto, Puerto Rico
    Posts
    1,535
    Plugin Contributions
    9

    Default Re: Fast and Easy Checkout for Zen Cart

    Quote Originally Posted by BillyBoyle View Post
    @ideagirl Could you get by without showing the sidebox on non SSL pages. Using an if else statement?
    Sorry it's a short answer but posting for a mobile is limiting.
    I am sure it listed in the FAQ
    Yes, I could... Which FAQ?
    IDEAS Girl
    IDEAS Creative Group
    = Your image... our business!

  7. #1357
    Join Date
    May 2005
    Posts
    535
    Plugin Contributions
    0

    Default Re: Fast and Easy Checkout for Zen Cart

    I have an issue with the shipping address being dropped if the customer navigates away from the check out page to add something else to the cart. If they have changed the address add something else to the cart and then return to the checkout page the address has defaulted back to the primary address of the customer and not kept the address they changed to.

    How can we keep the content of the final page - shopping cart and addresses and notes from being lost?

  8. #1358
    Join Date
    Jul 2011
    Location
    Glasgow, Scotland
    Posts
    113
    Plugin Contributions
    1

    Default Re: Fast and Easy Checkout

    Quote Originally Posted by ideasgirl View Post
    Yes, I could... Which FAQ?
    Hope this helps

    http://www.zen-cart.com/content.php?...-my-sideboxes-
    appear-only-when-a-visitor-is-logged-in

    Again posting on the go, sorry for the short answer.

  9. #1359
    Join Date
    Aug 2005
    Location
    Trujillo Alto, Puerto Rico
    Posts
    1,535
    Plugin Contributions
    9

    Default Re: Fast and Easy Checkout

    appear-only-when-a-visitor-is-logged-in
    I don't think this will solve the problem (I was so happy when thought it might).

    See, I don't want to hide the sidebox for non logged users. The problem is that I had hidden the sidebox from SSL pages to avoid the issue (the whole sidecolumn BTW). But when a customer logs in (without having anything in their cart, just going directly) the system will send them to the main page with SSL (https://) and then the non-encrypted warning shows up.
    IDEAS Girl
    IDEAS Creative Group
    = Your image... our business!

  10. #1360
    Join Date
    Jul 2011
    Location
    Glasgow, Scotland
    Posts
    113
    Plugin Contributions
    1

    Idea or Suggestion Re:hiding sidebox content

    @ Ideasgirl
    Ah! I see, then would something like this help then. I'm at home now and can give you a fuller answer

    Code:
    <?php // If page is SSL then use Secure Code
    if($_SERVER['HTTPS']=='on'){
    echo '<div class="sslon">';
    echo '<p><strong>Your are on a secure SSL connection!</strong><br />Some social link providers do not supply a secure link to page data. Thank you</p>';
    echo '</div>';
    } 
    else { // Else use Non-SSLCode
    echo '<div class="ssloff">';
    //echo '<strong>Put whatever you like.</strong>';
    echo '<table width="100%" border="0" cellspacing="5px" cellpadding="5px">';
    echo '<tr>';
    echo '<td>I used a table</td>';
    echo '<td>It was on a main page</td>';
    echo '</tr>';
    echo '<tr>';
    echo '<td>You could use this in your sidebox</td>';
    echo '<td>It can hide text only or scripts</td>';
    echo '</tr>';
    echo '</table>';
    echo '</div>';
    } // End if
    ?>
    If you use scripts in side it I wouls wrap the script

    Code:
    <script type="text/javascript">//<![CDATA[
    Whatever code
    //]]></script>
    Again, sorry for the short answers earlier hope this covers it for you.
    BTW: like your store layout and colour scheme.
    Last edited by BillyBoyle; 12 Jun 2012 at 11:04 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

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