You are here:  » Displaying Featured Products, merchants, categories and brands

Support Forum



Displaying Featured Products, merchants, categories and brands

Submitted by Axonic on Thu, 2008-05-15 13:20 in

Hi, David, is there a way of displaying merchants, categories and brands so that they are not in one long column? Also, I would like to add some more Featured Products but not sure how to add another row.

Rob

Submitted by support on Thu, 2008-05-15 13:27

Hi Rob,

To change the number of columns on the merchant/category/brand index pages, change the following code on line 3 of html/atoz.php as required:

$columns = 1;

For the featured products, check out the following thread with a simple mod to do this!

http://www.pricetapestry.com/node/284

Cheers,
David.

Submitted by Axonic on Thu, 2008-05-15 13:55

Thanks David, that was easy...
Rob
ThriftySpider.com

Submitted by AD_Mega on Wed, 2008-10-29 18:27

I have column=1 in atoz.php but my categories are in columns A-Z instead of one column.

Submitted by support on Wed, 2008-10-29 18:30

Hi Adrian,

Sounds like something has gone awry in your html/atoz.php - do you want to email it to me and i'll take a look. I wouldn't have thought any aspect of your theme / template would be able to cause a table to spread out rather than go down...

Cheers,
David.

Submitted by AD_Mega on Wed, 2008-10-29 18:58

I fixed it. I just deleted the clean install atoz.php file and used the old file and the fixed the problem.