Jump to content


Corporate Sponsors


Latest News: (loading..)

- - - - -

New site for suggestions - Wow & Zen


  • You cannot reply to this topic
31 replies to this topic

#21 Max40

  • Community Member
  • 23 posts
  • Real Name:Alan
  • Location:Sydney Australia

Posted 03 March 2003, 00:25

Hi Mark

Check out http://www.netsell.com.au/mfx under construction.

Why don't you slip in the boarded image and have the client look at it. He
may l change his mind

regards

Max

#22 TimP

  • Validating
  • 55 posts
  • Real Name:Tim
  • Location:Sydney

Posted 12 March 2003, 09:21

Mark,

great site I like it, can tell me how you got that boxed border around your products when they are selected.

regards

tim

#23 marklbishop

  • Community Member
  • 245 posts
  • Real Name:Mark Bishop
  • Location:Chicago, IL USA

Posted 12 March 2003, 16:40

I´m not sure which page or area you are referring to. If you give me more information about what you are looking for, I´ll be sure to tell you how I did it.

all the best,

Mark

#24 Max40

  • Community Member
  • 23 posts
  • Real Name:Alan
  • Location:Sydney Australia

Posted 12 March 2003, 22:33

Hi mark

How did you go with the images. send me the the URL.

Max

#25 TimP

  • Validating
  • 55 posts
  • Real Name:Tim
  • Location:Sydney

Posted 12 March 2003, 23:37

Hi Mark,
the page is http://www.wowandzen.com/product_info.php/.../products_id/31

I want to know how you did the white box which the product is in.

I also want to know 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.


Thanks
Tim

#26 Max40

  • Community Member
  • 23 posts
  • Real Name:Alan
  • Location:Sydney Australia

Posted 12 March 2003, 23:44

Hi Tim

Its mark you need to speak with.

good luck with the site.

regards

MAX

#27 marklbishop

  • Community Member
  • 245 posts
  • Real Name:Mark Bishop
  • Location:Chicago, IL USA

Posted 13 March 2003, 02:44

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

#28 marklbishop

  • Community Member
  • 245 posts
  • Real Name:Mark Bishop
  • Location:Chicago, IL USA

Posted 15 March 2003, 05:58

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

#29 TimP

  • Validating
  • 55 posts
  • Real Name:Tim
  • Location:Sydney

Posted 15 March 2003, 07:31

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

#30 marklbishop

  • Community Member
  • 245 posts
  • Real Name:Mark Bishop
  • Location:Chicago, IL USA

Posted 15 March 2003, 16:31

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.

#31 BirdBrain

  • Community Member
  • 2,752 posts
  • Real Name:Kim Elliott

Posted 15 March 2003, 17:33

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!
Kim
~~~~~~~~~~~~~

#32 marklbishop

  • Community Member
  • 245 posts
  • Real Name:Mark Bishop
  • Location:Chicago, IL USA

Posted 15 March 2003, 18:04

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