Unserialize data from Schedule Delivery Date plugin by Themehigh
-
Hi there, I found a similar solution to this issue here: https://www.ads-software.com/support/topic/unserialize-data-from-postnl-plugin/
Looking for pretty well the same thing but for a different plugin. Plugin is Schedule Product Delivery Date, and I’m trying to get just the delivery dates for the product returned in the column instead of the serialized array.
meta_key is _ptdt_delivery_date and serialized data example is:
a:12:{s:10:"2022-08-01";a:2:{s:8:"quantity";s:1:"1";s:6:"status";s:1:"1";}s:10:"2022-08-03";a:2:{s:8:"quantity";s:1:"1";s:6:"status";s:1:"1";}s:10:"2022-08-05";a:2:{s:8:"quantity";s:1:"1";s:6:"status";s:1:"1";}s:10:"2022-08-08";a:2:{s:8:"quantity";s:1:"1";s:6:"status";s:1:"1";}s:10:"2022-08-10";a:2:{s:8:"quantity";s:1:"1";s:6:"status";s:1:"1";}s:10:"2022-08-12";a:2:{s:8:"quantity";s:1:"1";s:6:"status";s:1:"1";}s:10:"2022-08-15";a:2:{s:8:"quantity";s:1:"1";s:6:"status";s:1:"1";}s:10:"2022-08-17";a:2:{s:8:"quantity";s:1:"1";s:6:"status";s:1:"1";}s:10:"2022-08-19";a:2:{s:8:"quantity";s:1:"1";s:6:"status";s:1:"1";}s:10:"2022-08-22";a:2:{s:8:"quantity";s:1:"1";s:6:"status";s:1:"1";}s:10:"2022-08-24";a:2:{s:8:"quantity";s:1:"1";s:6:"status";s:1:"1";}s:10:"2022-08-26";a:2:{s:8:"quantity";s:1:"1";s:6:"status";s:1:"1";}}
Thanks !
The page I need help with: [log in to see the link]
- The topic ‘Unserialize data from Schedule Delivery Date plugin by Themehigh’ is closed to new replies.