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
I have column=1 in atoz.php but my categories are in columns A-Z instead of one column.
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.
I fixed it. I just deleted the clean install atoz.php file and used the old file and the fixed the problem.
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.