• Hello,

    I would like to import and manage the pre-order status of products by uploading a CSV file through Woocommerce Import.

    I believe there is a meta field that we can use as a column header to manage pre-order status.

    Is it meta:_order_has_preorder ??

    What values do I use in order to upload the new statuses to Woocommerce?

    Thank you!
    Sarah

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Carlos M

    (@cjmora)

    Hi @sarahjsouris,

    I’m not sure I understood what you want to achieve exactly.
    Do you want to import products (and set them as pre-order products) or orders (that contain pre-order products)?

    The meta _order_has_preorder is a postmeta for orders to indicate that the order contains at least one pre-order product.

    Please, let us know.

    Thread Starter sarahjsouris

    (@sarahjsouris)

    Hi @cjmora Carlos,

    Thanks a lot for your reply.

    Your first suggestion is correct – we want to import products (and set them as pre-order products) and then later merge products (and remove them from pre-order) with a CSV file.

    Looking forward to hearing from you!
    Sarah

    Plugin Support Carlos M

    (@cjmora)

    Hi @sarahjsouris,

    The postmeta for the products are:
    _ywpo_preorder value can be yes or no
    _ywpo_availability_date_mode value can be no_date or date
    _ywpo_for_sale_date value is date in timestamp format (https://www.unixtimestamp.com/)
    _ywpo_price_mode value can be default, fixed, discount_percentage, discount_fixed, increase_percentage or increase_fixed
    _ywpo_preorder_price value is the price value (number)
    _ywpo_preorder_discount_percentage value is the percetange value (number)
    _ywpo_preorder_discount_fixed value is the fixed discount value (number)
    _ywpo_preorder_increase_percentage value is the percetange value (number)
    _ywpo_preorder_increase_fixed value is the fixed increase value (number)

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Import pre-order status via csv file’ is closed to new replies.