Viewing 9 replies - 1 through 9 (of 9 total)
  • Hi Thomas ( @thomasmelticom )

    Thanks for your note and heads up. Yes, I do know why, and will fix it today.

    Cheers!

    Thread Starter ThomasMELTICOM

    (@thomasmelticom)

    Great thank you! Good luck ??
    Please let me know when it’s done
    Best regards

    You’re welcome. Big change. You’ll know when it’s done because there will be a plugin update available. ??

    Going to bundle this in with a bigger update necessary for Woo 3.0, so hang tight, it’ll be several more days. Sorry for the earlier (silly) time estimate!

    WooCommerce Gift Wrapper 2.0.1 is available – give it a shot. Be aware that in order to make this plugin (99%) translatable (there is one custom input that will not be translated), settings have changed. I suspect with your level of understanding of WP and use of WPML this will not be an issue.

    I’ll work on something in the future to release users from old settings, so if you have a problem with the three strings (header, button text, and textarea label) you can delete the options ‘giftwrap_header’, ‘giftwrap_button’, ‘giftwrap_text_label’ from your wp_options db table and use translations to achieve the text desired.

    Hello @thomasmelticom,

    I am just checking to see if you are still having a problem with WooCommerce Gift Wrapper. I will assume you are using the new version and are happier with it. Please let me know either way so we can resolve this support request. Thank you.

    Thread Starter ThomasMELTICOM

    (@thomasmelticom)

    Hello,
    Many thanks for asking. Actually no I haven’t managed to make it work. I updated the plugin, re-scaned it with WPML, it finds the strings but it doesn’t work when I translate it.
    I’m not sure I understood well you previous message about deleting some tables..
    Could you please give me a step by step process to achieve what I want ?
    The website is here just in case you need it. https://www.manipani.com/

    Many thanks

    First of all, you definitely do not want to be deleting WP SQL tables. You might want to be deleting rows from your WordPress option table. A Google search comes up with this handy how to: https://imstash.com/how-to-completely-remove-wordpress-plugin-options-in-sql-database/ (follow the instructions for ‘Using phpMyAdmin to Remove Obsolete Plugin Options’ and instead or removing transient options, only remove options ‘giftwrap_header’, ‘giftwrap_button’, ‘giftwrap_text_label’ from your wp_options db table). Only remove those three.

    OR run the SQL command from you phphMyAdmin:

    DELETE FROM wp_options WHERE option_name LIKE (‘giftwrap_header’) OR option_name LIKE (‘giftwrap_button’) OR option_name LIKE (‘giftwrap_text_label’);

    If you’ve changed your WP database table prefix, you may need to change wp_ for your own prefix (myprefix_ for example) where it says “wp_options.”

    Until I have resources (time) to put into this plugin again, that’s your best fix. Since this is a free plugin and people don’t support development of this one at all, that’s about the best I can do for you now. It’s not optimal, but it is free.

    I’m going to mark this as resolved. If you still have an issue please reply here or with a new ticket. Thank you!

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Gift Wrapping and WPML’ is closed to new replies.