Results 1 to 10 of 14

Hybrid View

  1. #1
    Join Date
    Mar 2008
    Location
    The Free South
    Posts
    175
    Plugin Contributions
    0

    Default Re: Is My Order Process Too Complex?

    Quote Originally Posted by mprough View Post
    Login page displays incorrectly in FF
    I just upgraded FEC and something has changed in the CSS. I do not know what it is.

    Newsletter subscribe checked by default is going to get your email server blacklisted.
    I did not know that - Fixed

    Turn off your sidebars once in checkout to reduce abandonment and distraction
    Any guidance?

    PayPal alone w/o a proper processor will cause much greater abandonment as well.
    Plan to change in the near future.

    Turn OFF the order confirmation so they are taken directly to PayPal and miss the confusing step where a shopper likely thinks you forgot to collect their payment information.
    ???

    Thanks for your help.
    www.theCableStation.com
    "If we restrict liberty to attain security we will lose them both."

  2. #2
    Join Date
    Nov 2007
    Location
    Woodbine, Georgia, United States
    Posts
    4,247
    Plugin Contributions
    58

    Default Re: Is My Order Process Too Complex?

    I just upgraded FEC and something has changed in the CSS. I do not know what it is.
    login.css


    Turn off your sidebars once in checkout to reduce abandonment and distraction

    includes/templates/YOUR_TEMPLATE/common/tpl_main_page.php
    add the following, near the top and directly after */
    Code:
    //add page names that you wantto disable left and right columns
       $center_column_only = array('login','checkout','fec_confirmation','account','logoff');
       // the following IF statement can be duplicated/modified as needed to set additional flags
         if (in_array($current_page_base,$center_column_only) ) {
              $flag_disable_right = true;
              $flag_disable_left = true;
         }
    Turn OFF the order confirmation so they are taken directly to PayPal and miss the confusing step where a shopper likely thinks you forgot to collect their payment information.
    Configuration >> Fast and Easy Checkout Configuration

    One Page Checkout set to true

    That way they will be taken directly to PayPal instead of the additional step on the end.

    ~Melanie
    PRO-Webs, Inc. since 2003 :: Zen Cart Hosting :: Zen Cart SEO – 12 Steps to Success
    **I answer questions in the forum, private messages are not conducive to a helpful community.

  3. #3
    Join Date
    Mar 2008
    Location
    The Free South
    Posts
    175
    Plugin Contributions
    0

    Default Re: Is My Order Process Too Complex?

    -FEC CSS issue resolved

    -tpl_main_page.php mod messes up the template. Kind of the same problem that I had with Google checkout.

    -One Page Checkout set to true, but the confirmation page shows briefly before continuing automatically to PayPal.

    Thanks again for your help.
    www.theCableStation.com
    "If we restrict liberty to attain security we will lose them both."

  4. #4
    Join Date
    Dec 2007
    Location
    Southern Maine
    Posts
    281
    Plugin Contributions
    0

    Default Re: Is My Order Process Too Complex?

    Melanie...thanks for that bit of code for turning off the sideboxes...much easier than other tweaks I have tried.

 

 

Similar Threads

  1. v139h Unhappy with the upgrade instructions and complex process!
    By avian in forum Upgrading to 1.5.x
    Replies: 18
    Last Post: 21 Feb 2012, 02:20 PM
  2. Unable to process order
    By metoo in forum Managing Customers and Orders
    Replies: 8
    Last Post: 1 Jan 2008, 12:32 AM
  3. CyberSource – Checkout process with too many pages.
    By deBeaujeu in forum Built-in Shipping and Payment Modules
    Replies: 6
    Last Post: 23 Nov 2006, 08:14 AM

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