Thread Starter
eezzy
(@eezzy)
Thank you for your reply!
I am setting the delivery date as a static value directly in the feed mapping.
For example, I want to set it to 0 to indicate that the product is available immediately (same-day shipping).
The issue is:
- When I set a specific date (e.g., 2025-08-28), it appears correctly in the XML feed.
- However, when I set the value to 0 (or 1), the <DELIVERY_DATE> tag does not appear at all in the feed output.
- It looks like the plugin treats these numeric values as “empty” and skips them.
Here’s my current mapping:
- Field: DELIVERY_DATE
- Value type: Static value
- Static value entered: 0
My goal is to force the value 0 to always be included in the feed output inside the <DELIVERY_DATE> tag.
Could you please confirm if this is possible or if there’s a workaround?
Thank you so much for your help!