Hi all is it possible to have the search box that was in the header alongside the contact us, my account, veiw cart button instead, I've had to remove it from the header due the new header image.
Cheers
Peter
What ever your doing remember to KISS ( Keep It Simple Stupid )
As the title I've tried inserting a code in the style sheet that I found in another post but the bullett points don't show so how is it done
Cheers
Peter
What ever your doing remember to KISS ( Keep It Simple Stupid )
I'm trying to create bullet lists in my product discriptions I've used a html editor and the admin text editor but there not showing in my store, they did show in my other template all business but for some reason they are missing in comstock yet the files are the same
also Ive installed the extra pages for more info mod and it's overwriten you credit in the footer can I have the code to put it back. I think you deserve to be mentioned on my site for all the help your giving me![]()
What ever your doing remember to KISS ( Keep It Simple Stupid )
http://www.rvsolarsystems.co.uk/store I've just used plain text for the discriptions till I solve the bullett list issue
What ever your doing remember to KISS ( Keep It Simple Stupid )
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
Bookmarks