Proposal For Adding Nickname For Credit Card In Website Checkout Page, My Account Page And Save To Netsuite

Cleerline Technology Group  Requirement  We are needing a field added to the website checkout page where you can name the different cards you have stored in your customer record.  For example:  Card ending in 1004  Nickname: Rob Work  Card ending in 1111  Nickname: Testing Only  Display nickname field on the website checkout page and my… Continue reading Proposal For Adding Nickname For Credit Card In Website Checkout Page, My Account Page And Save To Netsuite

Remove Inventory Information(stock message) until a color is selected on PDP page

Project- PTC-799Requirement: The current website behavior when you land on an item page is that it shows “in stock” based on a default item – it is only when you click on a color that it will reflect the inventory for that particular item. Remove the “In Stock” notice altogether on the landing page so… Continue reading Remove Inventory Information(stock message) until a color is selected on PDP page

PDP() Frontend Extensibility API

The PDP (Product Details Page) component provides a number of ways to interact with the product details page, such as setting page options, changing quantities, and getting item information. Get an instance of this component by calling container.getComponent(“PDP”). MembersPDP_FULL_VIEW :StringDescriptionThe name of the main PDP full view. Use this name to reference views in methods such… Continue reading PDP() Frontend Extensibility API

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?