Skip to main content

Menu Configuration

Create the Joomla menu items that expose the EasyCommerce storefront.

Available Menu Item Types

EasyCommerce ships these menu item types under the EasyCommerce group:

Menu Item TypePurpose
ShopStorefront landing / catalog
CartShopping cart
Account - My AccountCustomer dashboard (orders, downloads, profile)
Category ViewProducts for a single category
Product ViewA single product page

The checkout, payment-return, and order-confirmation pages do not have dedicated menu item types. The storefront routes to them internally from the cart and from the gateway callbacks.

Required Menu Items

At minimum, create:

PageMenu Item Type
ShopEasyCommerce -> Shop
CartEasyCommerce -> Cart
My AccountEasyCommerce -> Account - My Account

Creating Menu Items

Step 1: Open the Menu Manager

  1. Go to Menus -> Main Menu (or whichever menu hosts your public navigation).
  2. Click New.

Step 2: Create the Shop page

FieldValue
Menu TitleShop
Menu Item TypeEasyCommerce -> Shop
StatusPublished

Click Save & Close.

The Shop menu item also exposes layout, theme, and grid options in the Options panel (home vs. shop layout, hero banner, featured products, dark mode, sticky header, and custom JSON layout).

Step 3: Create the Cart page

FieldValue
Menu TitleCart
Menu Item TypeEasyCommerce -> Cart
StatusPublished

Click Save & Close.

Cart options include toggles for "Continue Shopping" link, related products, and coupon entry.

Step 4: Create the My Account page

FieldValue
Menu TitleMy Account
Menu Item TypeEasyCommerce -> Account - My Account
StatusPublished

Click Save & Close.

Account options control which sections appear: profile, orders, downloads, subscriptions.

Optional Menu Items

Category page

Link directly to a product category.

FieldValue
Menu TitleElectronics
Menu Item TypeEasyCommerce -> Category View
Select CategoryPick a category (modal field)

Category options include products-per-page, default sort order, grid columns, and toggles for subcategories, category description, and filters.

Single product page

Link directly to a product. The product selector now uses a modal product picker.

FieldValue
Menu TitleFeatured Product
Menu Item TypeEasyCommerce -> Product View
Select ProductPick a product (modal field)

Product View options cover breadcrumbs, related products, reviews, and the related-products count.

Open Components -> EasyCommerce -> Settings -> Products and map your new menu items.

SettingSelect
Shop PageYour Shop menu item
Cart PageYour Cart menu item
Checkout PageLeave empty unless you route checkout through a Joomla article or wrapper
My Account PageYour My Account menu item

This mapping drives add-to-cart redirects, "View Cart" links, and post-login destinations.

Access Levels

Choose the right access level for each menu item:

PageRecommended Access
ShopPublic
CartPublic
My AccountRegistered

Guest checkout is controlled separately under Settings -> General -> Enable Guest Checkout. The cart menu item itself can stay Public regardless.

Set the value in the menu item's Access dropdown.

Next Steps