Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How do I do to put an little image in front of categorie?


idamarco

Recommended Posts

Posted

Hello,

 

I would like to put a little image juste before each box categories.

Like this litlle sign before the lettres:

effh.jpg

How can I do?

Sorry for my bad english...

;)

 

Configuration:

Vista Service pack 1

OVH

OSC=V2.2 RC1

mail @laposte.net

Réglé en smpt

Contrib:

Colissimo

Posted

Hello,

 

I would like to put a little image juste before each box categories.

Like this litlle sign before the lettres:

effh.jpg

How can I do?

/catalog/includes/boxes/categories.php

 

Change this code:

 

// display category name
   $categories_string .= $tree[$counter]['name'];

to

 

// display category name
   $categories_string .= tep_image(DIR_WS_IMAGES . 'arrow_green.gif', $tree[$counter]['name'] );

   $categories_string .= $tree[$counter]['name'];

Use your own image name in place of arrow_green.gif

 

I tried this. It works, no runs no drips no errors.

 

But you should backup the file before making any edits.

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Posted

Hello Germ,

 

Sorry for the delay of my answer, I can not work on my project when I want.

 

Thank you, it works perfectly!

Sorry for my bad english...

;)

 

Configuration:

Vista Service pack 1

OVH

OSC=V2.2 RC1

mail @laposte.net

Réglé en smpt

Contrib:

Colissimo

Posted

EDIT:

In fact, I would like to center my image with the text.

As you can see, the button is to hight...

 

effacer.jpg

 

Howcan I do it?

Sorry for my bad english...

;)

 

Configuration:

Vista Service pack 1

OVH

OSC=V2.2 RC1

mail @laposte.net

Réglé en smpt

Contrib:

Colissimo

Archived

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

×
×
  • Create New...