How to change system labels like "In Stock"?

The system uses a shared .xml file stored here: d:\inetpub\countercat\templates\e-catalog\catalog\v2\catalogPartListing_lang_en.xml. Inside of this file are 'tags' that represent labels used throughout the system. The tags are in .xml format and they must maintain their exact format including CasIng.

The tag below is called 'OVERSELLNOSTOCK' and is used when the OVERSELL feature is turned on. The value displayed is 'In Stock'. You may want to override this text with something like "Call for Availability".

Steps to implement.

1. Create a file called catalogPartListing_lang_en.xml in notepad, and copy it into your templates folder.

2. Insert the following lines at the top of the file: <--?xml version="1.0"?-->

3. Next, insert the tag(s) you want to override.

4. Finaly, close the file with this closing tag

5. Save the file to your templates file and you should be done.

Note: There are many labels you may want to override. You can edit this file and add other tags to override.

  • 0 Uživatelům pomohlo
Byla tato odpověď nápomocná?

Související články

Do you support Spanish, or French, or languages other than English?

Here are some facts about our multi-lingual support as of June 2010. 1) Sophio has support for...

Can we use our own image images with the catalog search results?

When a search result is generated by our CMS we look in two fields for image references. These...

NexpartB2C CMS 101

This article describes the basics of our how the SOPHIO CMS works. It is intended for web...

How do I include Facebook and/or Twitter in my site?

We have a few ways to accomplish this. First off, be sure to visit your site's Store Settings...

What is the easiest way to create a landing page?

Place the tag <%=Process.oView.Set("CurrentArea", "STANDALONE")%> on the first row of your...