Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

New site for suggestions - Wow & Zen


Guest

Recommended Posts

Posted

Hi Tim

 

Its mark you need to speak with.

 

good luck with the site.

 

regards

 

MAX

Posted

Tim,

 

Thanks for the compliment. It's not hard, but I can't get the information today. I'm not in my office. I'll be out of town until Saturday. I'll be sure to post a reply then. Sorry for the delay.

 

All the best,

 

Mark

Posted

Tim:

 

I"m back... Here's what I did:

 

I'm using a recent version of Ian's loaded so my line numbers may be different....

 

First of all, in my stylesheet.css I added a new class. I called it mainProd. Of course you can edit it as you like:

 

TD.mainProd {

 font-family: Verdana, Arial, sans-serif;

 font-size: 11px;

 line-height: 1.5;

 border-style: solid;

 border-width: 1px;

 border-color: #97B57B;

 padding: 3px;

 background: #ffffff;

}

 

Then in the product_info.php around line 102 look for these lines (I'm only including extra lines to make it easier to identify)...

 

<td class="main"><table border="0" cellspacing="0" cellpadding="2" align="right">

<?php

   $image = $product_info_values['products_image'];

 

The only change you'll have to make here is to change the

<td class="main">

to

<td class="mainProd">

 

Give it a try and tell me how it goes.

 

Mark

Posted

Mark,

 

Thanks for your quick reply, that works, no problems.

 

Can you also tell me how how you removed Lets see what we have here when a product is selected and it is replaced with the product name, I have searched the forums but I couldn't find an answer

 

regards

 

tim

Posted

Actually Tim, I'm not so sure if I made that change or if it was already part of Ian's loaded snapshot. :oops: I'm knocking my head around trying to remember.

Posted

Tim,

 

Check the contributions area for a mod called Category descriptions (I think).

It adds the category names and a short description of the categories from the admin. Great tool!

Posted

Thanks Kim. That's right. That contrib was included in Ian's Loaded Snapshot.

Archived

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

×
×
  • Create New...