Skip to main content

Store Settings

Route: /org/ecom/storesettings · Permission: Menu Listing of Store Front settings Module: org_ecomstore_setings · Header gear: Show Store Settings in the header settings menu.


1. What Store Settings is​

Everything about how one project's store behaves — how it looks, how customers reach it, where it delivers, how it takes money, how it prints, and what it automates.

It is not where products live, and it is no longer where the storefront's navigation is designed. Both moved elsewhere, and knowing that saves a long search:

Store SettingsInventoryExperience Manager
OwnsStore behaviourThe products soldThe pages and navigation
ScopeOne projectOrganizationOrganization + project
ExampleDelivery radius, COD, couponsA product and its priceThe storefront menu, header and footer

2. How settings spread across the storefront​


3. The screen — step by step​

Figure 1 — The hub. 1 the section rail · 2 Payment gateways · 3 Discount coupons · 4 Save Changes.

Step 1 · Select a project​

Store Settings is per project, not per organization. A tenant with two projects has two independent stores.

Step 2 · Pick a section​

Nine sections are visible:

#Section?tab=Page
1BrandingbrandingBranding
2ContactcontactContact
3Location & deliverylocationLocation & delivery
4SocialsocialSocial & SEO
5SEOseoSocial & SEO
6Payment gatewayspaymentsPayment gateways
7Order printingprintingOrder printing
8Discount couponscouponsDiscount coupons
9Operation AutomationautomationOperation Automation
The tab parameter takes names, not numbers

?tab=payments works. Internally the sections are numbered, and the names are mapped onto those numbers — so the URL stays readable even though the component thinks in indices.

Step 3 · Save​

Save Changes appears twice — pinned top-right and floating at the bottom of long sections. There is one save for the whole screen: it writes the settings for every section at once, not just the one you are looking at.

Step 4 · Leave​

Exit Store Settings in the rail.


4. The two retired sections​

Two sections still exist in the code and are hidden from the rail:

Retired sectionWhere it went
Storefront menuExperience Manager → Project → Storefront → Menu
Header & FooterExperience Manager → Project → Storefront → Header & Footer
Old links land on Branding, silently

?tab=menu and ?tab=global are still accepted, but they resolve to Branding — not to the Experience Manager, and not to an error.

So a bookmark or a doc that predates the move appears to work and quietly shows the wrong screen. If someone reports that "the menu editor disappeared", this is why.


5. Permissions — five, and two of them hide sections​

PermissionGates
Menu Listing of Store Front settingsThe page, and all loading. Without it nothing fetches
Manage Store SettingsManaging settings
Manage Story Front Coupon CodesThe Discount coupons section
Manage Automation of StoreSetingsThe Operation Automation section
Show Store Settings in the header settings menu.The header settings-gear entry
Sections you cannot manage are hidden, not disabled

Unlike Task Configuration — which shows every section and refuses to let you edit — this hub removes Operation Automation and Discount coupons from the rail when the permission is missing.

A user without them sees a seven-section rail and no indication the other two exist.


6. Downstream​

SectionReaches
BrandingStorefront chrome, browser tab, invoices, brochure PDF, link previews
ContactThe storefront's contact surfaces, and transactional alert routing
Location & deliveryCheckout — which fulfilment methods appear and what they cost
Social · SEOStorefront metadata, analytics tags
Payment gatewaysCheckout payment options, COD emails
Order printingReceipts and job orders
Discount couponsCheckout
Operation AutomationPreorder scheduling

7. Don't confuse this with…​

ThingWhereWhy it is different
Store Settings (this page)/org/ecom/storesettingsOne project's store behaviour
Organization Settings/org/settingsOrganization-wide; has no storefront section
Experience Manager/org/experienceThe pages, menu, header and footer
Inventory/org/inventory/*The products themselves
Project settings/org/projects/:idThe project — budget, team, billing

8. Troubleshooting​

SymptomCause
Nothing loadsMissing Menu Listing of Store Front settings — the fetch itself is gated
Only seven sections in the railMissing the coupons and/or automation permission
?tab=menu shows BrandingThe section is retired; it moved to Experience Manager
A change did not reach the storefrontSave writes all sections at once — check the save succeeded
Settings differ between two storesThey are per project
No entry in the header gearMissing Show Store Settings in the header settings menu.