Page 13 of 27 FirstFirst ... 3111213141523 ... LastLast
Results 121 to 130 of 270
  1. #121
    Join Date
    Nov 2008
    Location
    Los Angeles, CA
    Posts
    24
    Plugin Contributions
    0

    Default Re: Ocean Front Template Support Thread

    Thanks for your help, Clyde.

    I needed to change the height from 100 to 88 pixels to make the cat in the meowhead logo appear to be peeking over the tabs. Strangely, it lined up the height of the trust logo perfectly. I thought I might have to shrink the trust logo to 88x88 but I guess I don't need to.

    Eventually I will figure out how to make the trust logo display in IE.

    Thanks again. Good night.

  2. #122
    Join Date
    Nov 2008
    Location
    Los Angeles, CA
    Posts
    24
    Plugin Contributions
    0

    Default Re: Ocean Front Template Support Thread

    Clyde, check this out...the trust logo displays with IE7 but only when you click on the My Account tab.

    Does this spark any idea how to make it display sitewide?

  3. #123
    Join Date
    Nov 2008
    Location
    Los Angeles, CA
    Posts
    24
    Plugin Contributions
    0

    Default Re: Ocean Front Template Support Thread

    I found the problem.

    I ran an xhtml validator and it found an error with the $10 FLAT RATE SHIPPING header sales text line that I had in includes/languages/english/ocean_front/header.php. Something wrong with the xhtml tags I was using, I guess.

    I removed it and the logo appears perfectly in IE and Firefox.

    I'll put the $10 FLAT RATE SHIPPING line back in after I figure out the correct xhtml tags.

    Thank you so much for your help, Clyde.

  4. #124
    Join Date
    Feb 2008
    Posts
    1,336
    Plugin Contributions
    1

    Default Re: Ocean Front Template Support Thread

    I have just installed this template on a new site. I haven't touched the CSS or the images yet. But I have loaded all the mods that I will be using. I have ran into 2 issues so far.
    1. For the login page I am using a normal display which was edited to show in 2 columns side by side as you can see in this page. http://www.ohiospeedshop.com/login.html I am will also be using Paypal Express Checkout. Now If I enable that in the admin side the login page will load as split page layout. Is there a way to have the PayPal Express Checkout on and maintain the normal (stacked) login page???
    2. For some reason the page heading is all screwed up. For example on the home page the title is Create An Account, on the home page this is what shows (Step 3 of 4 - Review and Submit Order) I do have the order steps module installed but if you try to add something to the shopping car and go through the steps. The nav_title and the page heading is always (confirmation). Meaning no matter what step you are on it the heading, title and the steps at the bottom of the page will display the confirmation page text.

  5. #125
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Ocean Front Template Support Thread

    Quote Originally Posted by Glamorousshoe View Post
    I have just installed this template on a new site. I haven't touched the CSS or the images yet. But I have loaded all the mods that I will be using. I have ran into 2 issues so far.
    1. For the login page I am using a normal display which was edited to show in 2 columns side by side as you can see in this page. http://www.ohiospeedshop.com/login.html I am will also be using Paypal Express Checkout. Now If I enable that in the admin side the login page will load as split page layout. Is there a way to have the PayPal Express Checkout on and maintain the normal (stacked) login page???
    2. For some reason the page heading is all screwed up. For example on the home page the title is Create An Account, on the home page this is what shows (Step 3 of 4 - Review and Submit Order) I do have the order steps module installed but if you try to add something to the shopping car and go through the steps. The nav_title and the page heading is always (confirmation). Meaning no matter what step you are on it the heading, title and the steps at the bottom of the page will display the confirmation page text.
    1.] I believe the default behavior for the login page (when PCE is enabled) is to use the split page layout. You'd have to edit tpl_login_default.php to alter this.

    2.] This appears to be the result of 2 or more conflicting definition files. Without actually looking at the file structure, I can't say which one may be causing this.

  6. #126
    Join Date
    Feb 2008
    Posts
    1,336
    Plugin Contributions
    1

    Default Re: Ocean Front Template Support Thread

    Well Can you help me out, this is the tpl_login_default.php
    Code:
    <?php
    /**
     * Page Template
     *
     * @package templateSystem
     * @copyright Copyright 2003-2007 Zen Cart Development Team
     * @copyright Portions Copyright 2003 osCommerce
     * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
     * @version $Id: tpl_login_default.php 5523 2007-01-03 09:37:48Z drbyte $
     */
    ?>
    
    <?php if ($messageStack->size('login') > 0) echo $messageStack->output('login'); ?>
    
    <?php if ( USE_SPLIT_LOGIN_MODE == 'True' || $ec_button_enabled) { ?>
    <!--BOF PPEC split login- DO NOT REMOVE-->
    <fieldset class="floatingBox back">
    <legend><?php echo HEADING_NEW_CUSTOMER_SPLIT; ?></legend>
    <?php // ** BEGIN PAYPAL EXPRESS CHECKOUT ** ?>
    <?php if ($ec_button_enabled) { ?>
    <div class="information"><?php echo TEXT_NEW_CUSTOMER_INTRODUCTION_SPLIT; ?></div>
    
      <div class="center"><?php require(DIR_FS_CATALOG . DIR_WS_MODULES . 'payment/paypal/tpl_ec_button.php'); ?></div>
    <hr />
    <?php echo TEXT_NEW_CUSTOMER_POST_INTRODUCTION_DIVIDER; ?>
    <?php } ?>
    <?php // ** END PAYPAL EXPRESS CHECKOUT ** ?>
    <div class="information"><?php echo TEXT_NEW_CUSTOMER_POST_INTRODUCTION_SPLIT; ?></div>
    
    <?php echo zen_draw_form('create', zen_href_link(FILENAME_CREATE_ACCOUNT, 'action=process', 'SSL')); ?>
    <div class="buttonRow forward"><?php echo zen_image_submit(BUTTON_IMAGE_CREATE_ACCOUNT, BUTTON_CREATE_ACCOUNT_ALT); ?></div>
    </form>
    </fieldset>
    
    <fieldset class="floatingBox forward">
    <legend><?php echo HEADING_RETURNING_CUSTOMER_SPLIT; ?></legend>
    <div class="information"><?php echo TEXT_RETURNING_CUSTOMER_SPLIT; ?></div>
    
    <?php echo zen_draw_form('login', zen_href_link(FILENAME_LOGIN, 'action=process', 'SSL')); ?>
    <label class="inputLabel" for="login-email-address"><?php echo ENTRY_EMAIL_ADDRESS; ?></label>
    <?php echo zen_draw_input_field('email_address', '', 'size="18" id="login-email-address"'); ?>
    <br class="clearBoth" />
    
    <label class="inputLabel" for="login-password"><?php echo ENTRY_PASSWORD; ?></label>
    <?php echo zen_draw_password_field('password', '', 'size="18" id="login-password"'); ?>
    <?php echo zen_draw_hidden_field('securityToken', $_SESSION['securityToken']); ?>
    <br class="clearBoth" />
    
    <div class="buttonRow forward"><?php echo zen_image_submit(BUTTON_IMAGE_LOGIN, BUTTON_LOGIN_ALT); ?></div>
    <div class="buttonRow back important"><?php echo '<a href="' . zen_href_link(FILENAME_PASSWORD_FORGOTTEN, '', 'SSL') . '">' . TEXT_PASSWORD_FORGOTTEN . '</a>'; ?></div>
    </form>
    </fieldset>
    <br class="clearBoth" />
     <?php
      // ** GOOGLE CHECKOUT **
        include(DIR_WS_MODULES . 'show_google_components.php');  
      // ** END GOOGLE CHECKOUT **
     ?>
    <!--EOF PPEC split login- DO NOT REMOVE-->
    <?php } else { ?>
    <!--BOF normal login-->
    
    <!-- 20 Ways Added -->
    <div id="div-1">
    <div id="div-1a"> <!-- Left Column -->
    <!-- / 20 Ways Added -->
    
    
    
    <?php echo zen_draw_form('create_account', zen_href_link(FILENAME_CREATE_ACCOUNT, '', 'SSL'), 'post', 'onsubmit="return check_form(create_account);"') . zen_draw_hidden_field('action', 'process') . zen_draw_hidden_field('email_pref_html', 'email_format'); ?>
    <fieldset>
    <legend><?php echo HEADING_NEW_CUSTOMER; ?></legend>
    
    <div class="information"><?php echo TEXT_NEW_CUSTOMER_INTRODUCTION; ?></div>
    
    <?php require($template->get_template_dir('tpl_modules_create_account.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_modules_create_account.php'); ?>
    
    </fieldset>
    <br class="clearBoth" />
    <div class="buttonRow forward"><?php echo zen_image_submit(BUTTON_IMAGE_CONTINUE_CHECKOUT, BUTTON_CONTINUE_ALT); ?></div>
    </form>
    <br class="clearBoth" />
    
    
    
    </div> <!-- / Left Column -->
    <div id="div-1b"> <!-- Right Column -->
    
    <?php // ** BEGIN PAYPAL EXPRESS CHECKOUT ** ?>
    <?php if ($ec_button_enabled) { ?>
    <div class="information"><?php echo TEXT_NEW_CUSTOMER_INTRODUCTION_SPLIT; ?></div>
      <div class="center"><?php require(DIR_FS_CATALOG . DIR_WS_MODULES . 'payment/paypal/tpl_ec_button.php'); ?></div>
    <hr />
    <?php echo TEXT_NEW_CUSTOMER_POST_INTRODUCTION_DIVIDER; ?>
    <div class="information"><?php echo TEXT_NEW_CUSTOMER_POST_INTRODUCTION_SPLIT; ?></div>
    <?php } ?>
    <?php // ** END PAYPAL EXPRESS CHECKOUT ** ?>
    
    <h1 id="loginDefaultHeading"><?php echo HEADING_TITLE; ?></h1>
    
    <?php
      if ($_SESSION['cart']->count_contents() > 0) {
    ?>
    <div class="advisory"><?php echo TEXT_VISITORS_CART; ?></div>
    <?php
      }
    ?>
    <?php echo zen_draw_form('login', zen_href_link(FILENAME_LOGIN, 'action=process', 'SSL')); ?>
    <fieldset>
    <legend><?php echo HEADING_RETURNING_CUSTOMER; ?></legend>
    <br class="clearBoth">
    <label class="inputLabel" style="width: 8em; float: left;" for="login-email-address"><?php echo ENTRY_EMAIL_ADDRESS; ?></label>
    <?php echo zen_draw_input_field('email_address', '', zen_set_field_length(TABLE_CUSTOMERS, 'customers_email_address', '30') . ' id="login-email-address"'); ?>
    <br class="clearBoth" />
    
    <label class="inputLabel" style="width: 8em; float: left;" for="login-password"><?php echo ENTRY_PASSWORD; ?></label>
    <?php echo zen_draw_password_field('password', '', zen_set_field_length(TABLE_CUSTOMERS, 'customers_password', '12') . ' id="login-password"'); ?>
    <br class="clearBoth" />
    <?php echo zen_draw_hidden_field('securityToken', $_SESSION['securityToken']); ?>
    <div class="buttonRow back important"><?php echo '<a href="' . zen_href_link(FILENAME_PASSWORD_FORGOTTEN, '', 'SSL') . '">' . TEXT_PASSWORD_FORGOTTEN . '</a>'; ?></div>
    </fieldset>
    <br class="clearBoth" />
    <div class="buttonRow forward"><?php echo zen_image_submit(BUTTON_IMAGE_CONTINUE_CHECKOUT, BUTTON_CONTINUE_ALT); ?></div>
    </form>
    <br class="clearBoth" />
     <?php
      // ** GOOGLE CHECKOUT **
        include(DIR_WS_MODULES . 'show_google_components.php');  
      // ** END GOOGLE CHECKOUT **
     ?>
    <!--EOF normal login-->
    
    <br class="clearBoth" />
    <br class="clearBoth" />
    <br class="clearBoth" />
    <br class="clearBoth" />
    <div align="center">
    <!-- Shop with Confidence table -->
    <div id="AssuranceBoxWrapper">
    <div id="AssuranceHeader">
    Shop With Confidence
    </div>
    <div id="AssuranceLinksWrapper">
    
    <div id="AssuranceLinksContent">
    Add Customer Assurance links here. Things that help them gain confidence in completing the sale.
    </div> <!-- assurance links content-->
    
    </div> <!-- assurance links wrapper -->
    </div> <!-- assurance box wrapper -->
    <br class="clearBoth" />
    <br class="clearBoth" />
    <br class="clearBoth" />
    <br class="clearBoth" />
    <!-- Shop with Confidence table -->
    <div id="AssuranceBoxWrapper">
    <div id="AssuranceHeader">
    Customer Service
    </div>
    <div id="AssuranceLinksWrapper">
    
    <div id="AssuranceLinksContent">
    Add customer service type links here.
    </div> <!-- assurance links content-->
    
    </div> <!-- assurance links wrapper -->
    </div> <!-- assurance box wrapper -->
    <br class="clearBoth" />
    <br class="clearBoth" />
    <br class="clearBoth" />
    <!-- / Shop with Confidence table -->
    <!--bof Customer Assurances Box -->
    <div id="customerAssurancesbox">
    Add more customer assurances here such as SSL Certs etc...
    </div>
    <!--eof Customer Assurances box -->
    <!--<br class="clearBoth" />-->
    </div> <!-- / center div -->
    
    <!-- 20 Ways Added -->
    </div> <!-- / Right Column -->
    </div><!-- /id=div-1 -->
    <!-- / 20 Ways Added -->
    <?php } ?>
    Not sure how to disable that behavior.

    Which file should I look in for the conflicting definitions? Would that conflict cause a misbehavior on all the pages on the site.

  7. #127
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Ocean Front Template Support Thread

    Quote Originally Posted by Glamorousshoe View Post
    Well Can you help me out, this is the tpl_login_default.php
    Code:
    <?php
    /**
     * Page Template
     *
     * @package templateSystem
     * @copyright Copyright 2003-2007 Zen Cart Development Team
     * @copyright Portions Copyright 2003 osCommerce
     * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
     * @version $Id: tpl_login_default.php 5523 2007-01-03 09:37:48Z drbyte $
     */
    ?>
    
    <?php if ($messageStack->size('login') > 0) echo $messageStack->output('login'); ?>
    
    <?php if ( USE_SPLIT_LOGIN_MODE == 'True' || $ec_button_enabled) { ?>
    <!--BOF PPEC split login- DO NOT REMOVE-->
    <fieldset class="floatingBox back">
    <legend><?php echo HEADING_NEW_CUSTOMER_SPLIT; ?></legend>
    <?php // ** BEGIN PAYPAL EXPRESS CHECKOUT ** ?>
    <?php if ($ec_button_enabled) { ?>
    <div class="information"><?php echo TEXT_NEW_CUSTOMER_INTRODUCTION_SPLIT; ?></div>
    
      <div class="center"><?php require(DIR_FS_CATALOG . DIR_WS_MODULES . 'payment/paypal/tpl_ec_button.php'); ?></div>
    <hr />
    <?php echo TEXT_NEW_CUSTOMER_POST_INTRODUCTION_DIVIDER; ?>
    <?php } ?>
    <?php // ** END PAYPAL EXPRESS CHECKOUT ** ?>
    <div class="information"><?php echo TEXT_NEW_CUSTOMER_POST_INTRODUCTION_SPLIT; ?></div>
    
    <?php echo zen_draw_form('create', zen_href_link(FILENAME_CREATE_ACCOUNT, 'action=process', 'SSL')); ?>
    <div class="buttonRow forward"><?php echo zen_image_submit(BUTTON_IMAGE_CREATE_ACCOUNT, BUTTON_CREATE_ACCOUNT_ALT); ?></div>
    </form>
    </fieldset>
    
    <fieldset class="floatingBox forward">
    <legend><?php echo HEADING_RETURNING_CUSTOMER_SPLIT; ?></legend>
    <div class="information"><?php echo TEXT_RETURNING_CUSTOMER_SPLIT; ?></div>
    
    <?php echo zen_draw_form('login', zen_href_link(FILENAME_LOGIN, 'action=process', 'SSL')); ?>
    <label class="inputLabel" for="login-email-address"><?php echo ENTRY_EMAIL_ADDRESS; ?></label>
    <?php echo zen_draw_input_field('email_address', '', 'size="18" id="login-email-address"'); ?>
    <br class="clearBoth" />
    
    <label class="inputLabel" for="login-password"><?php echo ENTRY_PASSWORD; ?></label>
    <?php echo zen_draw_password_field('password', '', 'size="18" id="login-password"'); ?>
    <?php echo zen_draw_hidden_field('securityToken', $_SESSION['securityToken']); ?>
    <br class="clearBoth" />
    
    <div class="buttonRow forward"><?php echo zen_image_submit(BUTTON_IMAGE_LOGIN, BUTTON_LOGIN_ALT); ?></div>
    <div class="buttonRow back important"><?php echo '<a href="' . zen_href_link(FILENAME_PASSWORD_FORGOTTEN, '', 'SSL') . '">' . TEXT_PASSWORD_FORGOTTEN . '</a>'; ?></div>
    </form>
    </fieldset>
    <br class="clearBoth" />
     <?php
      // ** GOOGLE CHECKOUT **
        include(DIR_WS_MODULES . 'show_google_components.php');  
      // ** END GOOGLE CHECKOUT **
     ?>
    <!--EOF PPEC split login- DO NOT REMOVE-->
    <?php } else { ?>
    <!--BOF normal login-->
    
    <!-- 20 Ways Added -->
    <div id="div-1">
    <div id="div-1a"> <!-- Left Column -->
    <!-- / 20 Ways Added -->
    
    
    
    <?php echo zen_draw_form('create_account', zen_href_link(FILENAME_CREATE_ACCOUNT, '', 'SSL'), 'post', 'onsubmit="return check_form(create_account);"') . zen_draw_hidden_field('action', 'process') . zen_draw_hidden_field('email_pref_html', 'email_format'); ?>
    <fieldset>
    <legend><?php echo HEADING_NEW_CUSTOMER; ?></legend>
    
    <div class="information"><?php echo TEXT_NEW_CUSTOMER_INTRODUCTION; ?></div>
    
    <?php require($template->get_template_dir('tpl_modules_create_account.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_modules_create_account.php'); ?>
    
    </fieldset>
    <br class="clearBoth" />
    <div class="buttonRow forward"><?php echo zen_image_submit(BUTTON_IMAGE_CONTINUE_CHECKOUT, BUTTON_CONTINUE_ALT); ?></div>
    </form>
    <br class="clearBoth" />
    
    
    
    </div> <!-- / Left Column -->
    <div id="div-1b"> <!-- Right Column -->
    
    <?php // ** BEGIN PAYPAL EXPRESS CHECKOUT ** ?>
    <?php if ($ec_button_enabled) { ?>
    <div class="information"><?php echo TEXT_NEW_CUSTOMER_INTRODUCTION_SPLIT; ?></div>
      <div class="center"><?php require(DIR_FS_CATALOG . DIR_WS_MODULES . 'payment/paypal/tpl_ec_button.php'); ?></div>
    <hr />
    <?php echo TEXT_NEW_CUSTOMER_POST_INTRODUCTION_DIVIDER; ?>
    <div class="information"><?php echo TEXT_NEW_CUSTOMER_POST_INTRODUCTION_SPLIT; ?></div>
    <?php } ?>
    <?php // ** END PAYPAL EXPRESS CHECKOUT ** ?>
    
    <h1 id="loginDefaultHeading"><?php echo HEADING_TITLE; ?></h1>
    
    <?php
      if ($_SESSION['cart']->count_contents() > 0) {
    ?>
    <div class="advisory"><?php echo TEXT_VISITORS_CART; ?></div>
    <?php
      }
    ?>
    <?php echo zen_draw_form('login', zen_href_link(FILENAME_LOGIN, 'action=process', 'SSL')); ?>
    <fieldset>
    <legend><?php echo HEADING_RETURNING_CUSTOMER; ?></legend>
    <br class="clearBoth">
    <label class="inputLabel" style="width: 8em; float: left;" for="login-email-address"><?php echo ENTRY_EMAIL_ADDRESS; ?></label>
    <?php echo zen_draw_input_field('email_address', '', zen_set_field_length(TABLE_CUSTOMERS, 'customers_email_address', '30') . ' id="login-email-address"'); ?>
    <br class="clearBoth" />
    
    <label class="inputLabel" style="width: 8em; float: left;" for="login-password"><?php echo ENTRY_PASSWORD; ?></label>
    <?php echo zen_draw_password_field('password', '', zen_set_field_length(TABLE_CUSTOMERS, 'customers_password', '12') . ' id="login-password"'); ?>
    <br class="clearBoth" />
    <?php echo zen_draw_hidden_field('securityToken', $_SESSION['securityToken']); ?>
    <div class="buttonRow back important"><?php echo '<a href="' . zen_href_link(FILENAME_PASSWORD_FORGOTTEN, '', 'SSL') . '">' . TEXT_PASSWORD_FORGOTTEN . '</a>'; ?></div>
    </fieldset>
    <br class="clearBoth" />
    <div class="buttonRow forward"><?php echo zen_image_submit(BUTTON_IMAGE_CONTINUE_CHECKOUT, BUTTON_CONTINUE_ALT); ?></div>
    </form>
    <br class="clearBoth" />
     <?php
      // ** GOOGLE CHECKOUT **
        include(DIR_WS_MODULES . 'show_google_components.php');  
      // ** END GOOGLE CHECKOUT **
     ?>
    <!--EOF normal login-->
    
    <br class="clearBoth" />
    <br class="clearBoth" />
    <br class="clearBoth" />
    <br class="clearBoth" />
    <div align="center">
    <!-- Shop with Confidence table -->
    <div id="AssuranceBoxWrapper">
    <div id="AssuranceHeader">
    Shop With Confidence
    </div>
    <div id="AssuranceLinksWrapper">
    
    <div id="AssuranceLinksContent">
    Add Customer Assurance links here. Things that help them gain confidence in completing the sale.
    </div> <!-- assurance links content-->
    
    </div> <!-- assurance links wrapper -->
    </div> <!-- assurance box wrapper -->
    <br class="clearBoth" />
    <br class="clearBoth" />
    <br class="clearBoth" />
    <br class="clearBoth" />
    <!-- Shop with Confidence table -->
    <div id="AssuranceBoxWrapper">
    <div id="AssuranceHeader">
    Customer Service
    </div>
    <div id="AssuranceLinksWrapper">
    
    <div id="AssuranceLinksContent">
    Add customer service type links here.
    </div> <!-- assurance links content-->
    
    </div> <!-- assurance links wrapper -->
    </div> <!-- assurance box wrapper -->
    <br class="clearBoth" />
    <br class="clearBoth" />
    <br class="clearBoth" />
    <!-- / Shop with Confidence table -->
    <!--bof Customer Assurances Box -->
    <div id="customerAssurancesbox">
    Add more customer assurances here such as SSL Certs etc...
    </div>
    <!--eof Customer Assurances box -->
    <!--<br class="clearBoth" />-->
    </div> <!-- / center div -->
    
    <!-- 20 Ways Added -->
    </div> <!-- / Right Column -->
    </div><!-- /id=div-1 -->
    <!-- / 20 Ways Added -->
    <?php } ?>
    Not sure how to disable that behavior.

    Which file should I look in for the conflicting definitions? Would that conflict cause a misbehavior on all the pages on the site.
    1 this is the section of tpl_login_default.php that determines whether or not to use the split login:
    Code:
    <?php if ( USE_SPLIT_LOGIN_MODE == 'True' || $ec_button_enabled) { ?>
    <!--BOF PPEC split login- DO NOT REMOVE-->
    <fieldset class="floatingBox back">
    <legend><?php echo HEADING_NEW_CUSTOMER_SPLIT; ?></legend>
    <?php // ** BEGIN PAYPAL EXPRESS CHECKOUT ** ?>
    <?php if ($ec_button_enabled) { ?>
    <div class="information"><?php echo TEXT_NEW_CUSTOMER_INTRODUCTION_SPLIT; ?></div>
    
      <div class="center"><?php require(DIR_FS_CATALOG . DIR_WS_MODULES . 'payment/paypal/tpl_ec_button.php'); ?></div>
    <hr />
    <?php echo TEXT_NEW_CUSTOMER_POST_INTRODUCTION_DIVIDER; ?>
    <?php } ?>
    <?php // ** END PAYPAL EXPRESS CHECKOUT ** ?>
    <div class="information"><?php echo TEXT_NEW_CUSTOMER_POST_INTRODUCTION_SPLIT; ?></div>
    
    <?php echo zen_draw_form('create', zen_href_link(FILENAME_CREATE_ACCOUNT, 'action=process', 'SSL')); ?>
    <div class="buttonRow forward"><?php echo zen_image_submit(BUTTON_IMAGE_CREATE_ACCOUNT, BUTTON_CREATE_ACCOUNT_ALT); ?></div>
    </form>
    </fieldset>
    
    <fieldset class="floatingBox forward">
    <legend><?php echo HEADING_RETURNING_CUSTOMER_SPLIT; ?></legend>
    <div class="information"><?php echo TEXT_RETURNING_CUSTOMER_SPLIT; ?></div>
    
    <?php echo zen_draw_form('login', zen_href_link(FILENAME_LOGIN, 'action=process', 'SSL')); ?>
    <label class="inputLabel" for="login-email-address"><?php echo ENTRY_EMAIL_ADDRESS; ?></label>
    <?php echo zen_draw_input_field('email_address', '', 'size="18" id="login-email-address"'); ?>
    <br class="clearBoth" />
    
    <label class="inputLabel" for="login-password"><?php echo ENTRY_PASSWORD; ?></label>
    <?php echo zen_draw_password_field('password', '', 'size="18" id="login-password"'); ?>
    <?php echo zen_draw_hidden_field('securityToken', $_SESSION['securityToken']); ?>
    <br class="clearBoth" />
    
    <div class="buttonRow forward"><?php echo zen_image_submit(BUTTON_IMAGE_LOGIN, BUTTON_LOGIN_ALT); ?></div>
    <div class="buttonRow back important"><?php echo '<a href="' . zen_href_link(FILENAME_PASSWORD_FORGOTTEN, '', 'SSL') . '">' . TEXT_PASSWORD_FORGOTTEN . '</a>'; ?></div>
    </form>
    </fieldset>
    <br class="clearBoth" />
     <?php
      // ** GOOGLE CHECKOUT **
        include(DIR_WS_MODULES . 'show_google_components.php');  
      // ** END GOOGLE CHECKOUT **
     ?>
    <!--EOF PPEC split login- DO NOT REMOVE-->
    <?php } else { ?>
    <!--BOF normal login-->
    2. yes it will cause this on all pages

    look in
    includes/languages/english/extra_definitions/ocean_front
    and
    includes/languages/english/ocean_front

  8. #128
    Join Date
    Feb 2008
    Posts
    1,336
    Plugin Contributions
    1

    Default Re: Ocean Front Template Support Thread

    I have completely removed the Paypal Express code from the split login part. And changed the code for the normal login layout as follow:
    Code:
    <?php // ** BEGIN PAYPAL EXPRESS CHECKOUT ** ?>
    <?php if ($ec_button_enabled) { ?>
    <?php require(DIR_FS_CATALOG . DIR_WS_MODULES . 'payment/paypal/tpl_ec_button.php'); ?>
    <?php } ?>
    <?php // ** END PAYPAL EXPRESS CHECKOUT ** ?>
    
    
     <?php
      // ** GOOGLE CHECKOUT **
        include(DIR_WS_MODULES . 'show_google_components.php');  
      // ** END GOOGLE CHECKOUT **
     ?>
    Which clearly but once I activate the Paypal express it the login page will display the split screen without the Paypal express button since I have removed it from the tpl_login_default for the split page.

    I will seek help somewhere else in the form for this issue. Thank you anyways.

    How come the side box on my site added a sidebox bottom divider in the middle of the box Check the Shop By Make sidebox. www.ohiospeedshop.com

  9. #129
    Join Date
    Feb 2008
    Posts
    1,336
    Plugin Contributions
    1

    Default Re: Ocean Front Template Support Thread

    Another question. Why do I have the same file with the same content in the english/extra_definitions/ocean_front folder as well as the english/ocean_front. I noticed that on a lot of files???Is there a reason for that? Or one of them override the other?

  10. #130
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Ocean Front Template Support Thread

    Quote Originally Posted by Glamorousshoe View Post

    How come the side box on my site added a sidebox bottom divider in the middle of the box Check the Shop By Make sidebox. www.ohiospeedshop.com

    Your list of categories exceeds the length of the sidebox graphic.

    Try this one: just upload to includes/templates/ocean_front/images

    Attachment 5228
    Last edited by clydejones; 31 Dec 2009 at 02:32 AM.

 

 
Page 13 of 27 FirstFirst ... 3111213141523 ... LastLast

Similar Threads

  1. Lavender Template Support Thread
    By kobra in forum Addon Templates
    Replies: 262
    Last Post: 13 May 2015, 01:00 AM
  2. Scuro Template Support Thread
    By brandonturpin in forum Addon Templates
    Replies: 11
    Last Post: 12 Mar 2015, 09:45 PM
  3. Rustic Template Support Thread
    By clydejones in forum Addon Templates
    Replies: 320
    Last Post: 20 May 2013, 10:47 AM
  4. Watermelon Template Support Thread
    By LissaE in forum Addon Templates
    Replies: 22
    Last Post: 14 Oct 2011, 04:03 AM
  5. strange characters displayingn using ocean front template
    By bishop999 in forum General Questions
    Replies: 1
    Last Post: 28 Jul 2008, 07:43 AM

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