The task requirement is to slider is not working while the slider having only one to four items but if we have add that products around more than six or ten the slider will work automatically by adding related and co related items in inventary item as look like Need to go to the particular… Continue reading How to add related and corelated items in inventary item to show the items in slider
Author: Guna Murugesan
How to show the ezsheild description above of the select box (select box is in different data view )
For this task requirement we need to show the description above of the select field but now it was showing below so that item options are coming from diffrent data view so that description is not going inside that data view for that we need to extend that child view of option.collection and need to… Continue reading How to show the ezsheild description above of the select box (select box is in different data view )
How can we show the Ezsheild description which items have EZshield item option
we need to add the description view (created using the extension) as a child view to the option selector view and define it as a data view .As the website displays the item options based on the internal ID, Note: For personalized items, we used a separate template for all item options. So to display… Continue reading How can we show the Ezsheild description which items have EZshield item option
How to solve In a website All the pages is not static for ios devices
To solve the issue of non-static pages on a website for iOS devices, you can follow these general steps: Identify the problem: Analyze which specific pages or elements on your website are not static for iOS devices. Determine whether it’s a design issue, a compatibility problem, or a technical error. Responsive design: Ensure that your… Continue reading How to solve In a website All the pages is not static for ios devices
How to show the correct selected quantity in cart page, mini cart,add to cart page
if we selected a product and add a certain amount of quantity of product the quantity should updated in cart , previously one issue was there if we add 300 as quantity it only showing 1 as quantity so what we selected quantity should update in cart
How to show view pdf in cart page with which all items have personalized and not to shown which item does not have personailized
Categories Do Not Display Properly
In some implementations of the Kilimanjaro release of SuiteCommerce Advanced, the parent of a product category would incorrectly overwrite the data of a child category when it displays the child category. This could result in a Page Not Found (404) or the display of the wrong category Create the Override File Create an extensions directory to store… Continue reading Categories Do Not Display Properly
Custom Page Title in SMT Does Not Display Correctly
creating a title for a custom facets page using Site Management Tools does not display the correct title. In these cases, editing the page name on a custom page results in the page title inheriting the facet path instead of the custom title Step 1: Extend CMSadapter.Page.Router.js Create an extensions directory to store your custom module. Depending… Continue reading Custom Page Title in SMT Does Not Display Correctly
SMT USING EXTENSION
If we have a multiple domain smt pages and if we edit or change the content of the smt pages means the changes were made by the domain is affecting one domain to another domain so for that issue we need to create a configuration array to store the values like first we need to… Continue reading SMT USING EXTENSION
Edited Shipping Address on the Review Your Order Page is Not Showing Changes
To implement this patch, create a custom module to override the OrderWizard.Module.ShowShipments.js file, which ispart of the OrderWizard.Module.Shipmethod@X.Y.Z module. In this example, X.Y.Z represents the version of the OrderWizard.Module.Shipment module in your implementation of SuiteCommerce Advanced. You can download the code samples described in this procedure here: Step 1: Create the Override File Create an extensions directory to store… Continue reading Edited Shipping Address on the Review Your Order Page is Not Showing Changes