Oscommerce Mods.
Hi,
need some mods done to oscommerce.
1. i need a text field in admin where i can add google analytics code..save to db and then call to footer of catalog (footer is footer.html).
2. i use a featured products contribution to display feat prods on home page. i want to be able to set number of feat products per row through admin. currently must be coded in featured.php: like this
$col ++;
if ($col > 2) {
$col = 0;
$row ++;
}
}
if($num) {
3. i have installed the additional images contribution. it allows for additional images to be uploaded which are then displayed on product page below main image. e.g http://localhost/master_cat/admin/categories.php?cPath=23_33&pID=27&action=new_product
currently i have to upload a large and small image for thumbnail. need changed to automatic thumbnail generation. main product image already has automatic thumbnail generation.
russ



