create a saved search for customer who don’t have contacts for this we need to write a simple saved search with the help of basic criteria and result we can achieve this . first got to new saved search and select a customer type then give a name and id and make it as public… Continue reading create a saved search for customer who don’t have contacts
Author: Prashanth G S
How to Add Two Home Page Banner Text That should display alternatively
How to Add Two Home Page Banner Text That should display alternativelyfor this i have created a new extension and u can add the code with out new extension u need to make sure using extension have all the entry point and the view is extended in extension. JS File: Configuration : theme Cass and… Continue reading How to Add Two Home Page Banner Text That should display alternatively
Occupationally overflow property will not work in iOS devices
Occupationally overflow property will not work in iOS devices. The overflow property in CSS is used to control how content that overflows the bounds of an element is handled. Occasionally, you may encounter issues with the overflow property not working as expected on iOS devices. Use Vendor Prefixes: Some older versions of iOS may require… Continue reading Occupationally overflow property will not work in iOS devices
Delivery Methods Not Appearing in One Page Checkout
In some cases, not all delivery methods appear when using the One Page Checkout flow. This issue sometimes occurs after a user enters a zip code when checking out as a guest. To correct this error, extend the mountToApp() method located in the CheckoutSkipLogin.js file and hide the following line within comment tags: data.cart && LiveOrderModel.getInstance().set(data.cart); In… Continue reading Delivery Methods Not Appearing in One Page Checkout
how to Create a saved search for customer how have sales record from certain time and did not purchased any think in last 6 months.
how to Create a saved search for customer how have sales record from certain time and did not purchased any think in last 6 months.first we need to create a customer search for the requirement create a saved search with the proper naming standard name and id. add the required criteria . then add result… Continue reading how to Create a saved search for customer how have sales record from certain time and did not purchased any think in last 6 months.
Slider with the hover effect in home page
Slider with the hover effect in home page without using any inbuilt carousal or slider library making with the help of events and ,html and CSS ,the image and hover image should be configurablejs code: css code: html: configuration code:
how to Apply Best Seller Sorting in the Web Site
You can use the Best Sellers extension in several ways in your web store: Sort option for product lists Facet for filtering product list pages Selection criteria for product merchandising rules Best Sellers in Product Lists When you have set up best sellers as a sort field for your web store, you can use it… Continue reading how to Apply Best Seller Sorting in the Web Site
how to solve the not able to add items to cart issue on website and scenario to recreate the issue on website.
To solve the not able to add items to cart issue on website and scenario to recreate the issue on website.there are different scenarios may cause this issue.1. When the quantity is not there for a particular item then the issue may arise.2. it may come because od client script3. and it may come when… Continue reading how to solve the not able to add items to cart issue on website and scenario to recreate the issue on website.
How to Customizing Merchandising Zones in SMT pages
Editing a Merchandising ZoneWe can make changes to how our products are displayed and preview your changes before you save them. To edit a merchandising zone:Log in to Site Management Tools.Go to the page that contains the merchandising zone.Point to the merchandising zone. This highlights the zone and displays the content controls.Click Edit to display… Continue reading How to Customizing Merchandising Zones in SMT pages
how to add a validation message for only one particular field in a pdp ,quick, view and edit cart page
how to add a validation message for only one particular field in a pdp ,quick, view and edit cart pagefirst we need to cerate a event for this and we can get the value from configuration for particular field which we want then we can perform the operation on it other wise if already event… Continue reading how to add a validation message for only one particular field in a pdp ,quick, view and edit cart page