Developer forum

Forum » Ecommerce - Standard features » custom fields
Tomislav Bušić
Reply

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

renderfield.png renderfield2.png renderfield3.png renderfield4.png

Replies

 
Imar Spaanjaars Dynamicweb Employee
Imar Spaanjaars
Reply
This post has been marked as an answer

Can you elaborate? I don't understand what you are asking...

Votes for this answer: 1
 
Tomislav Bušić
Reply

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

 
Imar Spaanjaars Dynamicweb Employee
Imar Spaanjaars
Reply

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