X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Third Party Add-Ons for X-Cart 4 (https://forum.x-cart.com/forumdisplay.php?f=45)
-   -   Price Match...Oh, Phil you there? (https://forum.x-cart.com/showthread.php?t=28175)

ranger82nd 01-19-2007 11:32 AM

Price Match...Oh, Phil you there?
 
Phil~

I just found your Price Match MOD and it's a beauty, just what I was looking for.
Question, could this be incorporated as a pop-up, instead of cluttering the product page?

PhilJ 01-19-2007 12:03 PM

Re: Price Match...Oh, Phil you there?
 
Good idea, I'll add that feature over the weekend :)

ranger82nd 01-19-2007 12:06 PM

Re: Price Match...Oh, Phil you there?
 
Awesome, thanks! 8)

dfawdon 01-19-2007 03:15 PM

Re: Price Match...Oh, Phil you there?
 
Thanks Phil, another really handy mod, I have added it as a tab.

I had to change in pricematch.php to stop getting an access denied message after submission

Code:

header("Location: product.php?productid=".$productid."&sendpmok=1");

to

Code:

header("Location: product.php?productid=".$XCMproductid."&sendpmok=1");

dfawdon 01-19-2007 03:33 PM

Re: Price Match...Oh, Phil you there?
 
If I could make a request Phil, could you add the CAPTCHA image to this form like your excellent product enquiry, and also make the T's & C's box readonly ?

ranger82nd 01-30-2007 11:17 AM

Re: Price Match...Oh, Phil you there?
 
Phil, anything new on this?

PhilJ 01-30-2007 12:42 PM

Re: Price Match...Oh, Phil you there?
 
Sorry, not yet, I'm looking at adding a captcha now.

To make the T&C readonly...

Just change...

Code:

<textarea name="tnc" cols="40" rows="5" id="tnc">

to...

Code:

<textarea name="tnc" cols="40" rows="5" id="tnc" disabled>

PhilJ 01-30-2007 04:18 PM

Re: Price Match...Oh, Phil you there?
 
update, try...
Code:

<textarea name="tnc" cols="40" rows="5" id="tnc" contenteditable="false">
or...
Code:

<textarea name="tnc" cols="40" rows="5" id="tnc" readonly>

PhilJ 03-26-2007 07:20 AM

Re: Price Match...Oh, Phil you there?
 
Update: I've added a new mod that consists of...

- Product Enquiry
- Send to Friend
- Price Match
- Contact Form

...all as popup windows, with validation and captchas :)

See my site for details.

Phil

William Lam 10-13-2007 10:26 PM

Re: Price Match...Oh, Phil you there?
 
Hi Phil.

Is there an option to add image verification for price match request, nothing major maybe just 3 characters ???


All times are GMT -8. The time now is 07:21 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.