Page 20 of 43 FirstFirst ... 10181920212230 ... LastLast
Results 191 to 200 of 426
  1. #191
    Join Date
    Feb 2006
    Posts
    656
    Plugin Contributions
    0

    Default Re: Sophy Blue Template

    Ok, can you tell me exactly where I would need to make this change then please?

    <?php

    /**
    * displays add to wishlist sidebox
    *
    * @author untitled
    * @version 0.1
    * @since 0.1
    * @access public
    * @copyright untitled
    *
    */


    $content = '';
    if ( $_SESSION['customer_id'] ) {

    $content .= zen_draw_form('un_wishlist_sidebox', zen_href_link(UN_FILENAME_WISHLIST, '', 'NONSSL'), 'get');
    $content .= zen_draw_hidden_field('main_page', UN_FILENAME_WISHLIST);
    $content .= zen_hide_session_id();
    $content .= zen_draw_hidden_field('action','un_add_wishlist');
    $content .= zen_draw_hidden_field('products_id', (int)$_GET['products_id']);
    $content .= '<div align="center">';
    //$content .= zen_image_submit(UN_BUTTON_IMAGE_WISHLIST_ADD, UN_BUTTON_WISHLIST_ADD_ALT);
    $content .= '<input type="submit" value="' . UN_BUTTON_WISHLIST_ADD_ALT . '" />';
    $content .= '<br />';
    $content .= UN_BOX_WISHLIST_ADD_TEXT;
    $content .= '</div>';
    $content .= '</form>';

    } else {

    $content .= '<div>';
    $content .= UN_BOX_WISHLIST_LOGIN_TEXT;
    $content .= '</div>';

    }


    ?>
    I Think, Therefore I Zen. I Zen, Therefore, I AM!
    Personalized Flowers!
    Flowertown Speaking Roses
    using version 1.5.7-06232020

  2. #192
    Join Date
    Feb 2006
    Posts
    656
    Plugin Contributions
    0

    Default Re: Sophy Blue Template

    I figured out where to put the suggested change. Now the file tpl_un_wishlist.php looks like this:

    <?php

    /**
    * displays add to wishlist sidebox
    *
    * @author untitled
    * @version 0.1
    * @since 0.1
    * @access public
    * @copyright untitled
    *
    */


    $content = '';
    $content .= '<div id="' . str_replace('_', '-', $box_id . 'Content') . '" class="sideBoxContent">' . "\n";
    if ( $_SESSION['customer_id'] ) {

    $content .= zen_draw_form('un_wishlist_sidebox', zen_href_link(UN_FILENAME_WISHLIST, '', 'NONSSL'), 'get');
    $content .= zen_draw_hidden_field('main_page', UN_FILENAME_WISHLIST);
    $content .= zen_hide_session_id();
    $content .= zen_draw_hidden_field('action','un_add_wishlist');
    $content .= zen_draw_hidden_field('products_id', (int)$_GET['products_id']);
    $content .= '<div align="center">';
    //$content .= zen_image_submit(UN_BUTTON_IMAGE_WISHLIST_ADD, UN_BUTTON_WISHLIST_ADD_ALT);
    $content .= '<input type="submit" value="' . UN_BUTTON_WISHLIST_ADD_ALT . '" />';
    $content .= '<br />';
    $content .= UN_BOX_WISHLIST_ADD_TEXT;
    $content .= '</div>';
    $content .= '</form>';

    } else {

    $content .= '<div>';
    $content .= UN_BOX_WISHLIST_LOGIN_TEXT;
    $content .= '</div>';

    }

    $content .= '</div>' . "\n";
    ?>
    and works Perfectly!!

    Thank you very much
    I Think, Therefore I Zen. I Zen, Therefore, I AM!
    Personalized Flowers!
    Flowertown Speaking Roses
    using version 1.5.7-06232020

  3. #193
    Join Date
    Mar 2007
    Posts
    25
    Plugin Contributions
    0

    Default Re: Sophy Blue Template

    Hi, I want to say this is the most beautiful template I have seen for zen cart.

    i am a first time Zen carter.

    I can not remove This
    Congratulations! You have successfully installed your new Sophy Blue Template for Zen-Cart.


    I have gone into the index.php to edit that and it still shows up.

    www.isaacshaven.info.petshops

    It is currently updating so there is not much on there yet.

  4. #194
    Join Date
    Aug 2005
    Location
    Trujillo Alto, Puerto Rico
    Posts
    1,547
    Plugin Contributions
    9

    Default Re: Sophy Blue Template

    I can not remove This
    Congratulations! You have successfully installed your new Sophy Blue Template for Zen-Cart.
    How do I change the "Congratulations! you have successfully installed..." Message?

    Remember to change your columns and boxes to 175px wide.

    Thanks for your compliments...
    IDEAS Girl
    IDEAS Creative Group
    = Your image... our business!

  5. #195
    Join Date
    Mar 2007
    Posts
    25
    Plugin Contributions
    0

    Default Re: Sophy Blue Template

    Thank you very much also I was just about to post another. I was looking at one of the site that uses your template. He made the center part that is solid white wider, how can I do that s well.

    Here is the site that did it. http://www.ashcycles.com/power/index...ain_page=index

    Thanks for the quick reply.

    Also I did change that in the index php and it still did not work. lol
    Last edited by isaacshaven; 18 Mar 2007 at 03:49 AM.

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

    Default Re: Sophy Blue Template

    You will need to go and click on "Tutorials/FAQ" link on the top of the page. There are all the answers for these "start-up" questions that you have. You need to get familiar with the admin panel to learn how to manage properly your store and know where are all the things you want to change.

    What you want to do can be done by turning off one of the 2 side columns. You find that switch on:

    Admin > Configuration > Layout Settings

    Have fun!
    IDEAS Girl
    IDEAS Creative Group
    = Your image... our business!

  7. #197
    Join Date
    Mar 2007
    Posts
    25
    Plugin Contributions
    0

    Default Re: Sophy Blue Template

    Quote Originally Posted by ideasgirl View Post
    You will need to go and click on "Tutorials/FAQ" link on the top of the page. There are all the answers for these "start-up" questions that you have. You need to get familiar with the admin panel to learn how to manage properly your store and know where are all the things you want to change.

    What you want to do can be done by turning off one of the 2 side columns. You find that switch on:

    Admin > Configuration > Layout Settings

    Have fun!
    I got that and it made it bigger thanks.

    As far as the index.php is concern. I did everything I was supposed to do. I do not have a custom folder in my ftp at all. So I created one, it still did not remove it.

    } elseif ($category_depth == 'top') {
    // This section deals with the "home" page at the top level with no options/products selected
    /*Replace this text with the headline you would like for your shop. For example: 'Welcome to My SHOP!'*/
    define('HEADING_TITLE', 'Welcome to Isaacs Haven Shops!');
    } elseif ($category_depth == 'nested') {
    // This section deals with displaying a subcategory
    /*Replace this line with the headline you would like for your shop. For example: 'Welcome to My SHOP!'*/
    define('HEADING_TITLE', 'Welcome to Isaacs Haven Shops!');
    }
    Here is what I am supposed to change and I added my text the way I want it. Saved it and uploaded it. Nothing never changed. I do not know what is up with that. lol, I have been learning about the admin panel since I started it and I am getting a hang of it. I thought changing the width had something to do with the Css files and I was wrong.

  8. #198
    Join Date
    Jun 2007
    Posts
    10
    Plugin Contributions
    0

    Default Re: Sophy Blue Template

    Hello,

    having some problems with FF. In IE the website looks fine but when i view it in firefox this happens look at image attached.

    http://www.filenanny.com/files/44f7b9c9f14e0/error.GIF

    please help.



    Thanks

  9. #199
    Join Date
    Jun 2007
    Posts
    10
    Plugin Contributions
    0

    Default Re: Sophy Blue Template

    Quote Originally Posted by tito123 View Post
    Hello,

    having some problems with FF. In IE the website looks fine but when i view it in firefox this happens look at image attached.

    http://www.filenanny.com/files/44f7b9c9f14e0/error.GIF

    please help.



    Thanks

    Well thanks so far.

    i already fixed it. The Logo.gif was to big rezised and now it ok.


  10. #200
    Join Date
    Aug 2005
    Location
    Trujillo Alto, Puerto Rico
    Posts
    1,547
    Plugin Contributions
    9

    Default Re: Sophy Blue Template

    Good you solved it!

    Have fun...
    IDEAS Girl
    IDEAS Creative Group
    = Your image... our business!

 

 
Page 20 of 43 FirstFirst ... 10181920212230 ... LastLast

Similar Threads

  1. Sophy Blue
    By futsysmids in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 28 May 2010, 11:42 PM
  2. Sophy Blue
    By futsysmids in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 27 May 2010, 07:33 PM
  3. Sophy Blue Template Page Title
    By eggdashure in forum Addon Templates
    Replies: 1
    Last Post: 17 Feb 2009, 11:02 PM
  4. Sophy Blue
    By Shooters in forum Addon Templates
    Replies: 0
    Last Post: 24 Feb 2008, 04:16 PM
  5. Sophy Blue Nav Bar issues
    By mlfelton in forum Addon Templates
    Replies: 1
    Last Post: 18 Aug 2006, 02:38 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