Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Old template within the new... looks crazy. I'm a noobie... need help :S


rickard_l

Recommended Posts

Hej, please have a look in this site

 

http://rickardlundgren.com/osc/index.php

 

And this is in a category choice

http://rickardlundgren.com/osc/index.php?m...4e0b62e1ba80dab

 

SO...

I'we tried to install a free template to learn how to do. And well lets say it's not going that well yet :blink:

 

PLease have a look and see if you can help me figure out what can be wrong ...

 

http://www.freetemplatesonline.com/templates/57_50.html

 

this is how it supposed to look like.

 

So i have basically my old template within my new right?

 

And in the bottom I got two of the same and something called

 

 

' . $new_products['products_name'] . '

 

 

'.$price.'

 

--------------------------------------------------------------------------------

'; } echo ' '; ?>

 

what can that be?

 

How and where should i Start to correct this?

 

please help me.... noobie at this thing

Link to comment
Share on other sites

Hi Richard

 

In your index.php file in the root of your site look for this

 

<?php require(DIR_WS_INCLUDES . 'column_right.php'); ?>

 

Change it to read (By adding 2 // after the <?php tag)

 

<?php //require(DIR_WS_INCLUDES . 'column_right.php'); ?>

 

Same goes for the left

 

<?php require(DIR_WS_INCLUDES . 'column_left.php'); ?>

 

<?php //require(DIR_WS_INCLUDES . 'column_left.php'); ?>

 

That should fix your layout

Regards

 

Mark A Reynolds

Link to comment
Share on other sites

Very good, thanx that solved some. Now i suppose that the problem with the text size makes the template look kind of weird.

 

But the textsize on the left categories is a bit larger than supposed? Where do I change it, is is CSS or whatever it's galled or is that changes one make in within the admin tool?

 

BUT one thing though..

Look at the bootom om the site, its still two of the same? How do I correct it?

 

But thx mate, it's getting there :rolleyes:

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...