Show barcode for each item in wishlist page. JS file Template file : add the variable in the place where required <p class=”wishlist-barcode”>{{wishlistBarcode}}</p>
Tag: SCA webstore
Proposal For Login Only Works For One Region
Project: THR-436 Requirement Need to work out how to make it so that one login can only be used for one region, therefore so currency & range changes does not confuse the customer if they log into wrong region. customize the login of website so that the customers can login only to their assigned website. … Continue reading Proposal For Login Only Works For One Region
Rename “my list” to “my order form” in the header and my account menu tree
Project: PAPL
TypeScript and JavaScript
TypeScript JavaScript A typed language that catches compilation errors early on You can find out errors during runtime Suitable for large projects as it improves code maintainability and readability As more code is added, becomes difficult to test and debug, thus JS is suitable for small projects Superset of JS, i.e., features like object-orientation, type-checking,… Continue reading TypeScript and JavaScript
How to add a timeout without set timeout function for a delay?
Sometimes the function we have written in the code will run before the page load. In such cases we can use a delay. The _.defer() function is used to invoke/call a function until the current call stack is cleared. Its major advantage is that it performs expensive computations, calculations or HTML in chunks without blocking… Continue reading How to add a timeout without set timeout function for a delay?
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
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
JavaScript Doughnut Chart
Solve the error “Search Failed”
Shows the error “Search failed” when selecting the filter option on the website Solution Go to the website record Commerce > Websites > Website List Select the currency for all the subsidiaries selected for the website record
Solve TypeError: arr.ReadUint16BE is not a function while setting up local for kilimanjaro sca version.
While running kilimajaro version locally, error noticed as given below.TypeError: arr.ReadUint16BE is not a function Solution: