• Resolved antenanet

    (@antenanet)


    What is the field of the mysql table where I can change the delivery date, because the customer got confused?

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author WP Scripts

    (@wpscripts)

    Hello,

    As mentioned in your previous ticket, all the custom meta are stored as order meta. So in the wp_postmeta table you can find all meta related to a particular order. Below are the key for your reference.

    Order Meta for Services :
    1. Service Type Meta Key : _wfs_service_type
    2. Service Date Meta Key : _wfs_service_date
    3. Service Time Meta Key : _wfs_service_time

    Hope this helps.

    Regards,
    Team WP Scripts

    Thread Starter antenanet

    (@antenanet)

    That’s ok, fine.
    Now, another problem.
    I want edit data in phpMyadmin.
    What is the field of the mysql table where I can change the delivery date, because the customer got confused?

    Thread Starter antenanet

    (@antenanet)

    Where change date format for brazilina:
    dd/mm/yyyy.
    24 hours format: 12h, 14h, 09h etc

    Plugin Author WP Scripts

    (@wpscripts)

    Hello,

    I explained you the table and field name in above reply. I hope you understand that part.

    Regarding changing format, all the formats you see on frontend comes from WordPress general settings. From there you can update the time and date format.

    Regards,
    Team WP Scripts

    Thread Starter antenanet

    (@antenanet)

    Wordpress is configured properly, the problem was found in the plugin script that generates invoices
    https://docs.wpovernight.com/category/woocommerce-pdf-invoices-packing-slips/.
    Can you indicate where you could find a way out?

    Plugin Author WP Scripts

    (@wpscripts)

    Hello,

    Please contact respective plugin support to add custom meta. We have already given the details of order meta which needs to be added to that plugin.

    Regards,
    Team WP Scripts

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Mysql, alter data of delivery date’ is closed to new replies.