Yes, I can change the text. But how can I make translations for multi language sites?
Can you foward to developers a suggestion?
Please confirm if they are going to commit, so I do not need to worry about losing the patch in future releases. This code check translations from theme. If a user does not have a translation set, it return your default value: So it is a secure update.
I just saw there is a filter. Ok, i can add the tranlations just for me. No need to foward to developers. But perhaps you want to add this snippet to your knowledge tutorials:
add_filter('pvtfw_cart_btn_text', function ( $btn_text ) {
Christian Samuelsson