• Hullo, very useful plugin! Thank you. Once the order is created (status Processing), the pickup store is not editable by an administrator. In the WooCommerce dashboard, the pickup store is listed under the order, but it cannot be edited. Is there a way around this, if the admin wishes to edit the pickup store on a Processing order?

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

    (@keylorcr)

    Hello @saowp

    The selected store is saved to the order as a custom field, so you can even create an admin to edit this data or you can use the form for Custom fields added by WordPress to the product custom post type (and others)

    Hope it helps you to solve your doubt.

    Let me know if you need anything else.

    Regards.

    Thread Starter Shrik

    (@saowp)

    Thanks for your quick reply, @keylorcr ! Unfortunately, it is not very clear. As an admin, on the “Edit order” screen, I can see the “Pickup store” listed under the Billing address and phone. However, when I click on the edit icon next to Billing, I can edit any of the Billing fields, but not the Pickup store.

    Plugin Author Keylor Mendoza

    (@keylorcr)

    You are right @saowp, this is not an editable option via WooCommerce. What I sad was that you need to add this edition custom, programmatically.

    As a tip, you can remove the action woocommerce_admin_order_data_after_billing_address added to wps-admin.php in the plugin, so you could add this option as a dropdown. Then, if it is changed, you saved the new value to the custom field _shipping_pickup_stores, maybe using this action woocommerce_order_edit_product

    Let me know if it works for you

    Regard

    Thread Starter Shrik

    (@saowp)

    @keylorcr I am wary of modifying a published plugin. Is there a chance you could consider this feature for a future update to your plugin?

    Plugin Author Keylor Mendoza

    (@keylorcr)

    @saowp

    I think you could work on this plugin as a contributor, but I’m not sure how to do that.

    But, you can send me an email to [email protected] and then we would talk about your idea.

    Hope your contact

    Regards

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Edit pickup store’ is closed to new replies.