Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

category image


stevennickelby

Recommended Posts

Posted

I'm not sure how to script it properly...

 

I am trying to have a catergory image display in CategoriesBoxHeading, when customer clicks on the category

 

categories.php

 

<?php

$info_box_contents = array();

$info_box_contents[] = array('align' => 'left',

'text' => '',

'image' => $category['categories_image'],

);

new CategoriesBoxHeading($info_box_contents, true, true);

"Do you notice image, that was me - but it is doesn't work"

 

can some one help, please!! :huh:

Archived

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

×
×
  • Create New...