Skip to content

Latest commit

 

History

History
40 lines (36 loc) · 2.75 KB

File metadata and controls

40 lines (36 loc) · 2.75 KB
lang layout updated_at identifier title order published
en
article_with_sidebar
2019-02-27 11:56 +0400
ref_25Pj9ESi
Configuring Units of Measure and Date Formats
100
true

By default, X-Cart comes with the US measurement system, i.e. inches for dimentions and pounds for weight. In case your country measument system differs from the US, you can set up your store to match your locale and market.

To configure the units of measure and date formats for your store:

  1. Go to the Units and Formats page of your store's Admin area (Store setup > Localization): 541-units-and-formats.png

  2. Use the settings in this section to adjust the localization parameters for your country:

    • Weight unit : The main weight unit that should be used in your store to measure the weight of products, shipping boxes, etc. The available options are:
      • LB (pound(s));
      • OZ (ounce(s));
      • G (kilogram);
      • G (gram).
    • Weight symbol : This field is adjusted automatically depending on the weight unit selected above.
    • Hide trailing zeros in fractional part : This setting specifies whether the trailing zeros in the decimal part of numbers (typically, weight values) should be truncated when such numbers are displayed on the storefront. Note that this setting does not affect the numbers in the Admin area. For example, if the weight of a product in the Admin area is set as "1.5000 lbs", and the setting "Hide trailing zeros in fractional part" is enabled, the same weight will be displayed on the storefront as "1.5 lbs".
    • Weight format : The format to display weight values on the storefront.
    • Percent format : The format to display percent values in the storefront.
    • Dimensional unit : The main dimentional unit that should be used in your store to measure the size of products, shipping boxes, etc. The available options are
      • MM (millimeter(s));
      • CM (centimeter(s));
      • DM (decimeter(s));
      • M ( meter(s));
      • IN (inch(es)).
    • Dimensional symbol : This field is adjusted automatically depending on the dimentional unit selected above.
    • Date format : The format to display dates in the store.
    • Time format : The format to display time in the store.
    • Time zone : The time zone to which your store belongs geographically.
    • CSV column delimiter : The character that should be used to delimit columns in your import/export CSV files.
    • Import/export charset : The charset that should be used for your import/export CSV files.
  3. Once you are done, click Submit at the bottom of the page to save the changes.