Author: Shyma T
Logo Upload Utility in SCA Webstore
Implement a Logo Upload functionality on Home, PLP and PDP pages. Using the functionality the users can upload their logo image from the device to the website.The uploaded logo need to be stored locally in non-logged case and to the customer record in logged in case Entry point file view file Template file Suitescript files… Continue reading Logo Upload Utility in SCA Webstore
Resolve Error: “getaddrinfo ENOTFOUND xxxxxx_sb1.restlets.api.netsuite.com” when Fetching Theme and Extension files in Sandbox
Solution In the Theme or Extensions Development Tools directory, open this file: …/ns_npm_repository/oauth1/index.js Find the following line of code: return this._baseStep(`${this.vm ? ” : account}${this.urls.step3}`, params); Replace it with the following line of code: return this._baseStep(`${this.vm ? ” : account.replace(‘_’,’-‘)}${this.urls.step3}`, params); In the Theme or Extensions Development Tools directory, open this file: …/gulp/ns-deploy/net.js Find the… Continue reading Resolve Error: “getaddrinfo ENOTFOUND xxxxxx_sb1.restlets.api.netsuite.com” when Fetching Theme and Extension files in Sandbox
Deployment error in elbrus
Error in terminal while deploying to elbrus version of SCA This is solved by enabling the authentication for older versions.Follow the same steps mentioned here http://jobinandjismi.in/enable-token-based-authentication-montblanc-vinson-elbrus-and-kilimanjaro/
Category Display Based on the domain
The extension is used to display the categories based on the domain if the user is not signed in to the website. Therefore only items under related categories will be displayed in the webstore.
Add Individual Item To Cart
We can add individual item to cart from the wishlist
Proposal for Platinum website updates
Proposal summaryThis proposal included the requirement and solutions regarding the updates in login page,footer and addition of new “TERMS AND CONDITIONS” static page Requirement Add “TERMS AND CONDITIONS” static page – add link under the “PLATINUM NORTHAMERICA” category Add an online lead form on the login page Need to update the copyright date in the… Continue reading Proposal for Platinum website updates
Login Page Customisation
We can block customer login access from a particular website by extending the Account.Model file
Map Reduce Script : Back Instock
Map Reduce script to “Send Email to the Customer when the item is back in stock and delete the record from customer record list”
Proposal For Updates In Wishlist Page
Proposal Summary This proposal covers both the functional and UI development for Wishlist page in SCA webstore for Point Australia website. Requirement Remove star rating. Show barcode at the same location. Quantity field need to be editable, same as PLP or cart Remove priority and added on Edit button – Replace it with ADD… Continue reading Proposal For Updates In Wishlist Page