CSS Error Hides First div Element on Product Details Page

Step 1. Override the Item.Details.View.js File To override the Item.Details.View.js file, located in the ItemDetails module, create a directory in which to store your custom modules. For example, Modules/extensions. Open this directory and create a subdirectory to maintain your customizations. Give this directory a name similar to the module being customized. For example, create Modules/extensions/ItemDetailsExtension@1.0.0 In your new ItemDetailsExtension@1.0.0 directory,… Continue reading CSS Error Hides First div Element on Product Details Page

Email template Issue with Outlook app in Windows

The style applied to an Image in the style tag may not detect by the outlook app. SO the Image may appear in its original size in the outlook app. For resolving the issue use the code below: Code snippet: In this code, the height and width are given outside the style tag for detecting… Continue reading Email template Issue with Outlook app in Windows

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