Community Add-Ons

Maintainers: silus
Add file to this package
Top » Features

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
Expand All / Collapse All
if price set to zero gerard 12 Jan 2007  

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

German language for V1.3 m.stolz 3 Dec 2006  
Forum Rezolles_Net 11 Jun 2006  
Pricematch 1.3 silus 1 Jun 2006  
Pricematch 1.2 silus 1 Jun 2006  
Having Promlems? deep-silver 1 Jun 2006  
Fix silus 31 May 2006  
Problems silus 31 May 2006  
Pricematch silus 31 May 2006