Page 62 of 70 FirstFirst ... 12526061626364 ... LastLast
Results 611 to 620 of 691
  1. #611
    Join Date
    Nov 2007
    Location
    Sunny Coast, Australia
    Posts
    3,378
    Plugin Contributions
    9

    Default Re: Cold Steel Template Support Thread

    In an attempt to change the appearance of the Products Quantity Discounts table within the products info page, I added this to the products_info.css :


    #qtyDiscountsOffPrice {
    border: 1px solid #000000;
    background: #f0f8ff;
    margin: 0.2em;
    padding: 0.5em 0.5em;
    text-align: center;
    }

    and in tpl_modules_products_qantity_discounts.php changed lines 17 and 30 to read <table id="qtyDiscountsOffPrice">

    I am getting the desired effect in FF and IE8, however, this does not work in Chrome. Why is this so?

    Link to the page with quantity discount.

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

    Default Re: Cold Steel Template Support Thread

    Quote Originally Posted by frank18 View Post
    In an attempt to change the appearance of the Products Quantity Discounts table within the products info page, I added this to the products_info.css :


    and in tpl_modules_products_qantity_discounts.php changed lines 17 and 30 to read <table id="qtyDiscountsOffPrice">

    I am getting the desired effect in FF and IE8, however, this does not work in Chrome. Why is this so?

    Link to the page with quantity discount.
    Looks the same when viewing in
    Chrome, Opera, Safari, FF and IE7/8

  3. #613
    Join Date
    Nov 2007
    Location
    Sunny Coast, Australia
    Posts
    3,378
    Plugin Contributions
    9

    Default Re: Cold Steel Template Support Thread

    Quote Originally Posted by clydejones View Post
    Looks the same when viewing in
    Chrome, Opera, Safari, FF and IE7/8
    Clearing the cache and reloading the browser did help

  4. #614
    Join Date
    Sep 2010
    Location
    Kelowna, British Columbia
    Posts
    12
    Plugin Contributions
    0

    Default Re: Cold Steel Template Support Thread

    I am fairly new to Zen Cart, and we've been using another template, which is live at http://www.Kelownaspiceandtea.com/ and I want to switch to Cold Steel. I've been playing with it and really like it!

    I have successfully installed your theme and can easily switch between our default theme and Cold Steel.

    We're using Zen Cart v.1.3.9h and I have just a couple of issues. I think I can sort most problems with a bit of searching and experimentation, but need your help on this one.

    I'm a bit stumped with some errant visible text e.g. on the customer log-in page, these phrases (below) appear and I need to alter them or make them go away altogether. They appear in tables or in white space in locations where I might expect to be able to customize the content and I did search for the text strings and found them, but when I change the texts below, the page fails.

    BILLING_INFO_TEXT
    RETURN_CUSTOMER_TEXT
    SHOP_CONFIDENCE_TEXT
    HEADING_CUSTOMER_SERVICE

    How do I amend the phrases in such a way so as the page still works?

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

    Default Re: Cold Steel Template Support Thread

    Quote Originally Posted by sunnyokanagan View Post
    I am fairly new to Zen Cart, and we've been using another template, which is live at http://www.Kelownaspiceandtea.com/ and I want to switch to Cold Steel. I've been playing with it and really like it!

    I have successfully installed your theme and can easily switch between our default theme and Cold Steel.

    We're using Zen Cart v.1.3.9h and I have just a couple of issues. I think I can sort most problems with a bit of searching and experimentation, but need your help on this one.

    I'm a bit stumped with some errant visible text e.g. on the customer log-in page, these phrases (below) appear and I need to alter them or make them go away altogether. They appear in tables or in white space in locations where I might expect to be able to customize the content and I did search for the text strings and found them, but when I change the texts below, the page fails.

    BILLING_INFO_TEXT
    RETURN_CUSTOMER_TEXT
    SHOP_CONFIDENCE_TEXT
    HEADING_CUSTOMER_SERVICE

    How do I amend the phrases in such a way so as the page still works?
    check
    includes/languages/cold_steel/engish.php

    and/or

    includes/languages/english/cold_steel/login.php

  6. #616
    Join Date
    Sep 2010
    Location
    Kelowna, British Columbia
    Posts
    12
    Plugin Contributions
    0

    Default Re: Cold Steel Template Support Thread

    Quote Originally Posted by clydejones View Post
    check
    includes/languages/cold_steel/engish.php

    and/or

    includes/languages/english/cold_steel/login.php
    Thank you for your very speedy reply!
    It appears to be in tpl_login_default.php like this example:

    Line #110 : <h3 class="AssuranceHeader"><?php echo HEADING_SHOP_CONFIDENCE; ?></h3>
    Line #113 : <?php echo SHOP_CONFIDENCE_TEXT; ?>

    But I find when I change anything there, the login page fails. Perhaps I am not editing those lines correctly. If I wish to say something other than SHOP_CONFIDENCE_TEXT, which instance do I alter?

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

    Default Re: Cold Steel Template Support Thread

    Quote Originally Posted by sunnyokanagan View Post
    Thank you for your very speedy reply!
    It appears to be in tpl_login_default.php like this example:

    Line #110 : <h3 class="AssuranceHeader"><?php echo HEADING_SHOP_CONFIDENCE; ?></h3>
    Line #113 : <?php echo SHOP_CONFIDENCE_TEXT; ?>

    But I find when I change anything there, the login page fails. Perhaps I am not editing those lines correctly. If I wish to say something other than SHOP_CONFIDENCE_TEXT, which instance do I alter?
    DO NOT EDIT tpl_login_default.php

    You will find the necessary definitions to edit in

    includes/languages/cold_steel/engish.php

    and/or

    includes/languages/english/cold_steel/login.php

    the define statements are as follows

    define('HEADING_SHOP_CONFIDENCE', 'Shop With Confidence');
    define('SHOP_CONFIDENCE_TEXT', '<h4><strong>We value your privacy...</strong></h4><br />Your personal information is strictly confidential and only shared with shippers and payment processors as needed.<br />For more information read our <a href="' . zen_href_link(FILENAME_PRIVACY, '', 'SSL') . '">Privacy policy</a>.');

  8. #618
    Join Date
    Sep 2010
    Location
    Kelowna, British Columbia
    Posts
    12
    Plugin Contributions
    0

    Default Re: Cold Steel Template Support Thread

    Quote Originally Posted by clydejones View Post
    DO NOT EDIT tpl_login_default.php
    You will find the necessary definitions to edit in

    includes/languages/cold_steel/engish.php
    and/or
    includes/languages/english/cold_steel/login.php
    Aha! This may be my problem. Cold Steel resides in
    /store/includes/includes/languages/english/cold_steel
    and neither the english.php nor login.php contains the definitions we are discussing.

    Should I delete all Cold Steel files and folders and re-install fresh under /store/includes/languages/english/ ? Will I still be able to edit themes to my other two default templates?

    What is your advice? Which is very much appreciated, by the way!

    And should I CHMOD all permissions to 777?

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

    Default Re: Cold Steel Template Support Thread

    Quote Originally Posted by sunnyokanagan View Post
    Aha! This may be my problem. Cold Steel resides in
    /store/includes/includes/languages/english/cold_steel
    and neither the english.php nor login.php contains the definitions we are discussing.

    Should I delete all Cold Steel files and folders and re-install fresh under /store/includes/languages/english/ ? Will I still be able to edit themes to my other two default templates?

    What is your advice? Which is very much appreciated, by the way!

    And should I CHMOD all permissions to 777?
    The folder structure of the cold steel template package is the same as Zen Cart, you can therefore upload/FTP the entire includes folder to where you have Zen Cart installed on your server.

    You shouldn't need to change and file permissions.

  10. #620
    Join Date
    Sep 2010
    Location
    Kelowna, British Columbia
    Posts
    12
    Plugin Contributions
    0

    Default Re: Cold Steel Template Support Thread

    Quote Originally Posted by clydejones View Post
    the define statements are as follows

    define('HEADING_SHOP_CONFIDENCE', 'Shop With Confidence');
    define('SHOP_CONFIDENCE_TEXT', '<h4><strong>We value your privacy...</strong></h4><br />Your personal information is strictly confidential and only shared with shippers and payment processors as needed.<br />For more information read our <a href="' . zen_href_link(FILENAME_PRIVACY, '', 'SSL') . '">Privacy policy</a>.');
    Thank you for that, sir... I have inserted this definition into the english.php and the login.php files and it works!
    Could you please provide the define statements for these few others?

    BILLING_INFO_TEXT

    RETURN_CUSTOMER_TEXT

    HEADING_RETURNING_INFO

    HEADING_CUSTOMER_SERVICE

    Nearly there... thank you!

 

 
Page 62 of 70 FirstFirst ... 12526061626364 ... LastLast

Similar Threads

  1. Responsive Cold Steel Template for v1.5.x
    By rbarbour in forum Addon Templates
    Replies: 38
    Last Post: 29 May 2017, 03:12 AM
  2. v150 Cold Steel Template
    By Sniper in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 11 Aug 2012, 06:25 PM
  3. v150 Ice Cold Template Support Thread
    By brandonturpin in forum Addon Templates
    Replies: 5
    Last Post: 23 Jun 2012, 08:02 PM
  4. Cold Steel Template - fatal error
    By itseemedsosimple in forum Addon Templates
    Replies: 2
    Last Post: 1 Mar 2011, 12:46 AM
  5. Attribute Alignment Problem Cold Steel Template
    By CascianoLtd in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 25 Sep 2009, 05:54 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