• Resolved gabiosz

    (@gabiosz)


    Hello, I would like to add the custom stock status to Admin Columns on our product page, but can’t seem to find which database field is associated with the Custom Stock Status text.

    I use the custom stock status for Back-Order to show an available date, ans would like to be able to edit it inline from the main product page.

    Can you let me know where this information is stored and under what field?

    Thanks,

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Softound Solutions

    (@softound)

    The custom status are saved in wp_postmeta table under following meta keys

    1. in_stock
    2. only_s_left_in_stock
    3. can_be_backordered
    4. s_in_stock
    5. available_on_backorder
    6. out_of_stock

    Thread Starter gabiosz

    (@gabiosz)

    Thank you 🙂

    • This reply was modified 6 years, 5 months ago by gabiosz.
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Add to Admin Columns, What Database Field?’ is closed to new replies.