Balises xml woocommerce bookings
-
Good morning, I added the code: https://docs.algolplus.com/algol_order_export/woocommerce-bookings/ in order to be able to add the reservation information to my xml. I have a problem, the product xml tags are displayed as attributes. I would like to display them as a simple tag. Plan : <User> <Billing_First_Name>Navy</Billing_First_Name> <Billing_Last_Name>AUDE</Billing_Last_Name> <Billing_Email>[email protected]</Billing_Email> <Billing_Phone>+33670868872</Billing_Phone> <Products> <46> <Sku>LOCBUR3</Sku> <Booking_Start_Date>September 26, 2023 9:00 a.m.</Booking_Start_Date> <Booking_End_Date>September 26, 2023 3:00 p.m.</Booking_End_Date> <Booking_Resource>Yes</Booking_Resource> </46> </Products>. I would like to see: <User> <Billing_First_Name>Navy</Billing_First_Name> <Billing_Last_Name>AUDE</Billing_Last_Name> <Billing_Email>[email protected]</Billing_Email> <Billing_Phone>+33670868872</Billing_Phone> <Sku>LOCBUR3</Sku> <Booking_Start_Date>September 26, 2023 9:00 a.m.</Booking_Start_Date> <Booking_End_Date>September 26, 2023 3:00 p.m.</Booking_End_Date> <Booking_Resource>Yes</Booking_Resource> Can you help me please ? Thank you so much
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Balises xml woocommerce bookings’ is closed to new replies.