Powered by Adobe Commerce 2.4.8

untitled-2_6_1.png

Direct Product Add to Cart

4.3 out of 5 stars. 3 reviews
PRODUCT:
0
TOTAL:

Trader Information

Back to top

Overview

Back to top

Looking for a simple way to let customers add products to their cart with one click? Direct Product Add is an extension for Magento 2 that allows you to share specially formatted links so shoppers can instantly add single or multiple products directly to their cart. By reducing the steps required to make a purchase, this extension helps boost conversions and offers a smoother shopping experience. Once customers click a shared link, they will be redirected to either the cart or checkout page—whichever you prefer to set in the admin panel. It’s perfect for email campaigns, social media posts, and more, giving you a powerful tool to increase sales and streamline the buying process.

Features

  • Single-Click Add to Cart: Let customers add items to their cart instantly by clicking a link.
  • Multiple Products Support: Easily include more than one product (and quantities) in the same link.
  • Flexible Redirection: Choose whether users land on the cart page or directly at checkout.
  • Coupon Integration: Attach a coupon code in the URL to automatically apply discounts.
  • Empty Cart Option: Clear existing items from the cart before adding new products by adding a simple parameter.

Demo

  • Click Here for a Live Demo
    This link automatically adds the product with sku 24-MB01 to the cart and redirects the user to the checkout page.

Use Cases

  • Email Promotions: Include direct-add links in your newsletters so subscribers can quickly add featured items to their carts.
  • Social Media Campaigns: Post short links on your social channels, letting followers instantly shop your promotions.
  • Blog or Content Marketing: Embed direct-add links in articles or product reviews, providing readers an immediate path to purchase.
  • Quick Reorder: Give returning customers a direct way to restock frequent purchases without navigating product pages.

Additional Notes

  • We recommend using simple product SKUs or IDs. Configurable products will redirect users to the product page for option selection.
  • Ensure that the SKU or ID belongs to the correct store to avoid redirects to the home page.

Upgrade your store’s user experience with Direct Product Add. By reducing barriers to purchase, you’ll see higher conversion rates and happier customers!

Technical Specifications

Back to top

Seller profile

sukhvir kushwah

Seller contact

E-mail

Current Version

1.1.4

Adobe Commerce platform compatibility

Adobe Commerce (cloud): 2.4 (current), 2.3 (obsolete)

Adobe Commerce (on-prem): 2.4 (current), 2.3 (obsolete)

Magento Open Source: 2.4 (current), 2.0 (obsolete), 2.1 (obsolete), 2.2 (obsolete), 2.3 (obsolete)

Type

Stable Build

Updated

17 January, 2025

Categories

Extensions, Sales

Supported Browsers

Chrome, Firefox, Opera, Safari, Edge, IE

Documentation

Reference Manuals

Installation Guides

User Guides

License Type

Apache License 2.0

Policy

Privacy Policy

Quality Report

Back to top

Installation & Varnish Tests

Passed

Coding Standard

Passed

Plagiarism Check

Passed

Malware Check

Passed

Marketing Review

Passed

Manual Testing

Passed

All tests were conducted on the latest versions of Adobe Commerce that existed for the compatible release lines at the moment of the extension submission. Latest versions of all other software were used, as applicable.

Release Notes

Back to top

1.1.4:

  • Compatible with Adobe Commerce (cloud) : 2.3 2.4
  • Compatible with Adobe Commerce (on-prem) : 2.3 2.4
  • Compatible with Magento Open Source : 2.2 2.3 2.4
  • Stability: Stable Build
  • Description:

    PHP version upgrade

1.1.3:

  • Compatible with Adobe Commerce (cloud) : 2.3 2.4
  • Compatible with Adobe Commerce (on-prem) : 2.3 2.4
  • Compatible with Magento Open Source : 2.2 2.3 2.4
  • Stability: Stable Build
  • Description:

    Few improvements to support simple products with customisations and out of stock products. It will redirect to product page if product has customisation or out of stock.

1.1.1:

  • Compatible with Adobe Commerce (cloud) : 2.3 2.4
  • Compatible with Adobe Commerce (on-prem) : 2.3 2.4
  • Compatible with Magento Open Source : 2.2 2.3 2.4
  • Stability: Stable Build
  • Description:

    PHP version update and user guide update

1.0.9:

  • Compatible with Adobe Commerce (cloud) : 2.3 2.4
  • Compatible with Adobe Commerce (on-prem) : 2.3 2.4
  • Compatible with Magento Open Source : 2.2 2.3 2.4
  • Stability: Stable Build
  • Description:

    Minor bug fixes

1.0.8:

  • Compatible with Adobe Commerce (cloud) : 2.3 2.4
  • Compatible with Adobe Commerce (on-prem) : 2.3 2.4
  • Compatible with Magento Open Source : 2.2 2.3 2.4
  • Stability: Stable Build
  • Description:

    Now feature to empty the cart before new items are added.

    http://{yourdomain}/dpa/add/tocart/sku/{product_sku}/empty/1

1.0.6:

  • Compatible with Adobe Commerce (cloud) : 2.3 2.4
  • Compatible with Adobe Commerce (on-prem) : 2.3 2.4
  • Compatible with Magento Open Source : 2.2 2.3 2.4
  • Stability: Stable Build
  • Description:

    Now users can use sku in addition to product id. Also they can add coupon codes in the url like.

    For sku use below formats
    http://{yourdomain}/dpa/add/tocart/sku/{product_sku}
    http://{yourdomain}/dpa/add/tocart/sku/{product_sku_1},{product_sku_2}
    http://{yourdomain}/dpa/add/tocart/sku/{product_sku}-{product_quantity}
    http://{yourdomain}/dpa/add/tocart/sku/{product_sku_1}-{product_quantity_1},{product_sku_2}-{product_quantity_2}

    Add coupons in the url
    http://{yourdomain}/dpa/add/tocart/sku/{product_sku}/coupon/{coupon_code}

    Use product id
    http://{yourdomain}/dpa/add/tocart/id/{product_id}
    http://{yourdomain}/dpa/add/tocart/id/{product_id_1},{product_id_2}
    http://{yourdomain}/dpa/add/tocart/id/{product_id}-{product_quantity}
    http://{yourdomain}/dpa/add/tocart/id/{product_id_1}-{product_quantity_1}, {product_id_2}-{product_quantity_2}

1.0.4:

  • Compatible with Magento Open Source : 2.2 2.3 2.4
  • Stability: Stable Build
  • Description:

    Access control logic (ACL) related updates and Magento 2.4 compatibility.

1.0.3:

  • Compatible with Magento Open Source : 2.2 2.3
  • Stability: Stable Build
  • Description:

    Few minor updates

1.0.1:

  • Compatible with Magento Open Source : 2.0 2.1 2.2
  • Stability: Stable Build
  • Description:

    - Now multiple products can be added to cart automatically using any of the below "Direct Product Add to Cart" urls:
    - http://{yourdomain}/dpa/add/tocart/id/{product_id}
    - http://{yourdomain}/dpa/add/tocart/id/{product_id}-{quantity}
    - http://{yourdomain}/dpa/add/tocart/id/{product_1_id},{product_2_id}
    - http://{yourdomain}/dpa/add/tocart/id/{product_1_id}-{product_1_quantity},{product_2_id}-{product_2_quantity}

1.0.0:

  • Compatible with Magento Open Source : 2.0 2.1 2.2
  • Stability: Stable Build
  • Description:

    First release

0.0.1:

  • Compatible with Magento Open Source : 2.0 2.1 2.2
  • Stability: Stable Build
  • Description:

    First release

Support

Back to top

The best place to start if you need help with a specific extension is to contact the developer. All Adobe Commerce developers have both a contact email and a support email listed.

Contact Vendor

Q & A

Back to top

Reviews

Back to top