Powered by Adobe Commerce 2.4.6-p4

untitled-2_6_1.png

Direct Product Add to Cart

PRODUCT:
0
TOTAL:

Overview

Back to top

What if you want to send your customers a link and grant them the ability to quickly add products to the cart, instantly redirecting them to the cart or checkout page, all just be clicking on the link? Great idea! right? "Direct Product Add" is a perfect solution for you. Just share a link with your users through email, social media, blogs etc. Once user clicks on this link, the product will be automatically added to the cart and the user will be redirected to the cart or checkout page. You can change the redirection page from the admin section. Direct Product Add extension will reduce the required steps for your users and cause your revenue to increase.

URL Formats:

  • http://{yourdomain}/dpa/add/tocart/sku/{product_sku}
  • http://{yourdomain}/dpa/add/tocart/sku/{product_sku}-{quantity}
  • http://{yourdomain}/dpa/add/tocart/sku/{product_sku_1}-{quantity}, {product_sku_2}-{quantity}
  • http://{yourdomain}/dpa/add/tocart/sku/{product_sku_1},{product_sku_2}
  • http://{yourdomain}/dpa/add/tocart/sku/{product_sku}/coupon/{coupon_code}
  • http://{yourdomain}/dpa/add/tocart/id/{product_id}
  • http://{yourdomain}/dpa/add/tocart/id/{product_id}-{quantity} (i.e. http://{yourdomain}/dpa/add/tocart/id/123-2)
  • http://{yourdomain}/dpa/add/tocart/id/{product_1},{product_2} (i.e. http://{yourdomain}/dpa/add/tocart/id/123,223)
  • http://{yourdomain}/dpa/add/tocart/id/{product_1}-{product_1_quantity},{product_2}-{product_2_quantity} (i.e. http://{yourdomain}/dpa/add/tocart/id/123-3,223-3)

If you want to remove all previous items from the cart before adding new items use "empty" parameter like below:
http://{yourdomain}/dpa/add/tocart/sku/{product_sku}/empty/1

Key features:

  • Directly add products to the cart and redirect users to checkout/cart page on a single click
  • Reduce steps required to buy products quickly
  • Add coupon code directly defined in the URL

  

A few notes to help you in creating a proper link

Technical Specifications

Back to top

Seller profile

Chlamys Software

Seller contact

E-mail

Current Version

1.1.3

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

31 January, 2024

Categories

Extensions, Sales

Documentation

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.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