• Hi,
    it is possible to edit the default texts:

    – Ask for Quote
    – Your personal data will be used to process your order, support your experience throughout this website, and for other purposes described in our privacy policy.

    and how to modify the link into the word “privacy policy” targeting now to the same page?

    I’m using “Say what?” plugin to replace strings, which domain text I should insert if there isn’t a way to do it by using your plugin?

    Thanks,
    Angelo

Viewing 13 replies - 1 through 13 (of 13 total)
  • Plugin Author pinal.shah

    (@pinalshah)

    Hi @angeloarlotta,

    The plugin domain text is quote-wc.

    I believe you are talking about editing this message: https://www.screencast.com/t/QkZ1cg1T

    This message comes from the WooCommerce plugin and not the Quotes plugin. You can edit it by going to WooCommerce->Settings->Accounts & Privacy->Checkout Privacy Policy field.

    Also, while it is possible to localize the payment method name ‘Ask for Quote’, it is currently not possible to edit the payment method name altogether.

    I can add a filter for the same. You can then use the filter to modify the payment method name as per your needs.

    I’ll do the needful and send you an update in a day or two.

    Thanks,
    Pinal

    Plugin Author pinal.shah

    (@pinalshah)

    Hi @angeloarlotta,

    I’ve added a filter which will allow you to change the payment medium name. Please find the fix on a GitHub branch at https://github.com/pinalj/quotes-for-woocommerce/tree/1.7.3

    Please note that this is a development branch. So I’d recommend you to kindly test the updated copy on a staging/dev site first before copying it to a production site.

    I hope the above helps. Please let me know if you have any queries.

    Thanks,
    Pinal

    Thread Starter angeloarlotta

    (@angeloarlotta)

    Hi @pinalshah thank you for your kind help.
    Will this branch be added to the next updates?

    Plugin Author pinal.shah

    (@pinalshah)

    Hi @angeloarlotta ,

    Yes, it will be added in the next update. it would help me immensely if you would be so kind as to consider rating the plugin here.

    Thanks,
    Pinal

    Thread Starter angeloarlotta

    (@angeloarlotta)

    Sure @pinalshah I just rated the plugin and many thanks for your availability!

    Plugin Author pinal.shah

    (@pinalshah)

    Thanks @angeloarlotta ?? I really appreciate you taking the time to rate the plugin.

    Best Regards,
    Pinal

    Thread Starter angeloarlotta

    (@angeloarlotta)

    Hi @pinalshah do you know when will be published the next update with the possibility to change the payment medium name?

    I hope we’re talking about the same text, into the order listings into the account info pages there is a recap of the order, here is present a text label “contact method” and it is not possible to change it with another text even with Say What plugin, it is still “Ask for Quote”.

    Thank you in advance.

    Plugin Author pinal.shah

    (@pinalshah)

    Hi @angeloarlotta,

    Yes, the changes have already been released in the last release 1.7.3

    The filter that has been added is qwc_payment_method_name. So something like the below in the functions.php file of your active theme would work:

    
    function change_payment_method_name( $name ) {
    return __( 'Custom Payment Name', 'quote-wc' );
    }
    add_filter( 'qwc_payment_method_name', 'change_payment_method_name', 10, 1 );
    

    I hope this helps. Please let me know if you have any further queries.

    Thanks,
    Pinal

    • This reply was modified 3 years, 10 months ago by pinal.shah.
    Thread Starter angeloarlotta

    (@angeloarlotta)

    Hi @pinalshah it doesn’t work, even if I set a string into Say What plugin, adding “quote-wc” as text domain it doesn’t translate the field.

    Thread Starter angeloarlotta

    (@angeloarlotta)

    Hi @pinalshah please can you help with this problem?
    Why setting the “quote-wc” text domain is not possible to translate this order page string?

    Thanks.

    Thread Starter angeloarlotta

    (@angeloarlotta)

    Hi @pinalshah there is no solution for this problem still?
    Thanks if you can help.

    Plugin Author pinal.shah

    (@pinalshah)

    Sorry @angeloarlotta, I somehow missed your messages here.

    I understand you are using the Say What plugin to translate the site? Please confirm if I have the correct plugin.

    Can you kindly list the steps I should follow to replicate the issue at my end?

    Thanks,
    Pinal

    Thread Starter angeloarlotta

    (@angeloarlotta)

    Don’t worry @pinalshah I definitely removed your plugin from my websites.

Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘Edit default texts and policy link’ is closed to new replies.