Scenario:Restrict a customer to purchase/reorder the items from the purchase history detail page if the item is not enabled for the customer subsidiary. For example, if the item is available only in AU, NZ, and USA, then it should be visible only for those domains. Remove from the other domains. Solution: We can extend the… Continue reading Hide The Reorder Button Under Purchase History for Restricted items
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
New column in myaccount overview
To add new column in myaccount page through extension . In array original.column add new column .