• Resolved alfredo1216

    (@alfredo1216)


    Hello,

    The personalized texts work perfectly, but there is a text that is not included in the list to be able to modify it, the text is “payable in deposit” that is shown in the price of the item in the cart and checkout.

    It is possible that they include it so that it can be modified since it is the only text that is missing.

    I wouldn’t want to modify it using translation chains.

    Thank you.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Contributor Sanesh Acowebs

    (@saneshacodez)

    Hi, thanks for reaching out to us. You can modify the “payable in deposit” text using the following filter. 

    add_filter( 'awcdp_payable_in_deposit_text', 'change_payable_in_deposit_text' );
    function change_payable_in_deposit_text() {
    ? ? return 'new payable in deposit text';
    }

    Hope you can check. Thanks!

    Thread Starter alfredo1216

    (@alfredo1216)

    Hello,

    I inserted the code provided, but it does nothing. The “payable in deposit” text is not affected by the change.

    Additionally, do you plan to implement this modification in the future? Or should I always keep this code?

    Thank you.

    Plugin Contributor Sanesh Acowebs

    (@saneshacodez)

    Hi, thanks for your reply. Hope you have added the provided code to your theme/child-theme functions.php or used a code snippet plugin. Can you share a screenshot of the issue after adding the above code. Thanks!

    Thread Starter alfredo1216

    (@alfredo1216)

    Hello,

    If you add the code like others with Wpcode. But the text is not modified.

    Greetings,

    Plugin Contributor Sanesh Acowebs

    (@saneshacodez)

    Can you please update to our latest version of the plugin and check again.

    Thread Starter alfredo1216

    (@alfredo1216)

    Hello,

    Great, updated to the latest version and the code now works. I hope in the future they will include this functionality directly in the plugin without having to insert code.

    Thank you.

    Plugin Contributor Sanesh Acowebs

    (@saneshacodez)

    Thanks for your feedback. We will check and include this text in the backend text customization in our future version update.?

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Text customization’ is closed to new replies.