Skip to content

ShopUrls

The ShopUrls object represents shop urls available in the storefront.

classDiagram
  direction LR
  ShopUrls --> Url
  class Url{
  }
  class ShopUrls{
    Url userFavouriteProductsUrl
    Url userLoginUrl
    Url userLogoutUrl
    Url userPanelUrl
    LoyaltyProductsListUrl loyaltyProductsListUrl
    Url basketUrl
    NewProductsUrl newProductsUrl
    PromotionsUrl promotionsUrl
    MainPageUrl mainPageUrl
    BlogListUrl blogListUrl
    Url passremindUrl
  }

Properties

Attribute name Type Description
userFavouriteProductsUrl Url Favourite products subpage Url object
userLoginUrl Url User login subpage Url object
userLogoutUrl Url User logout subpage Url object
userPanelUrl Url User panel subpage Url object
loyaltyProductsListUrl LoyaltyProductsListUrl Loyalty products list subpage LoyaltyProductsListUrl object
basketUrl Url Basket subpage Url object
newProductsUrl NewProductsUrl New products subpage NewProductsUrl object
promotionsUrl PromotionsUrl Promotions subpage PromotionsUrl object
mainPageUrl MainPageUrl Main page MainPageUrl object
blogListUrl BlogListUrl Blog list subpage BlogListUrl object
passremindUrl Url Password remind subpage Url object

Examples

userFavouriteProductsUrl property

{{ shopUrls.userFavouriteProductsUrl }}
/url/to/favourite/products

userLoginUrl property

{{ shopUrls.userLoginUrl }}
/url/to/login

userLogoutUrl property

{{ shopUrls.userLogoutUrl }}
/url/to/logout

userPanelUrl property

{{ shopUrls.userPanelUrl }}
/url/to/user/panel

loyaltyProductsListUrl property

{{ shopUrls.loyaltyProductsListUrl }}
/url/to/loyalty/products/list

basketUrl property

{{ shopUrls.basketUrl }}
/url/to/basket

newProductsUrl property

{{ shopUrls.newProductsUrl }}
/url/to/new/products

promotionsUrl property

{{ shopUrls.promotionsUrl }}
/url/to/promotions

mainPageUrl property

{{ shopUrls.mainPageUrl }}
/url/to/main/page

blogListUrl property

{{ shopUrls.blogListUrl }}
/url/to/blog/list

passremindUrl property

{{ shopUrls.passremindUrl }}
/url/to/password/remind