back button

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
1 year ago
hi
I'm having a problem with the store cart. As when deleting the contents of the basket, no button appears to return to the home page. And many users are not familiar with clicking on the store logo to go to the home page. I would like to add a button in the back to the home page that appears at the head of the page when browsing the store via mobile only.
Do you have any ideas to solve this issue ?
1 year ago
put this line
 <a href="/" style="border: none;background-color:  #4ab2f1; padding: 5px 5px;color: #fff;">@T("ShoppingCart.ContinueShopping")</a>

here

of this path
src\Presentation\Nop.Web\Views\Shared\Components\OrderSummary\Default.cshtml
or your theme file path. if your project uses different file
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.