Hello,
It’s Edward from Ecwid Team.
I’m incredibly sorry for the radio silence in this thread. Please let me address your questions.
You can change the ‘Back to Catalog’ label the same way as other labels. For example, if you want to use the script, then you can replace the text with your own by changing the following element: CategoryPathPanel.back_to_catalog
So, for instance, your final script can look like that:
<script>
ecwidMessages = {
"ProductDetails.CartItems.singular":"item in the cart",
"ProductDetails.CartItems.plural":"items in the cart",
"CategoryPathPanel.back_to_catalog":"Change Back to Catalog text"
}
</script>
where Change Back to Catalog text is your own text you want to use instead of ‘Back to Catalog’
As for adding a custom button, there’s no built-in solution to that. However, Ecwid, in some sense, is an open-source platform.
We have a free and open API available for all of our merchants on paid plans — https://developers.ecwid.com/api-documentation This API allows creating custom solutions and features specifically for your store.
So basically, anyone can develop a custom solution for their store if they have enough programming knowledge — you can do it by yourself, hire a developer, ask a friend, hire our team or anyone you want. It’s totally up to you.
If you need assistance with this, our Customization Team will be happy to help you for an extra fee. If you are interested, please fill out this form: https://ecwidcom.typeform.com/to/vIlijv they will get back to you with the details.
-
This reply was modified 6 years, 8 months ago by ecwid_team.