Scenario When users view the product detail page of some items in the web store, the detailed description of the items are missing. Solution Step 1. Go to Lists > Accounting > Items Item: Click View Click Edit Click the Web Store sub-tab Detailed Description: Detailed Description: Click the HTML icon beside the font family option Copy content Step 2. Go to Lists > Accounting > Items Item Record: Click View on the item with the… Continue reading Missing Item Description on Product Detail Page
Tag: item description update
without extending in the entry file how to display the item description from the view file.
without using the extend method we can create a data view and using the data view from the view files we can display the item description by using this method. We will get the matrix parent and child item details using the code given below initialize: function (options) {var self = this;this.options = optionsthis.pdp =… Continue reading without extending in the entry file how to display the item description from the view file.
API for Item Description update
A RESTLET API for updating item description in Item record.