PDA

View Full Version : Category Preview



datadog
March 14th, 2003, 03:54 PM
Hello,

I'd like to be able to move the category preview (I've set it up so only the Featured Items category shows at all) so that it only appears on the home.php included page. I also can't figure out how to make it appear in exactly the table cell that I want and to be in columnar rather than row format. (I guess I don't know how to edit the look of the category preview at all).

Thanks,
Lindsay

Jamie
March 15th, 2003, 01:44 AM
I'd like to be able to move the category preview (I've set it up so only the Featured Items category shows at all) so that it only appears on the home.php included page.

When you refer to "category preview", are you referring to the navigation section that appears to the right of the page, after you click on a product to view more detail? That section has a label accross the top that reads "Category Preview". If so, read on...

You should be able to do this by moving this line:

<? include "$cart_isp_root/product_preview.php" ?>
from your cart page to home.php. You should be able to place it anywhere you like on the page.


I also can't figure out how to make it appear in exactly the table cell that I want and to be in columnar rather than row format.

The cart doesn't care what table cell you put that include line into. I am not sure I understand your question about wnating it to be in column format. It is in one column by default.


(I guess I don't know how to edit the look of the category preview at all).

It relies on the "show_product_image_bar.php" template file for it's format.

Thanks,
Jamie