We need to use @keyframes animate {}, for compatibility with Safari 4.0-8.0 you need to use @-webkit-keyframes example {} together with the @keyframes animate {} Need to use @webkit-keyframes animate {} as well.
Tag: sca
Correlated item in the Website
Correlated and related items create up-sell opportunities by displaying additional items to shoppers in your web store. Correlated items are dynamically created from the site statistics based on the shopper’s buying behavior, such as the ratio of items added to the shopping cart versus those that were ultimately purchased. The list of correlated items is… Continue reading Correlated item in the Website
How to use getBreadcrumbPages function to rename the breadcrumb values.
How to display Hierarchy of categories by using JS
In entry file , we need to allow the level of categories to display . Update the template ,place a categories in the level wise .
Quantity Pricing
SuiteCommerce Advanced provides a Quantity Pricing feature for customers who offer quantity-based price breaks. This feature uses the Search API to return an item’s quantity pricing details from NetSuite (in JSON format) and display results in a chart describing the pricing discounts available by quantity ordered. This information is collapsed by default and available at… Continue reading Quantity Pricing
Configuring the 404 Page SCA
To configure the 404 page Go to Commerce > Websites > Configuration. Select the website and domain where the theme is activated and click Configure. Go to the theme name subtab. Go to the 404 Page subtab. Using the table below for reference, fill out the fields. Field Description Background Image Enter the image to… Continue reading Configuring the 404 Page SCA
Function to find the parent from an array of objects
Function to find the parent from an array of objects
How to modify the categories navigation menu levels in netsuite.
We need to modify levels of categories in netsuite to display in website . Commerce>website>configuration. In configuration record we need to update required level.
How to restore smooth scrolling text in ios device without using tag.
Without using <marquee> tag we can use animations , marquee tag is not support for all devices and browsers. Here is the sample code of animation to scroll text smoothly.