Skip to content

shopgate/ext-cms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shopgate Connect - CMS Extension

GitHub license

This extension contains all config to show cms menu in navigation drawer, etc

Configuration

Set the following values in your Shopgate Connect Admin:

  • navMenu - (object) Configuration of which items to show in the navigation drawer.
    • terms - (true/false) Whether or not to show the "Terms" entry.
    • imprint - (true/false) Whether or not to show the "Imprint(DE)/Contact us(US)" entry.
    • payment - (true/false) Whether or not to show the "Payment" entry.
    • privacy - (true/false) Whether or not to show the "Privacy" entry.
    • shipping - (true/false) Whether or not to show the "Shipping" entry.
    • return-policy - (true/false) Whether or not to show the "Return Policy" entry.

Example

{
    "navMenu": {
        "terms": true,
        "imprint": true,
        "payment": true,
        "privacy": true,
        "shipping": true,
        "return-policy": false,
    }
}

Changelog

See CHANGELOG.md file for more information.

Contributing

See CONTRIBUTING.md file for more information.

About Shopgate

Shopgate is the leading mobile commerce platform.

Shopgate offers everything online retailers need to be successful in mobile. Our leading software-as-a-service (SaaS) enables online stores to easily create, maintain and optimize native apps and mobile websites for the iPhone, iPad, Android smartphones and tablets.

License

This extension is available under the Apache License, Version 2.0.

See the LICENSE file for more information.