• Resolved katehodgson1

    (@katehodgson1)


    I’ve just started working with Woocommerce as a Volunteer with a charity. I downloaded the entire stock csv file to look at the field headings and removed the ones not application to our online store. Can anyone tell me if it’s possible to add a Scheduled Publish date to the csv upload file and if so, what is the field heading and is it in the same table as the other Woocommerce fields. I’ve tried adding a future date/time in the Published field on the csv upload file and although I receive confirmation that the item has been uploaded it is in the Private Published folder not in the Scheduled and the date/time displayed is the current one, not the scheduled date I entered.

Viewing 1 replies (of 1 total)
  • Hi @katehodgson1

    Thanks for reaching out!

    Can anyone tell me if it’s possible to add a Scheduled Publish date to the csv upload file and if so, what is the field heading and is it in the same table as the other Woocommerce fields.

    I tried to add another column on my CSV file that includes the modified published date to be mapped to the existing columns, however, checking on the available fields, the Published Date is not included.

    It could be possible to use custom coding, however, this is outside our scope of support, hence, I am leaving this thread open for a bit to see if anyone can chime in to help you out.

    For questions related to development and custom coding, your best bet is to ask on any of these channels for support. We’re lucky to have a great community of open-source developers for WooCommerce, and many of our developers hang out there, too.

    I’ve tried adding a future date/time in the Published field on the csv upload file and although I receive confirmation that the item has been uploaded it is in the Private Published folder not in the Scheduled and the date/time displayed is the current one, not the scheduled date I entered.

    This is because the Published field only accepts these values: 1 for published, 0 for private, -1 for draft.

    You can learn more about that here: Product CSV Import Schema

    Hope this helps!

Viewing 1 replies (of 1 total)
  • The topic ‘WooCommerce – Adding Scheduled Publish Date to CSV upload file’ is closed to new replies.