Scenario These are steps that can be taken when the Extensions manager stops working and is preventing further activations. What the user need to do is to delete the records on the Extensions Active that are connected to the Activation record. Then deleting the specific Activation record. Solution Method 1: Navigate to Customization > Lists, Records, & Fields > Record Types Look… Continue reading Resolve stuck Extension activations
Tag: EXTENSION
How to resolve the 404 error in indexing for the blog page due to extension
The http status of the blog page generates a 404 error when the banner and script extension is activated to the website. The issue due to the Banner extension is resolved by updating where we are using the let so replace the let to var and replace the mountToApp: function mountToApp (container) to mountToApp: function()… Continue reading How to resolve the 404 error in indexing for the blog page due to extension
SC Blog
The Blog extension lets you create blog posts for your website using Site Management Tools(SMT). You can add posts with images, include post excerpts, and organize posts withcategories and tags.Activating the Blog extension makes four new components available on your site:Blog Home Page — This page is created as the home page for your blog… Continue reading SC Blog
Language Selector extension
Code for adding the functionality of language selector option in the header of the SCA website. Code: Entry point File (Java Script)
SC Featured Category extension
The Featured Category extension lets you highlight a commerce category on your website. This extension allows you to customize your featured category’s appearance and behavior. You can choose how many items you want to show and add a button to link to the category page. For each item highlighted in the featured category section, you… Continue reading SC Featured Category extension
Extension to call suitelet file to approve SO
The approver can approve the sales order from the Approver detail page. We are created a suitelet to approve and decline the sales order. The request details is added below. it is a post request so pass the details in the body When approving or rejecting an order .To request the suitelet using the service controller… Continue reading Extension to call suitelet file to approve SO
Inventory display
The Inventory Display extension lets you show stock status and available quantity on an item’s Product Details page (PDP). You can customize the behavior for different types of inventory, such as special order or drop ship items. You can also create an additional message to display when an item is low on inventory. This extension… Continue reading Inventory display
Product Reviews Approval – SCA
The Product Reviews feature lets users review and rate items on the website, and they can also view ratings and reviews submitted by other users. After customers submit product reviews, they must be approved before they appear on the website by default. Users can moderate submitted reviews using the Product Reviews record type. We can… Continue reading Product Reviews Approval – SCA