CHANGE LABELS FOR PRODUCT MSRP AND PRICE VALUE

  • Posts: 14
  • Thank you received: 0
10 years 7 months ago #150373

Hi,
We have a trouble customizing the labels of MSRP and PRICE VALUE. When the product is displayed, it says (common price and our price). We want to change those labels to "ReTail Price" and "Customer Price". Could you help us with that? Where can we change the labels?



-- url of the page with the problem -- : mywebsite.com/mypage
-- HikaShop version -- : x.x.x
-- Joomla version -- : x.x
-- PHP version -- : x.x.x
-- Browser(s) name and version -- : XXXXX x.x.x
-- Error-message(debug-mod must be tuned on) -- : Error_message

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

  • Posts: 12953
  • Thank you received: 1778
10 years 7 months ago #150413

Hello,
Note that you'll be able to do that by editing your translation file .

The following user(s) said Thank You: naregh, dilum_tharaka

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

  • Posts: 29
  • Thank you received: 0
10 years 2 months ago #172753

Seems its not that easy - I'm following guidlines and editing GB language file but nothing I do seems to update the "common price" label - WHY is this not listed in the prices section? - AlI want to do is Change "Common Price" to RRP and "Our Price" to Online price - can you give exact edits for GB language file because I can get it to work and I've modified hundreds of language files for different Joomla extensions. Find it really frustrating when things like this that should be simple take hours to figure out - time that you can never charge clients for!

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

  • Posts: 13201
  • Thank you received: 2322
10 years 2 months ago #172765

Hi,

Thanks to add the following entries in the override part:

PRODUCT_MSRP_BEFORE="RRP"
PRODUCT_MSRP_AFTER="Online price"

You just had to do a Ctrl + F in the language file to find the desired entries ;)
These entries are not in the price part because this feature has been added in a second time, and we add the translations at the end of the file for each new translation in order to make it easiest to translate for the other languages.
People who translate don't have to check the whole file each time :)

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

  • Posts: 29
  • Thank you received: 0
10 years 1 month ago #173000

Thats great Thankyou, however control F doesn't work for me using the Hikashop Language editor?
my product pages are now fixed - see www.davidhookwines.com.au/Categories-lis...t/10-mosto-2013.html
However my client really wants the RRP and Online prive also reflectd on the Category listings see:
www.davidhookwines.com.au/welcome-to-the...es-online-store.html
Is there an easy way to do this? I've tried changing the price display to "ALL" but this doen't seem to work?

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

  • Posts: 13201
  • Thank you received: 2322
10 years 1 month ago #173019

Hi,

Yes that can be done easily, you have to edit the view "product / listing_price" and remove the code:

&& JRequest::getCmd('layout') == 'show'
It's present two times.

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

  • Posts: 29
  • Thank you received: 0
10 years 1 month ago #173209

www.davidhookwines.com.au/welcome-to-the...es-online-store.html
Actauul found that code 3 times - maybe because I have Akkeba subs linked to the shop?
However still doesn't work - see above (not sure if it makes a difference but I'm using 3 Hikashop content modules on this page?

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

  • Posts: 13201
  • Thank you received: 2322
10 years 1 month ago #173242

Hi,

So if it's displayed in modules, you potentially have to remove the following code in the same view.

&& $this->params->get('from_module','') == ''

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

  • Posts: 29
  • Thank you received: 0
10 years 1 month ago #173520

Great - have applied same here:
www.wowgirls.com.au/index.php?option=com...t=listing&Itemid=699
And all works re display - however we are trying to make Member price only available to certain access levels - however when we do this price appears as FREE!!! if price access level is set to ALL instead of custom the price displays but is accessible to non members? - This seems to be an issue since applying your recent security patch?

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

  • Posts: 13201
  • Thank you received: 2322
10 years 1 month ago #173546

Hi,

No the security path don't changed anything for that part ;)
In your case I think that you just have to do a translation override on the key "FREE_PRICE".

And instead of "Free" set another translation, nothing or something like "please register to see prices".
hikashop.com/support/faq.html#tran

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

Time to create page: 0.102 seconds
Powered by Kunena Forum