Contributions
Pricematch
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.
Expand All / Collapse All
Replace the file in catalog directory to require users to log in or register to use price match feature.
Single file only. Not a full package
Price match won't pass the quotation on the product name to pop-up windows... here is a simple work around in case someone is having product name with quotation.
I made mistake to the previous instruction.
Updated with the correct instruction... should be good to go...
Sorry Again, i made a minor error in the instruction, updated instruction, so you won't be confused!
Sorry! this verion should be the correctly, i accidentally removed the product_model, so this one should contain the product_model.
This fix is for anyone who is using a product name with a "(quotation).
ex: my product name 10" Length
the original script doesn't seem to pass the product name with " into the popup window.
so i worked my head out and fixed it for my site.
hopefully it will be helpful to you.
addon only!, not full package.
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
Fix |
|
31 May 2006 |
|
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.
Note: Contributions are used at own risk.