Results 1 to 10 of 720

Hybrid View

  1. #1
    Join Date
    Nov 2008
    Posts
    16
    Plugin Contributions
    0

    Default Re: Comstock Template

    One last question, Should've ask this one first.

    On my product page, I have Attributes...

    I am trying to switch Options Comment with Option Name.

    Example:

    Please choose one:
    Size

    I want to be:

    Size
    Please choose one:
    I been playing with tpl_modules_attributes.php but I can't get it right...

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

    Default Re: Comstock Template

    Quote Originally Posted by ivogue View Post
    Thank you so much for your help. Without you I would spend hrs finding the codes. One last question (hopefully XD)

    On the front page where it says:

    New Customer? Create Account Returning Customers? Log In.

    The LOG IN LINK, links to (I think your website)

    https://mysticmountainnaturals.com/login.html

    How to fix that?
    open includes/templates/comstock/common/tpl_header.php

    replace line 94 with the following:

    PHP Code:
        <li><a href="<?php echo zen_href_link(FILENAME_LOGIN'''SSL'); ?>"><?php echo HEADER_TITLE_LOGIN?></a></li>

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

    Default Re: Comstock Template

    Quote Originally Posted by ivogue View Post
    One last question, Should've ask this one first.

    On my product page, I have Attributes...

    I am trying to switch Options Comment with Option Name.



    I been playing with tpl_modules_attributes.php but I can't get it right...
    This is not template specific and should really be addressed in the appropriate forum thread.

  4. #4
    Join Date
    Nov 2008
    Posts
    16
    Plugin Contributions
    0

    Default Re: Comstock Template

    Dear Clyde,

    thx for pointing me to the right direction.

    I tried to edit my header but the code is the same.

    I have this also:

    Code:
          <li><a href="<?php echo zen_href_link(FILENAME_LOGIN, '', 'SSL'); ?>"><?php echo HEADER_TITLE_LOGIN; ?></a></li>

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

    Default Re: Comstock Template

    Quote Originally Posted by ivogue View Post
    Dear Clyde,

    thx for pointing me to the right direction.

    I tried to edit my header but the code is the same.

    I have this also:

    Code:
          <li><a href="<?php echo zen_href_link(FILENAME_LOGIN, '', 'SSL'); ?>"><?php echo HEADER_TITLE_LOGIN; ?></a></li>
    check includes/languages/english/comstock/index.php

    lines 25 to 29 should read as follows:
    PHP Code:
    if (STORE_STATUS == '0') {
      
    define('TEXT_GREETING_GUEST''Welcome <span class="greetUser">Guest!</span> Would you like to <a href="%s">log yourself in</a>?');
    } else {
      
    define('TEXT_GREETING_GUEST''Welcome, please enjoy our online showcase.');


 

 

Similar Threads

  1. v151 Reviews sidebox Comstock template
    By discoverytdi in forum Addon Templates
    Replies: 4
    Last Post: 7 Feb 2013, 04:49 AM
  2. Comstock template question
    By discoverytdi in forum Addon Templates
    Replies: 3
    Last Post: 11 Sep 2011, 10:28 PM
  3. Comstock template
    By grandpaj in forum Addon Templates
    Replies: 1
    Last Post: 25 Oct 2010, 10:09 PM
  4. Comstock template
    By grandpaj in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 22 Oct 2010, 04:02 AM
  5. Comstock Template Help -
    By Mrsb in forum Addon Templates
    Replies: 1
    Last Post: 23 Mar 2009, 07:14 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