Loading...

Our Blogs

Get the latest updates on design, development, and technology trends with us

difference between the Varnish and Redis cache in Magento performance?
Difference between the Varnish and Redis cache in Magento performance?

In Magento Cache Management, both Redis and Varnish are used to improve your website's performance and scalability. Let's check together their areas of improvement in the Magento website performance.

15 Jun 2023
by Bhavisha Rathod
Category: Magento
How to clear shopping cart in Magento 2

Sometimes you need to clear the cart when certain conditions. For example, when a customer adds a specific product, you want to remove all items from the cart. Or you may need to clear the cart when a customer applies a particular coupon code, Or you might need to remove a specific item from the cart.

09 Jun 2023
by Jayram Prajapati
Category: Magento
The Ultimate Guide to Cart Checkout GraphQL
The Ultimate Guide to Cart Checkout GraphQL
  • For guests, use the createEmptyCart mutation to create an empty shopping cart and generate a cart ID for a guest user.
  • mutation addProductsToCart adds a product to the shopping cart.
  • we have to pass the cartId and cartItems parameters below at QUERY VARIABLES and then we use them in our query.
21 Dec 2022
by Sandip Kumavat
Category: Magento
How to filter product by their name and customer id in Graphql ?
How to filter product by their name and customer id in Graphql ?
  • we have to pass the filter parameters below at QUERY VARIABLES and then we use it in our query.
  • Here sku and customer-group-id are coming from ProductsAttributesFilterInput.so, we pass it with a filter variable.
21 Dec 2022
by Pravin Prajapati
Category: Magento
Everything You Need to Know About Checkout/Cart Page
Everything You Need to Know About Checkout/Cart Page Summary Definition of checkout/cart page
  • You need to make a plugin for CheckoutOrderSummary.plugin.js. In that we need to add custom data below the subtotal at checkout summary then, we add data in the renderSubTotal function.
20 Dec 2022
by Sandip Kumavat
Category: Magento
Password Option Change using the command!
Password Option Change using the command!
  • Go to the root folder or Magento Path in the terminal
  • Now paste these commands one by one after each execution of each command
20 Dec 2022
by Sandip Kumavat
Category: Magento