If you want to prevent customers from initiating returns directly from the order lookup page, you can easily remove the "Return Item" button. This is particularly useful if your return policy or process requires a different approach, such as contacting customer service directly for return requests.
Follow These Steps:
- Navigate to the Branding Settings:
- Go to your WeSupply account.
- Select Settings > Branding > Pages.
- Edit the Order & Returns Page:
- Locate the Order & Returns page.
- Click on Edit Template to customize the page.
- Add Custom CSS:
- Scroll down to find the Global Custom CSS section.
- Copy and paste the following CSS code into the field:
.heading-cards > .card-wrapper.return-items {
display: none !important;
}
p.link.user-return {
display: none;
}
button.mat-focus-indicator.button.white.mat-button.mat-button-base {
display: none;
}
Comments
0 comments
Please sign in to leave a comment.