Results 1 to 10 of 720

Hybrid View

  1. #1
    Join Date
    May 2011
    Location
    Sunny Rossendale (not)
    Posts
    556
    Plugin Contributions
    2

    Default Re: Comstock Template

    Quote Originally Posted by clydejones View Post
    Use the following for your lists:

    <h3>Specification</h3>
    <ul>
    <li>Panel Size 541mm(w) x 1196mm(h) x 40mm(d)</li>
    <li>Peak Power: 80w</li>
    <li>Open Circuit Voltage: 21.9V</li>
    <li>Short Circuit Current: 5.07A</li>
    <li>Power Allowance Range: 5%</li>
    <li>Max Power Voltage: 17.5V</li>
    <li>Max System Current: 4.58A</li>
    <li>Max System Voltage: 700VDC</li>
    <li>Number of Cells: 36</li>
    <li>10 year Warranty</li>
    </ul>

    add the following to product_info.css

    #productDescription li {
    list-style:disc;
    }

    The other information is located in includes/languages/comstock/english.php
    thats the code I tried done it angain and this is what I get
    http://www.rvsolarsystems.co.uk/stor...&products_id=6
    What ever your doing remember to KISS ( Keep It Simple Stupid )

  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 discoverytdi View Post
    thats the code I tried done it angain and this is what I get
    http://www.rvsolarsystems.co.uk/stor...&products_id=6
    add the following to includes/templates/comstock/css/product_info.css

    #productDescription ul li {
    list-style:disc;
    }

  3. #3
    Join Date
    May 2011
    Location
    Sunny Rossendale (not)
    Posts
    556
    Plugin Contributions
    2

    Default Re: Comstock Template

    Quote Originally Posted by clydejones View Post
    add the following to includes/templates/comstock/css/product_info.css

    #productDescription ul li {
    list-style:disc;
    }
    Thanks pal your a star I now can you send me the instructions to put your name and link back in the footer as zen4dummies over wrote it and deleted your links
    cheers
    peter
    What ever your doing remember to KISS ( Keep It Simple Stupid )

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

    Default Re: Comstock Template

    Quote Originally Posted by discoverytdi View Post
    Thanks pal your a star I now can you send me the instructions to put your name and link back in the footer as zen4dummies over wrote it and deleted your links
    cheers
    peter
    open includes/languages/comstock/english.php

    near the top of the file you will find something similar to this; just replace the existing text with the following:

    PHP Code:
    define('TEMPLATE_NAME''Comstock Template ');
    define('TEMPLATE_DESIGN''<a href="http://clydedesigns.com/" target="_blank">' TEMPLATE_NAME'Design by Clyde Designs</a>');

    define('STORE_COPYRIGHT_YEAR''2008');
    $copyyear = ((STORE_COPYRIGHT_YEAR != date('Y')) ? STORE_COPYRIGHT_YEAR '-' date('Y') : STORE_COPYRIGHT_YEAR) . ' ';

      
    define('FOOTER_TEXT_BODY''Copyright &copy; ' $copyyear ' <a href="' zen_href_link(FILENAME_DEFAULT) . '" target="_blank">' STORE_NAME '</a>&nbsp;|&nbsp;' TEMPLATE_DESIGN '&nbsp;|&nbsp;Powered by <a href="http://www.zen-cart.com" target="_blank">Zen Cart</a>'); 

 

 

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