Skip to content
  • Home
  • Magento 2
    • Cart
    • Catalog
    • Customer
    • Eav Attributes
    • Payments
    • Shipping
    • Theme
  • AEM
  • Node JS
    • JavaScript
  • Data Analytics
  • Watch Our Vlogs
  • Contact Us
  • Privacy Policy
Magento 2 Sb Dev Blog

Author: Sameer Bhayani

I am Adobe Certified Professional. I got involved with Magento 6 years back and since then I have never looked for another technology. Because I knew Magneto has many things to offer and it has a good future ahead. Since then I have developed many skills in magneto and helping Magento community with my skills. Today, I am good at migrating Magento 1 to Magento 2, developing a custom extension for Magento 2, platform integration with Magento 2, and developing custom store in Magento 2. I believe in Magento because it has many features to offer to the online store. It is safe and secure and developed by many coders all around the world. I am always ready to debug the code and help the community in my own ways.
  • Home
  • Sameer Bhayani
  • Page 5
Magento 2: Create a custom email template 5 min read
  • Admin
  • Email
  • Magento 2

Magento 2: Create a custom email template

  • Sameer Bhayani
  • June 24, 2023

Do we need to send a custom email? We must create custom email templates. We will create a custom email template. Emails are an essential part of every website. Hence, emails must be unique and […]

Magento 2: Create Custom Cron 4 min read
  • Configuration
  • Cron
  • Magento 2

Magento 2: Create Custom Cron

  • Sameer Bhayani
  • June 17, 2023

Do we need to create a custom cron job? Let’s do it. In any case, we need to perform certain operations frequently. We will require a cron. The best example is the indexer. As we […]

Magento 2: Add Category Attribute Using Data Patch 4 min read
  • Catalog
  • Categories
  • Eav Attributes
  • Magento 2

Magento 2: Add Category Attribute Using Data Patch

  • Sameer Bhayani
  • June 4, 2023

Do we need to add a category attribute using a data patch? Let’s do it. We will add an extra text field on the category edit page on the admin side. So let’s create a […]

Magento 2: Add Custom Validation Rules on Checkout 5 min read
  • Checkout
  • Knockout JS
  • Magento 2

Magento 2: Add Custom Validation Rules on Checkout

  • Sameer Bhayani
  • May 27, 2023

Let’s add custom validation rules at checkout. We have added custom validation before placing the order on the checkout page. However, we can restrict address-level fields to shipping and billing addresses by adding default and […]

Magento 2: Add Custom Validation Before Order Placement 6 min read
  • Checkout
  • Knockout JS
  • Magento 2
  • Payments
  • Shipping

Magento 2: Add Custom Validation Before Order Placement

  • Sameer Bhayani
  • May 20, 2023

Do we need to add custom validation just before order placement? Is it possible? Yes, absolutely; Magento 2 is flexible and provides a mechanism to add our custom validation before placing orders. We often need […]

Magento 2: PayPal gateway has rejected request. The totals of the cart item amounts do not match order amounts 3 min read
  • Cart
  • Checkout
  • Magento 2
  • Payments

Magento 2: PayPal gateway has rejected request. The totals of the cart item amounts do not match order amounts

  • Sameer Bhayani
  • May 20, 2023

PayPal gateway has rejected the request.? Have you added custom charges or tax to the total? If yes, then let’s fix it. First, let’s talk about what Paypal is. Paypal is an international payment method […]

Magento 2: Add Block Before Add To Cart On Product Page 5 min read
  • Catalog
  • Layout
  • Magento 2
  • templates
  • View Model

Magento 2: Add Block Before Add To Cart On Product Page

  • Sameer Bhayani
  • May 13, 2023

The product page is also the most crucial, like the checkout page. Customers see a detailed view of each product, including reviews. Hence, this page must be handled carefully to convert the cart into a […]

Magento 2: Access Configuration Value in JavaScript at Checkout 4 min read
  • Checkout
  • Configuration
  • Knockout JS
  • Magento 2

Magento 2: Access Configuration Value in JavaScript at Checkout

  • Sameer Bhayani
  • May 13, 2023

We have accessed the configuration value in the JavaScript widget. In this post, we will access the configuration value in JavaScript at checkout. As in the last post, if we pass value to a JS widget, […]

Magento 2: How to pass value to JS 3 min read
  • Catalog
  • Configuration
  • Knockout JS
  • Magento 2

Magento 2: How to pass value to JS

  • Sameer Bhayani
  • May 6, 2023

We will pass the dynamic configuration values to JS in this post. We can pass values to the configuration using checkoutConfig in checkout. However, we can also pass values to the jQuery widget from the […]

Magento 2: Create Dynamic Row System Configuration 7 min read
  • Admin
  • Configuration
  • Magento 2

Magento 2: Create Dynamic Row System Configuration

  • Sameer Bhayani
  • April 22, 2023

In this post, we will create a dynamic row system configuration. This is because we often require dynamic values for rows. For example, we usually save rows as individual fields in separate tables or keep […]

Posts pagination

Previous 1 … 4 5 6 … 8 Next

LET’S KEEP IN TOUCH!

We’d love to keep you updated with our latest technical content😎

We don’t spam! Read our privacy policy for more info.

Check your inbox or spam folder to confirm your subscription.

Recent Posts

  • Creating a Custom GraphQL for Magento 2 Products
  • Using Input Types in Custom GraphQL Mutations in Magento 2
  • Create a Custom GraphQL Mutation in Magento2
  • How to Add Filtering, Sorting, and Pagination to Your Custom GraphQL in Magento 2
  • How to Create a Custom GraphQL Endpoint in Magento 2

Archives

  • June 2025
  • May 2025
  • April 2025
  • January 2025
  • December 2024
  • November 2024
  • October 2024
  • June 2024
  • May 2024
  • March 2024
  • January 2024
  • December 2023
  • November 2023
  • October 2023
  • September 2023
  • August 2023
  • July 2023
  • June 2023
  • May 2023
  • April 2023
  • March 2023
  • February 2023
  • January 2023
  • December 2022
  • November 2022
  • October 2022

profile for Sameer Bhayani at Magento Stack Exchange, Q&A for users of the Magento e-Commerce platform

SB DEV BLOG provides technical article which you need in daily life. Started from Adobe Commerce (Magento 2) but I will write and publish post for other framework and languages as well.

Recent Posts

  • Creating a Custom GraphQL for Products in Magento2

    Creating a Custom GraphQL for Magento..

  • Using Input Types in Custom GraphQL Mutations in Magento2

    Using Input Types in Custom GraphQL..

  • Create a Custom GraphQL Mutation

    Create a Custom GraphQL Mutation in..

Most Viewed Posts

  1. Magento 2: Message Queue Status Codes (926)
  2. Magento2: How to refresh the shipping method using JS? (925)
  3. Magento 2: How to invalidate indexer programmatically? (755)
  4. Magento 2: How To Remove Product from the categories Programmatically? (596)
  5. Magento 2: How to update the total using JS (553)
Magento 2 Sb Dev Blog

Check your inbox or spam folder to confirm your subscription.

Copyright © 2022-24 https://sbdevblog.com