Results 1 to 8 of 8
  1. #1
    Join Date
    Jul 2007
    Posts
    64
    Plugin Contributions
    0

    Default Removing LOGIN LOGOUT function completely

    I would like to completely remove the need for the customer to LOGIN or LOGOUT, and not have these option on my site.

    The payment method is solely PayPal Express.

    Can anyone see any problem with me removing all links to log in or log out, including the checkout button.

    What I want to achieve is a store where the customer just selects their items and then checks out with the PayPal Express Button.

    It appears that this system has been achieved at: obeygiant.com/store

    Thanks in advance.
    Last edited by Kim; 25 Feb 2009 at 02:30 AM.

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Removing LOGIN LOGOUT function completely

    I did not specifically look at the site you referenced but why do you not contact them directly to assertain specifically what they have done?

  3. #3
    Join Date
    Mar 2004
    Posts
    16,042
    Plugin Contributions
    5

    Default Re: Removing LOGIN LOGOUT function completely

    comment out the code for the if switch for login and logout in /includes/templates/YOUR TEMPLATE/common/tpl_header.php

    then comment out the checkout button on tpl_shopping_cart.php
    Zen cart PCI compliant Hosting

  4. #4
    Join Date
    Nov 2007
    Posts
    12
    Plugin Contributions
    0

    Default Re: Removing LOGIN LOGOUT function completely

    Quote Originally Posted by Merlinpa1969 View Post
    comment out the code for the if switch for login and logout in /includes/templates/YOUR TEMPLATE/common/tpl_header.php

    then comment out the checkout button on tpl_shopping_cart.php
    Sorry what do you mean by "comment out"? delete? if so, which part specifically to delete?
    would you be kind enough to elaborate a little bit?





    My tpl_header.php looks like:
    <!--bof-header logo and navigation display-->
    <?php
    if (!isset($flag_disable_header) || !$flag_disable_header) {
    ?>

    <div id="headerWrapper">
    <!--bof-navigation display-->
    <div id="navMainWrapper">
    <div id="navMain">
    <ul class="back">
    <li><?php echo '<a href="' . HTTP_SERVER . DIR_WS_CATALOG . '">'; ?><?php echo HEADER_TITLE_CATALOG; ?></a></li>
    <?php if ($_SESSION['customer_id']) { ?>
    <li><a href="<?php echo zen_href_link(FILENAME_LOGOFF, '', 'SSL'); ?>"><?php echo HEADER_TITLE_LOGOFF; ?></a></li>
    <li><a href="<?php echo zen_href_link(FILENAME_ACCOUNT, '', 'SSL'); ?>"><?php echo HEADER_TITLE_MY_ACCOUNT; ?></a></li>
    <?php
    } else {
    if (STORE_STATUS == '0') {
    ?>
    <li><a href="<?php echo zen_href_link(FILENAME_LOGIN, '', 'SSL'); ?>"><?php echo HEADER_TITLE_LOGIN; ?></a></li>
    <?php } } ?>

    <?php if ($_SESSION['cart']->count_contents() != 0) { ?>
    <li><a href="<?php echo zen_href_link(FILENAME_SHOPPING_CART, '', 'NONSSL'); ?>"><?php echo HEADER_TITLE_CART_CONTENTS; ?></a></li>
    <li><a href="<?php echo zen_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL'); ?>"><?php echo HEADER_TITLE_CHECKOUT; ?></a></li>
    <?php }?>
    </ul>
    </div>
    <div class="navMainSearch forward"><?php require(DIR_WS_MODULES . 'sideboxes/search_header.php'); ?></div>
    <br class="clearBoth" />
    </div>
    <!--eof-navigation display-->

  5. #5
    Join Date
    Mar 2008
    Posts
    3
    Plugin Contributions
    0

    Default Re: Removing LOGIN LOGOUT function completely

    I would like to know how to do this as well

  6. #6
    Join Date
    Feb 2008
    Posts
    3
    Plugin Contributions
    0

    Default Re: Removing LOGIN LOGOUT function completely

    i'd like to know how this could be done too!

  7. #7
    Join Date
    Nov 2008
    Posts
    5
    Plugin Contributions
    0

    Default Re: Removing LOGIN LOGOUT function completely

    has anyone worked out the solution for this yet ?

  8. #8
    Join Date
    Nov 2006
    Location
    Dartmouth, NS Canada
    Posts
    2,378
    Plugin Contributions
    0

    Default Re: Removing LOGIN LOGOUT function completely

    There are a couple of mods in the Free Software Add Ons (link top-left) which accomplish this -- more or less.

    Rob

 

 

Similar Threads

  1. Login Timeout after Add to Cart, Logout, Login, Try Checkout
    By squireh in forum All Other Contributions/Addons
    Replies: 14
    Last Post: 28 Jan 2011, 02:35 PM
  2. Removing Tagline Completely
    By bizshop1 in forum Templates, Stylesheets, Page Layout
    Replies: 10
    Last Post: 3 Mar 2009, 08:34 PM
  3. Removing images completely
    By FredZ in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 11 Feb 2007, 07:09 AM
  4. Removing LogIn / LogOut from header
    By floop in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 30 Dec 2006, 09:20 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