Magento – Magento2 : How to get home url in Knockout HTML template

knockoutjsmagento2

i want to get cart url in Knockout HTML template magento 2

Best Answer

Here are the relevant parts:

checkout.baseUrl
checkout.checkoutUrl
checkout.customerLoginUrl
checkout.removeItemUrl
checkout.shoppingCartUrl
checkout.updateItemQtyUrl

checkoutConfig.cartUrl
checkoutConfig.checkoutUrl
checkoutConfig.defaultSuccessPageUrl
checkoutConfig.forgotPasswordUrl
checkoutConfig.pageNotFoundUrl
checkoutConfig.registerUrl
checkoutConfig.staticBaseUrl

Reference : Best Way Of Getting Base URL Inside KnockoutJS .html File

Related Topic