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
Author: Sanjay Kushwaha
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
To set the Row and column of the Shipping Address in checkout page.
Scenario By defaut SCA provide us 3 column for Shipping Address in one row in Checkout page, If we need to set 2 column or ( N number of column )in 1 row and if we will try to set with CSS, we will face alignment issue in different device So to solve this kind… Continue reading To set the Row and column of the Shipping Address in checkout page.
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
Stock Notification Extension
The Stock Notifications extension lets users sign up for an email notification alerting them when an out-of-stock item again becomes available. If enabled, users see a stock notification option on the Product Details pages. Logged in users can visit the Stock Notifications tab of their My Account page to view details of the items to… Continue reading Stock Notification Extension
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
Detect Duplicate Customer Email
Scenario The Website Duplicate Email Detection feature prevents web store shoppers from creating duplicate customer accounts on our website. This feature detects duplicate email addresses when a customer chooses to register for an account. If a duplicate email address is detected, the customer is notified with an alert message, but the web store checkout workflow… Continue reading Detect Duplicate Customer Email