X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Dev Questions (https://forum.x-cart.com/forumdisplay.php?f=20)
-   -   Email for Pricing (https://forum.x-cart.com/showthread.php?t=5659)

curpier 12-18-2003 12:04 PM

Email for Pricing
 
Anyone know how I can make it say "Email us for pricing" for a product. I have tried to modify the "Enter your price" option ... but had no luck. Searching did not help either.

Xcart 3.4.9

adpboss 12-18-2003 02:38 PM

More information would be nice.

curpier 12-18-2003 10:03 PM

Okay,

I would like to have no price listed, and it say "E-mail Us for Applications and Price." Basically, I'm selling a product that is vehicle specific. I don't want to list every vehicle possible. I would rather have the customer contact me via e-mail for the price.

Does this make sense?

shan 12-19-2003 04:12 AM

here you go. This was done using V3.5.x

open product.tpl and look for

Code:

{else}
<input type=text size=7 name=price>
{/if}


and change it to

Code:

{else}
Email Us For Prices
{/if}


open products.tpl and look for

Code:

{else}
<font class=ProductPrice>{$lng.lbl_enter_your_price}</font>
{/if}


and change it to

Code:

{else}
Email Us For Prices
{/if}


open products_t.tpl and find

Code:

{else}
<font class=ProductPrice>{$lng.lbl_enter_your_price}</font>
{/if}


and change to

Code:

{else}
Email Us For Prices
{/if}


leon 12-19-2003 06:12 AM

Nice hack, although I prefer to avoid email spammers and email spiders on my site.

curpier 12-19-2003 09:23 AM

Thank you so much!!! This forum has helped me more than you know!

g0t0pless 12-19-2003 02:39 PM

The "enter you price" option is used for the X-Confugrator, which is why it didn't do what you wanted it to do.

I wish I could help more.

Danielle 02-19-2005 06:54 PM

Would this work on Pro 4.0.1?

Thanks!

Danielle 03-07-2005 01:10 PM

*bump*

balinor 03-07-2005 01:12 PM

Hey Danielle....why not try it out?


All times are GMT -8. The time now is 04:18 AM.

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