While creating my own template based on the Default template i realized that there is a condition checking if a shipping description exists.
But where can i define such a description?
I checked the extensions in the backend and i see shipping specific inputs, can set the order, enable or disable it etc.
But i can not find a description textarea or similiar.
But where can i define such a description?
I checked the extensions in the backend and i see shipping specific inputs, can set the order, enable or disable it etc.
But i can not find a description textarea or similiar.
In Extensions
Share this post:
Accepted Answer
The core system itself supports it yes, but it would need to be added in each module/extension where the developer of those would like to offer it. Or you can fork/clone one of the core modules and add it ...
Myself I use it to display info returned from the shipping carriers API, together with the price. You can see it in the screenshots here: https://extensions.arastta.pro/shipping-methods/bring-shipping-guide-fraktguiden and more about it when I added it to the core here: https://github.com/arastta/arastta/pull/525
Myself I use it to display info returned from the shipping carriers API, together with the price. You can see it in the screenshots here: https://extensions.arastta.pro/shipping-methods/bring-shipping-guide-fraktguiden and more about it when I added it to the core here: https://github.com/arastta/arastta/pull/525
Your Reply

Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.
Register Here »