We use default Shop export module for Shopware. In our business case we have the follow situation: we need take from a Shopware field the value and save it in Xentral order and then show it in an invoice.
My questions:
Does Xentral have custom field feature for Order. If not how I can deal with this situation (maybe I can use another field if yes which one?)
How add this value to invoice. I can’t find any documentation about this.
When you create an invoice through the sales order by the action “continue as an invoice”, the free text of the sales order will be transmitted to the invoice, too.
what field is this? Shopware 5 or Shopware 6? Is it a custom field on the order or on the product in Shopware?We need a little more information.
You can access this field via Smarty and write it into a field in XENTRAL. There are various fields that you can fill in the order and which are then also printed on the invoice.
Unfortunately, there are still no custom fields for orders and receipts.
“what field is this?“ - We use a payment method which adds to the order a field which call “Descriptor”. This field is saved inside in the order extension (when you use Shopware rest API you can see this extension field) but it also possible to save it in the Shopware order custom fields.
My Shopware version is 6.4.20.0.
“Is it a custom field on the order or on the product in Shopware?” - This custom fields on the order.
“There are various fields that you can fill in the order and which are then also printed on the invoice.” Maybe you can give me advice which fields better to use in my case?