Appropriate keys in CMS res file

Martin Shin asked on January 16, 2015 09:31

Hi! Can anybody tell me which keys appropriate for "Customer detail", "Customer address - billing adderss" and "Customer address - shipping address" web-part labels in CMS res file?

CMS version 8.1

Recent Answers


Roman Hutnyk answered on January 16, 2015 14:27

com.customeredit.customerdetials com.taxaddress.billingaddress com.taxaddress.shippingaddress ecommerce.cartpreview.billingaddresspanel ecommerce.cartpreview.shippingaddresspanel

0 votesVote for this answer Mark as a Correct answer

Brenden Kehren answered on January 16, 2015 14:30

Can you specify more where the labels are you're looking to localize are? Are they physically in the webpart itself when you go to configure it or is it the results of what the webpart renders? If it's in the webpart configuration

Open the file and you can search by the text in the second column. Once you find them, add the same keys to the Localization app and define your text there. The system will take those "custom" defined values in the database over the values in the resource file and default to the resource file if there is no custom defined value. You can turn off this functionality by adding this to your web.config (then database will be last) <add key="CMSUseSQLResourceManagerAsPrimary" value="false" />

Customer detail = order_new.customername (but this may not be what your looking for)

I don't see the other two in the file, so guessing they aren't localized.

Also, here is some additional information on localization within the UI that might help. link text

0 votesVote for this answer Mark as a Correct answer

Martin Shin answered on January 17, 2015 00:07

Hi Brenden. If you try to add new web-part on the page, new window "Select Web Part" opens. Here go to "E-commerce - Checkout process" section. This section contains "Customer detail" web-part and "Customer address" web-part. If you place both on the page, you will to see labels of this web-parts. I can't localize this labels. I can't found appropriate keys in CMS resource file.

In "Customer address" I can't find keys for "Address type: - Billig address" - "Address form -> Ecommerce.Address.OrdersAddressEcommerceSite" labels and "Address type: - Shipping address" and "Address form -> Ecommerce.Address.ShippingAddressEcommerceSite" labels in CMS res. file

Roman, your answer is not that I looking for.

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.