Guest Posted February 16, 2004 Posted February 16, 2004 Is it possible to add another column of products to the Latest Products box (Table) and if so what files need tweaking. Just a thought! Thanks Aquatyer -- www.flytier.co.uk
♥yesudo Posted February 16, 2004 Posted February 16, 2004 the new products for month box? if so go into includes/modules/new_products.php and find $currencies->display_price($random_product['products_price'], tep_get_tax_rate($random_product['products_tax_class_id']))); $col ++; if ($col > 3) { $col = 0; $row ++; } } // found } // while pCount } // num_rows // end random new products change the number on the line, above, if ($col > 3) to whatever you wish. Your online success is Paramount.
Guest Posted February 16, 2004 Posted February 16, 2004 Fanatastic :) Just in case anyone else finds this tweak while doing a search I changed the percentage width value shown below as needed 'params' => 'class="smallText" width="20%" valign="top"', I would be really happy if I could add the "click to enlarge" popup link under or above every image shown or at the very least a few more images than the default cart. Can this be done manually and if so what files etc.. TIA Just a thought! Aquatyer -- www.f-deans.freeserve.co.uk
Recommended Posts
Archived
This topic is now archived and is closed to further replies.