• Resolved luinix

    (@luinix)


    hello on my company we use wp lister a lot
    and we have lot of products publish on ebay, but i need to change the name
    for the products
    we found on the web ‘_ebay_title’ its your column for the title, but am no table to find it

    how can i update from the database the title of a product ??

    https://wordpress.org/plugins/wp-lister-for-ebay/

Viewing 1 replies (of 1 total)
  • Plugin Support WP Lab Support

    (@wp-lab-support)

    Hello Luinix.

    I am happy to help you with your question.

    You shouldn’t be editing the database directly, instead you should use a CSV Import/Export plugin that allows you to edit various product fields in bulk.

    Have a look at the following documentation on CSV files –

    http://docs.wplab.com/article/21-update-inventory-from-csv

    The _ebay_title you mentioned is explained in this doc. It’s a key in the wp_postmeta table where custom meta fields are stored. If you have any custom code that needs to set the title programmatically, you should store the title in that custom post meta field.

    Best regards :-),

    John

Viewing 1 replies (of 1 total)
  • The topic ‘hello i am on a real trouble changing the title of a products’ is closed to new replies.