• Resolved goviral

    (@goviral)


    I want to bulk edit product descriptions but make them somewhat unique by adding the product titles in (maybe via shortcode). Is this possible?

    Where is the documentation to bulk edit the product descriptions? If this is a pro feature, that’s fine, just let me know and if it’s possible.

    Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author pimwick

    (@pimwick)

    Hi, editing Product Description is available in the free version. Due to how WooCommerce stores the data, there is a separate “Variation Description” field for the variation product descriptions.

    Unfortunately it isn’t possible (in the free or Pro versions) to apply data from another field such as Product Title (with one exception, it is possible to set the Sale Price based on the Regular Price).

    With that said, if you can program javascript you might be able to tweak this to pull the value from another field and combine it with the field you are editing. Take a look at this file:

    /pw-bulk-edit/ui/bulk_editors/text.php

    The “apply” action might be altered to suit your needs.

    Thread Starter goviral

    (@goviral)

    Awesome. Thanks so much for your help.

    Thread Starter goviral

    (@goviral)

    Resolved. Thanks

    • This reply was modified 5 years, 11 months ago by goviral.
    • This reply was modified 5 years, 11 months ago by goviral.

    hello, is it a function that you might add in the future ? I am also interested to find ways to make descriptions more unique. Thanks again for the great plugin.

    Plugin Author pimwick

    (@pimwick)

    Hi catboulin, we don’t have plans on making a change regarding this feature however you can roll your own if you are familiar with Javascript. Best of luck with your store!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Bulk Edit Product Descriptions with Title Shortcode’ is closed to new replies.