It helps to show the ordered products to show correctly in selected date without any inconvenience and list all the products which are selected in that date.
Author: Rohit Adithiya
How to use call backs in JavaScript
Let suppose If there are two variables like num 1 and num 2 and there is a method having that num 1 and num 2. now we want to call that method at the end so we can use this call back method .
Adding Link to the button using configuration record.
Create new page in My account in extension js modules like,open js module and crete extra file for new page name as jj.three.three.router.js. We can create page by using the router . In router file with view file and model file names required for data and server links (URL).view file links with tpl file(jj_three_three_tpl) of… Continue reading Adding Link to the button using configuration record.
creating multi-image or text slide scrolling with hover effect.
Creating Multi image slide scrolling with hover effects so the functionality will be scrolling until hover the image or click on the image below I have added the CSS code for reference.
How to add Scroll bar style over the line in the page so that its functionality will be same as like scrolling
Description: Creating a scroll bar on the single line curser moving. Add the following code in the container class and use the border line in webkit-scrollbar-track so that the scroll bar style over the line will be same as like scrolling functionality on single line. ::-webkit-scrollbar{ width:10px; height:0px; … Continue reading How to add Scroll bar style over the line in the page so that its functionality will be same as like scrolling
Adding Out of Stock Behavior Using CSV File
Solution:Navigate to setup>Imports/Exports>Import csv record.import type as we are making changes to item in the inventory select item, record type Inventory item. CSV Files:To create csv file navigate to lists>search>saved searchcreate a new saved search and in filters add Display in website, subsidiary, inactive and save In the result columns select the fields need to… Continue reading Adding Out of Stock Behavior Using CSV File