Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Installed new template having problems!


MUDi

Recommended Posts

Hi, just installed a new template wich I just purchased.

 

Please go to http://www.gel-nails.com and browse any category. You will see for yourself.

 

Hope someone knows a solution to this problem.

 

Thanks in advance!

 

 

I don't have the answer, but I do have a question. How were you able to change the number of products displayed? I'm stuck at 6. :(

 

http://www.360topten.com/

Link to comment
Share on other sites

I just had a look at the source code for index.php?cPath=22 and if I were you, assuming that it isn't you who has made changes, I would go back to where you bought it - template monster? - and get them to straighten it out. It is a mess!

 

There are so many errors (warnings, according to HTML Tidy), my 13 year old Daughter could have done better.

 

This post would go on forever, if I listed them but to get you on your way to fixing it (although I think you should get the template people to do it), do this:

 

Make a copy first - just in case - then open up index.php in a text editor and look for this:

 

<tr><td class=ch11 height=35 valign=middle>(<table border="0" width="600" ...)</td></tr>

 

Change it to this:

 

<tr><td class=ch11 height=35 valign=middle></td></tr>

 

 

Find this:

 

<tr><td class=ch11 height=35 valign=middle>(<style type="text/css">
<!--
...)</td></tr>
		  </table>

 

Change it to this:

 

<tr><td class=ch11 height=35 valign=middle></td></tr>
		  </table>

 

That <!-- above, comments out a big block of code.....for whatever reason? If by removing it, it impacts somewhere, you may need to move it down until it doesn't. It should be ended with --> further down the page but is actually ended by the <!-- body_text_eof //--> so maybe it shouldn't have been commented out in the first place.

 

Try that and see if you have other problems after.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...