I would like to customize the product listing tables:
- make the price right justified.
- make the description (Item Name) left justified.
- make the Product Images center justified (left would be OK too).
- keep the formatting of the product description (or customize that too).
I've been poking around modules/product_listing.php (copying it to modules/MYTEMPLATE/product_listing.php of course) but the PHP text align thingy does not seem to be working.
I also attempted this with CSS but it appears all the text entries are using the same class. (I'd be happy to define another class if I knew how to insert it into the PHP code...Code:case 'PRODUCT_LIST_PRICE': $lc_text = TABLE_HEADING_PRICE; $lc_align = 'right' . (PRODUCTS_LIST_PRICE_WIDTH > 0 ? '" width="' . PRODUCTS_LIST_PRICE_WIDTH : ''); $zc_col_count_description++; break;![]()
http://soldoutrooms.com/index.php?ma...=index&cPath=1
Any ideas?


) but the PHP text align thingy does not seem to be working.

