1.0.4 • Published 6 years ago

@manacz/settings-productpage v1.0.4

Weekly downloads
-
License
ISC
Repository
-
Last release
6 years ago

Main settings of Product page

This package is main settings for Product page.

What is here

  1. Product data
    1. Identifier
    2. Multiplier
    3. Prefix
  2. API urls
  3. Language settings
    1. Currency (Left and Right)
    2. Decimal separator
    3. Decimal places
    4. Yotpo key
    5. Zendesk domain
  4. Functions
    1. Init (Set things based on language)
    2. GetSku (Get sku based on flavour and quantity)

How to use this package

Install package by

npm install @manacz/settings-productpage

Include package into project by

import {Settings} from '@manacz/settings-productpage';