• Resolved OG-S

    (@og-s)


    Hi!
    Thank you for your plugin.
    How can I translate the Bulk table message ? (I’m using WPML)
    Best regards

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author algol.plus

    (@algolplus)

    hi

    By steps

    • Go under “WPML -> Theme and plugins localization”
    • Scroll down to “Strings in the plugins”
    • Mark checkbox next to “Advanced Dynamic Pricing for WooCommerce”
    • Scroll to bottom and click on “Scan the selected plugins for strings”
    • You will see popup, wait a bit
    • Go under “WPML -> String translation”
    • Select “advanced-dynamic-pricing-for-woocommerce” in 2nd dropdown
    • Translate necessary phrases

    thanks, Alex

    Thread Starter OG-S

    (@og-s)

    Thank you but I’m looking for translating the “Bulk table messages” created for each rule

    Plugin Author algol.plus

    (@algolplus)

    1. Visit “WPML -> String translation” and enable “advanced-dynamic-pricing-for-woocommerce” in section “Auto register strings for translation”
    2. Edit file /templates/bulk-table.php
    replace
    <p><?php echo esc_html($data['table_message']) ?></p>
    with
    <p><?php _e( $data['table_message'], 'advanced-dynamic-pricing-for-woocommerce' ); ?></p>
    3. Reload product page
    4. Visit “WPML -> String translation” and seek for the phrase

    Plugin Author algol.plus

    (@algolplus)

    I’ll update bulk-table.php in next release.

    Thread Starter OG-S

    (@og-s)

    thank you 🙂
    I’m going to search for another plugin because I need to apply a bulk discount for products individually, for example 10% for products in category XY but: If buying 10x products A or more, 10% is applied to product A (not for entire category).
    But your plugin is very good, and I’m sure he’ll be very successful.
    thank you for your help!

    Plugin Author algol.plus

    (@algolplus)

    I’ve added your request to our todo list 😉

    thank you for good wishes.

    Plugin Author algol.plus

    (@algolplus)

    Could you contact me via helpdesk ?
    I’ll provide updated version for tests.

    Plugin Author algol.plus

    (@algolplus)

    Mode “qty based on” added for bulk rules in version 1.4.4.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘translation’ is closed to new replies.