An element’s back face is a mirror image of its front face. Though invisible in 2D, the back face can become visible when a transformation causes the element to be rotated in 3D space. (This property has no effect on 2D transforms, which have no perspective.)
Category: Ecommerce-Web- App-Development
All articles related to Website development
How to get category item details using the search API
using this methode we can do Category details from the netsuite Retrieve Items by Commerce Categories commercecategoryid — You can use the parameter commercecategoryid to retrieve items that belong the specified Commerce Category ID.http://www.mywebstore.com/api/items?commercecategoryid=12345 commercecategoryurl — You can use the parameter commercecategoryurl to retrieve items that belong the specified Commerce Category URL.http://www.mywebstore.com/api/items?commercecategoryurl=/apparel/partywear/shoes commercecategoryname — You can use the parameter commercecategoryname to retrieve items that… Continue reading How to get category item details using the search API
Placing Meta Tags on the Pages of Your Site
The procedures you use for placing the meta tags on your site can vary, depending on the type of page. See the following topics for information about adding the meta description to each page 1.Homepage Meta Description2.Facet Page Meta Description3.Item Detail Page Meta Description4.Landing Page Meta Description Homepage Meta Description The ‘meta description’ on your homepage is… Continue reading Placing Meta Tags on the Pages of Your Site
How to category import if there are subcategory in the category using Csv import.
using this methode we can do Category import if there are subCategory in the Category using CSV import Commerce Category Import The commerce category import lets you add or update the following information for commerce categories: Commerce Categories Customer segment assignments Subcategories Category item assignments Category tags Category translations Commerce categories are used to create… Continue reading How to category import if there are subcategory in the category using Csv import.
How to create a user in the firebase using authentication function using react.js
Set Up Firebase Project: Go to the Firebase Console and create a new project. Set up Firebase Authentication in your project. Install Firebase SDK: In your React.js project, install the Firebase SDK using npm Command for installing firebase is “npm install firebase“ 3. Configure Firebase in Your React App: Create a Firebase configuration file, e.g.,… Continue reading How to create a user in the firebase using authentication function using react.js
Add LiveChat to your SuiteCommerce using Google Tag Manager
First SC Google Tag manager bundle need to be installed Then we need to Link Google’s client ID with NetSuite As a next step, go to SuiteCommerce Advanced section. Choose which of your NetSuite website and domain would you like to link with Google Tag Manager. Once you’ve done that, click on the Configure button. On the next screen, proceed… Continue reading Add LiveChat to your SuiteCommerce using Google Tag Manager
Pinterest API POST Method
Below code can be used for generating Pinterest refresh token using a Suitescript file
Resolve Company Field Missing From Individual Lead Record Created Using Contact Us Form
When submitting a Contact Us form generated from SMT with the Company field populated, the corresponding field on the individual lead record will be empty. A workaround is to use an Additional Field and link this to the Company field. Solution While logged in to SMT on your website, navigate to the page that contains… Continue reading Resolve Company Field Missing From Individual Lead Record Created Using Contact Us Form
How to send get and post request in API using Node JS & using Postman
We can write get and post method in API using node js. We rae using Postman for testing here. We can write API’s in node JS for send and recieving the requests. By using this code we can get the values in postman as well as in server. First we need to install the Express… Continue reading How to send get and post request in API using Node JS & using Postman
How to use Firestore Database in React JS
It is a comprehensive backend solution offered by Google that simplifies the process of building, managing, and growing applications. When developing mobile or web apps, handling the database, hosting, and authentication can be challenging tasks. Firebase addresses these challenges by providing a range of features. Now for using The Firestore in the React JS project… Continue reading How to use Firestore Database in React JS