Show no price on list

  • Posts: 5
  • Thank you received: 0
11 years 8 months ago #92475

Hey guys I wanted to create products that instead of a price may read "QUOTE"
The reason is that a lot of the products I will be selling are only sold by quote since their price changes weekly.

It seems the software only lets me put it numbers and if I put in 0 it then reads free and I do not wish to cause confusion when clients visit the products

Any ideas on how to avoid showing free or how to make it read "QUOTE"?

Maybe code editing?

Thanks!!!!

T

Last edit: 11 years 8 months ago by alquemius.

Please Log in or Create an account to join the conversation.

  • Posts: 13201
  • Thank you received: 2322
11 years 8 months ago #92525

Hi,

If you don't have free products, you can just set the price to 0 and change the translation from "free" to "quote" in the translation file.
www.hikashop.com/fr/support/documentation/faq.html#translation

Please Log in or Create an account to join the conversation.

  • Posts: 5
  • Thank you received: 0
11 years 8 months ago #92588

This worked like a charm thankx Xavier!

Everyone:
Below is an example of where you will find the code to change, it is right at the top part of the code; also, I marked in blue the line I changes

;price
PRICE_BEGINNING=""
PRICE_BEFORE_ORIG=" ("
PRICE_AFTER_ORIG=") "
PRICE_DISCOUNT_START=""
PRICE_DISCOUNT_END=""
PRICE_BEFORE_TAX=" ("
PRICE_AFTER_TAX=" excl VAT) "
PRICE_END=""
FREE_PRICE="QUOTE"
PRICE_SEPARATOR="<br/>"
PER_UNIT_AT_LEAST_X_BOUGHT=" per unit for buying at least %s"
PER_UNIT=" each"

Last edit: 11 years 8 months ago by alquemius.

Please Log in or Create an account to join the conversation.

Time to create page: 0.072 seconds
Powered by Kunena Forum