Pricematch
for osCommerce Online Merchant v2.2
Adds a popup form for customers to fill in if they find your products cheaper elsewhere online. The data is then sent in an email to you or your sales team to deal with by replying directly to the customer.
Legend: 
Download

Report
I have many products set to zero and if this is so they have an email link to request a quote,
so I have added a bit of code around line 308 of product_info.php
replace
<?php echo PRICEMATCH_LINK; ?></a>
with
<?php
if ($product_info['products_price'] > 0.01) echo PRICEMATCH_LINK ;?></a>
file attached is blank
This is not the complete package - only german language file.
Support thread at http://forums.oscommerce.com/index.php?showtopic=213537
FILE INCLUDED IS SAME AS BELOW.
Made the product name and price not editable.
Few minor issues tweaked. Full package.
If you having problems with your mod.
here is a working one.
http://www.oscommerce.com/community/contributions,3743/category/search,44759
why don't you give it a try?
Deep Silver
Okay, should work with a standard installation now.
This doesn't seem to work for the standard installation, only for the customised ones that I use. I'll sort it out soon, but in the meantime, don't bother with this. Sorry.
Adds a popup form for customers to fill in if they find your products cheaper elsewhere online. The data is then sent in an email to you or your sales team to deal with by replying directly to the customer.