简体   繁体   English

将自定义项目字段公开到SCA Webstore?

[英]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 . 我创建了一个自定义项目字段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. 您需要在字段集中添加custitem_promotional_price字段。 In the Details area. 在详细信息区域。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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