Error: Missing binding /home/jandj/Documents/GitHub/Rize_Home_USA_NS/Sandbox/Extension/node_modules/node-sass/vendor/linux-x64-93/binding.node

This path might be change According to Project. Scenario when we try to fetch or run local error message as shown above will display in our terminal. Solution open terminal  Select NVM 12.21.0 using below code  nvm use 12.21.0 install npm  run below comand to download the binding for our current environment. npm rebuild node-sass… Continue reading Error: Missing binding /home/jandj/Documents/GitHub/Rize_Home_USA_NS/Sandbox/Extension/node_modules/node-sass/vendor/linux-x64-93/binding.node

To create Holo Circle Gradient with CSS

Solution HTMl Code    <div class=”watermark”></div> CSS Code .watermark {         position: absolute;         top: 24%;         right: 70%;         pointer-events: none;         opacity:0.2;         -webkit-transform:rotate(69.754deg);         flex-shrink: 0;         border-radius: 50%;         width: 775px;         height: 775px;         border: double 125px transparent;         border-radius: 50%;         background-image: linear-gradient(white, white),                           linear-gradient(to right, #7EAF00,#D8E7B3,transparent ,transparent);… Continue reading To create Holo Circle Gradient with CSS

Error message “Invalid Assignment Left-Hand Side”

Scenario when trying to fetch or deploy theme or extension a error message “Invalid Assignment Left-Hand Side” will  occur. Solution Run this command: npm install xmlbuilder@11.0.0 To ensure xmlbuilder@11.0.0 has overwritten the previous version, run: npm list xmlbuilder If the preceding command returns any version other than xmlbuilder@11.0.0, we need to install version 11.0.0 in… Continue reading Error message “Invalid Assignment Left-Hand Side”

PROPOSAL FOR UPDATE BILLING ADDRESS

Proposal Summary  This proposal covers the scope of adding the customizations on the website to update the Billing Address.  Requirement  To display default billing Address in billing Address Section.  When choosing the payment method as credit card need to display a link change billing address along with default billing address. On clicking the link need… Continue reading PROPOSAL FOR UPDATE BILLING ADDRESS

Add value to Object of an Array and to sort the Array based on new value.

Scenario  when we try to sort item , category, Size option etc based on internalID then because of the disarray we are not able to sort in sequence. so we need to add new object to the array and we need to sort the array based on that newly added object. Solution Create a Extension… Continue reading Add value to Object of an Array and to sort the Array based on new value.

Resolve error – “Internal Error” When Viewing Transaction History on MyAccount

Scenario An “Internal Error an error has occurred” appears when we open the Transaction History under MyAccount. This error occurs even after the SS2 of the SSP application has been deployed to the domain and site. This error can occur if the default locale of a currency being used on the website is not properly… Continue reading Resolve error – “Internal Error” When Viewing Transaction History on MyAccount

Shipping Bar

Applies to  :- SuiteCommerce | SuiteCommerce Advanced | Site Management Tool The Shipping Bar extension lets you add a shipping bar and banners to your website to inform shoppers of how much they have to spend to qualify for free or special rate shipping. The shipping bar and optional banners display various messages to customers based… Continue reading Shipping Bar

Advance Sign Up

The SuiteCommerce Advanced Sign Up extension lets us use an alternate sign up form on our website, in addition to or instead of the existing standard customer registration form.  This form is particularly suited to wholesalers who want their users to register before they are able to shop on their site.   To complete the registration… Continue reading Advance Sign Up