Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How to add text after price is shown


melfalcon15

Recommended Posts

This should be easy - however for some reason i am having a mental block.

 

All i want to do is add the words "inc VAT" after every product price - so it shows in new products module and each product listing etc.

 

Anyone shed some light on how to do this?

 

Cheers

Link to comment
Share on other sites

You would edit this line in product_info.php

 

		   <td class="pageHeading" align="right" valign="top"><?php echo $products_price; ?></td>

 

 

Thats the one - also had to edit products_new.php and new_products.php to get it to show on all pages.

 

Cheers

Link to comment
Share on other sites

Could I get some more specific advice? Is the entire line added? If not, what is "edited"?

 

Also, I have a MSRP and a "your cost" entry box. Do I need to edit more than one line to enable both with a text-add feature?

 

Do these modifications only affect customer-viewed pages, or do they affect my back office product pages?

Link to comment
Share on other sites

  • 5 years later...

Thats the one - also had to edit products_new.php and new_products.php to get it to show on all pages.

 

Cheers

 

hi there, i've been looking to do the same thing, add a text (incl Vat) after the price, would you be kind enough as to tell me how to edit the line to show the text. Much appreciated.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...