简体   繁体   中英

Expose Custom Item Field to SCA Webstore?

How can I expose a custom item field webstore side? I have created a custom item field custitem_promotional_price . I now need to access that value in one of my backbone views.

So my view needs to access this property like so:

var promoPrice = this.model.get('custitem_promotional_price');

Right now that property is not coming through in the item.

You need to add the custitem_promotional_price field in your fieldsets. In the Details area.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM