This article provides a complete explanation and reference implementation for adding mandatory field validation during checkout in SuiteCommerce Advanced (SCA) when the order contains Signature-Controlled items. The customization ensures that the order cannot be submitted unless required prescriber information is provided. Overview Certain item classes — such as “Controlled : Signature Controlled” — require additional… Continue reading SuiteCommerce Mandatory Field Validation for Signature-Controlled Items
Tag: 2024.1.1 minor release of suitecommerce
Customizing Item Name Display in PLP, PDP, and Cart via Configuration
Create Configuration Record “SiteSpecific.fieldName”: { “type”: “string”, “title”: “Field Name”, “description”: “Enter the item field name to display as name for this subsidiary/domain”, “default”: “storedescription”, “group”: “shoppingApplication”, “subtab”: “SiteSpecific” } PLP plp.addToViewContextDefinition(‘Facets.ItemCell.View’, ‘name’, ‘string’, function name(context) { … Continue reading Customizing Item Name Display in PLP, PDP, and Cart via Configuration
2024.1.1 Minor Release of SuiteCommerce, SuiteCommerce MyAccount, and SuiteCommerce Advanced
Enhancements After customers cancel a purchase, the request is now sent through POST command instead of GET. Fixes Fixed an issue that caused the character, “)”, to be added to the end of the deposits subtotal in the My Account area of SuiteCommerce and SuiteCommerce Advanced websites. This issue occurred when customers paid an open… Continue reading 2024.1.1 Minor Release of SuiteCommerce, SuiteCommerce MyAccount, and SuiteCommerce Advanced