PROPOSAL SUMMARY This proposal covers the implementation of changing the online price displayed in the webstore to the customer price level for special item. REQUIREMENT Currently, the price displayed for the item in the webstore is the customer price level except for special items. For special items the online price level is displayed crossed off along… Continue reading Proposal to Change Crossed off Online Price in website to Customer Price Level For Special Item
Author: Shyma T
Special characters in http post request
We can pass special characters in http post request by encoding the URL parameters as shown below
Registration Function Update
We can set a value to the new field in the customer record while registering from the website by extending “register” function in Account.Model.
Acceptable file types
The accept attribute specifies a filter for what file types the user can pick from the file input dialog box. The accept attribute can only be used with <input type=”file”>
Update Extension Manifest
If you created the files and folders in extension, the extension manifest can be updated by using the gulp command gulp extension:update-manifest
Replacement of Special Characters in Liquid Pixel URL
The use of some special characters in liquid pixel image url gives invalid images. So we can replace those with the below characters Desired Character Name Replace With Alias ( open parenthesis U0026lp; None ) close parenthesis U0026rp; None & ampersand U0026amp; None < less than U0026lt; lt > greater than U0026gt; gt >= greater… Continue reading Replacement of Special Characters in Liquid Pixel URL
Error Message : You have not enabled web services feature for your account
Issue: When we try to fetch theme or extension shows an error in terminal Solution Enable the SOAP Web Services Feature Setup > Company > Setup Tasks > Enable Features. Click the SuiteCloud subtab. Check the SOAP Web Services box. Click Save.
Transaction History of Sub Customer
The extension is created to display the transaction history of sub customers of the user. We added a new tab “Sub Customers” in my account menu On clicking the link the user will redirect to new page which list the sub customers of the logged user On clicking each sub customer, the user will redirect… Continue reading Transaction History of Sub Customer
Option selection Trigger
We can add new function after an option is selected in the option selection trigger for PDP page This event triggered after an option is set. The event data is an object.
Add New Tab to MyAccount Menu
We can add new tab or menu to the my-account menu tree as shown below.On clicking the subentry the user will redirect to new page. The View and template of the new page can be set