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 |