Thanks. Looks like a great mod. I will test it soon.
Much appreciated for your contribution.
For the thumbnail issue. Haven't tested it yet, but try this:
Replace:
Code:
{include file="product_thumbnail.tpl" productid=$imageid image_x=$config.Appearance.thumbnail_width product=$products[product].product tmbn_url=$products[product].pimage_url type=$products[product].is_pimage}
with this one:
Code:
{include file="product_thumbnail.tpl" productid=$products[product].productid image_x=150 product=$products[product].product tmbn_url=$products[product].tmbn_url}