Hello guys,
How do I drag the custom field to the order line?
Right now it doesn't want to show me the value it needs.
Thanks in advance.
BR
Tomislav
Hello guys,
How do I drag the custom field to the order line?
Right now it doesn't want to show me the value it needs.
Thanks in advance.
BR
Tomislav
Can you elaborate? I don't understand what you are asking...
Hi Imar,
We create a custom field on the order line and that field we fill in the ERP system.
Now I try to display that field on the cart in lines but it doesn't display value even if that field has value in the backend.
BR
Tomislav
You may have to update the cart feed that gives you the data in your first screenshot. Just outputting it in {{ and }} isn't enough as that's client side templating. That template is used by a JSON feed which you'll need to update to include your custom field on the server so it gets sent to the browser. Use your browser's developer toolbar to find your feed URL; then find the page in the backend and update the feed's template.
Also, you may have to link your field to the shop under Settings | Ecommerce | Product Catalog | Shops | Edit
Imar
You must be logged in to post in the forum