Jump to content

does anyone know how to remove the price and change it to call for pri


night60000

Recommended Posts

I believe there is a mod to do this, but you could just delete the price field in skins/yourskin/content/viewProd.tpl and put whatever text you want in there instead.

Of course you should also remove the buy buttons.

Link to comment
Share on other sites

I believe there is a mod to do this, but you could just delete the price field in skins/yourskin/content/viewProd.tpl and put whatever text you want in there instead.

Of course you should also remove the buy buttons.

Hi ,

i try to do it but no luck do u know what line do i need to chance ?

Link to comment
Share on other sites

Hi ,

i try to do it but no luck do u know what line do i need to chance ?

This will apply to ALL products. If this is ok, then you'll need to edit viewProd.tpl

I don't have the file to hand, but you should see the price as a variable in the file, and you can replace this with your text.

Jason

Link to comment
Share on other sites

Hi ,

i try to do it but no luck do u know what line do i need to chance ?

This will apply to ALL products. If this is ok, then you'll need to edit viewProd.tpl

I don't have the file to hand, but you should see the price as a variable in the file, and you can replace this with your text.

Jason

Hi Jason

thank you but im looking and i chance few thinks the only think it does is takeing it off and i try to put text there but i dont see it on the site so i dont know if im doing the right line or doing it right

Danny

Link to comment
Share on other sites

Not tested, but should work:

edit skins/yourtemplate/styleTemplates/content/viewProd.tpl

Find and delete the buy button:

	<!-- BEGIN: buy_btn -->



	<div class="addbkt">{LANG_QUAN} 



	<input name="quan" type="text" value="1" size="2" class="textbox" style="text-align:center;" />



	<a href="java script:submitDoc('addtobasket');" class="txtButton">{BTN_ADDBASKET}</a>



	</div>



	<!-- END: buy_btn -->




Find


		{LANG_PRICE} <strong>{TXT_PRICE}</strong> <span class="txtSale"><strong>{TXT_SALE_PRICE}</strong></span>




note: your line may look a bit different depending on your skin



Change it to:


		<strong>Call for Price</strong>

or whatever you want it to say.

Link to comment
Share on other sites

Not tested, but should work:

edit skins/yourtemplate/styleTemplates/content/viewProd.tpl

Find and delete the buy button:

	<!-- BEGIN: buy_btn -->



	<div class="addbkt">{LANG_QUAN} 



	<input name="quan" type="text" value="1" size="2" class="textbox" style="text-align:center;" />



	<a href="java script:submitDoc('addtobasket');" class="txtButton">{BTN_ADDBASKET}</a>



	</div>



	<!-- END: buy_btn -->




Find


		{LANG_PRICE} <strong>{TXT_PRICE}</strong> <span class="txtSale"><strong>{TXT_SALE_PRICE}</strong></span>




note: your line may look a bit different depending on your skin



Change it to:


		<strong>Call for Price</strong>

or whatever you want it to say.

thank you very much that work but let me ask u this it work with the full page of the product how do i change the Thumbnail before u see the full info about the product ?

Danny

Link to comment
Share on other sites

That would be on the viewCat.tpl page (tip: look at your address bar when you are on the page you want to change).

Look for the same { } tags and delete them/change the text.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...