Overview
Back to topWhat 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
- Please use simple product sku/id. For configurable product sku/id, it will be redirected to the product page.
- Please use product sku/id of a relevant store, otherwise users will be redirected to home page.
Technical Specifications
Back to topSeller profile
Seller contact
Current Version
1.1.1
Adobe Commerce platform compatibility
Open Source (CE): 2.4 (current), 2.0 (obsolete), 2.1 (obsolete), 2.2 (obsolete), 2.3 (obsolete)
Commerce on prem (EE): 2.4 (current), 2.3 (obsolete)
Commerce on Cloud (ECE): 2.4 (current), 2.3 (obsolete)
Type
Stable Build
Updated
03 April, 2023
Categories
Extensions, Sales
Quality Report
Back to topAll 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 top1.1.1:
- Compatible with Open Source (CE) : 2.2 2.3 2.4
- Compatible with Commerce on prem (EE) : 2.3 2.4
- Compatible with Commerce on Cloud (ECE) : 2.3 2.4
- Stability: Stable Build
-
Description:
PHP version update and user guide update
1.0.9:
- Compatible with Open Source (CE) : 2.2 2.3 2.4
- Compatible with Commerce on prem (EE) : 2.3 2.4
- Compatible with Commerce on Cloud (ECE) : 2.3 2.4
- Stability: Stable Build
-
Description:
Minor bug fixes
1.0.8:
- Compatible with Open Source (CE) : 2.2 2.3 2.4
- Compatible with Commerce on prem (EE) : 2.3 2.4
- Compatible with Commerce on Cloud (ECE) : 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 Open Source (CE) : 2.2 2.3 2.4
- Compatible with Commerce on prem (EE) : 2.3 2.4
- Compatible with Commerce on Cloud (ECE) : 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 Open Source (CE) : 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 Open Source (CE) : 2.2 2.3
- Stability: Stable Build
-
Description:
Few minor updates
1.0.1:
- Compatible with Open Source (CE) : 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 Open Source (CE) : 2.0 2.1 2.2
- Stability: Stable Build
-
Description:
First release
0.0.1:
- Compatible with Open Source (CE) : 2.0 2.1 2.2
- Stability: Stable Build
-
Description:
First release
Support
Back to topThe 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