Add multiple products to cart via url for Woocommerce for WordPress Plugin Directory
Add multiple products to cart via url for Woocommerce is the #45 ranked products app on WordPress, with a 5.0 average rating from 2 reviews, as of Sep 11, 2026.
Add multiple products to cart via url for Woocommerce is a WordPress Plugin Directory app by Alvaro Vasconcelos. With a rating of 5.0★ from 2 reviews, it currently ranks #45 in the Products category.
AppRanks data: Add multiple products to cart via url for Woocommerce ranks #45 in Products on WordPress Plugin Directory, placing it in the top 15% of that category.
AppRanks verdict
Generated from live marketplace data — refreshed daily
Add multiple products to cart via url for Woocommerce is a category-leading WordPress app with a limited review volume. It is listed in the Products category on WordPress Plugin Directory, which AppRanks treats as the canonical taxonomy node for ranking and competitor comparison. 2 reviews put it in the early-traction tier — useful for early-stage stores willing to be on the leading edge. Early-traction review counts are sensitive to single launch periods or feature events, so a 30-day re-check before bigger commitments often resolves whether the trend is sustained. Paid-only pricing means evaluating fit on the marketplace listing or via the developer's documentation before installing. AppRanks tracks rating, review count, pricing tier, and category position daily — the figures on this page reflect the most recent scrape from the canonical WordPress Plugin Directory listing.
Pros
- +High average rating (5.0★) signals consistent merchant satisfaction
- +Published by Alvaro Vasconcelos — established developer track record
Cons
- −Limited review base (2) — ratings can shift significantly with new feedback
Looking to switch from Add multiple products to cart via url for Woocommerce?
See Add multiple products to cart via url for Woocommerce's alternatives ranked by audit score, rating, and review velocity.
How Add multiple products to cart via url for Woocommerce works
Show full descriptionShow less
This plugin allows adding multiple simple (not variable or grouped) products to the WooCommerce cart using URL parameters. While WooCommerce natively supports adding a single product to the cart via a URL parameter like add-to-cart=product_id&quantity=quantity, this plugin extends that functionality to support multiple products in a single URL.
How it works:
URL Format: ?add-to-cart=product_id:quantity,product_id:quantity,product_id:quantity
Single Quantity: If the quantity is not specified (eg. ?add-to-cart=product_id,product_id:quantity), the product is added with a quantity of 1.
Examples:
Adding multiple products with specific quantities:
example.com/cart/?add-to-cart=12:2,34:1,56:5
Adding multiple products with default quantity:
example.com/cart/?add-to-cart=12,34:2,56
Configuration The plugin works out of the box with no configuration required. However, you can optionally define the following constants in your wp-config.php to adjust the default limits:
Maximum products per request (default: 50)
define( ‘ADD_MULTIPLE_TO_WC_CART_PRODUCT_LIMIT’, 50 );
Limits how many product entries are processed in a single URL. Extra products beyond the limit are silently ignored.
Maximum quantity per product (default: 999)
define( ‘ADD_MULTIPLE_TO_WC_CART_QTY_MAXIMUM’, 999 );
Caps the quantity of each individual product. Any quantity above this value is clamped to the maximum.
Example — allow up to 10 products with a max qty of 100:
define( ‘ADD_MULTIPLE_TO_WC_CART_PRODUCT_LIMIT’, 10 );
define( ‘ADD_MULTIPLE_TO_WC_CART_QTY_MAXIMUM’, 100 );
Category rankings
As of Sep 13, 2026- Products#45of 319Top 15%
See 90-day rank history for each category
Track daily rank changes, category shifts, and position volatility.
Competitors & alternatives
Add multiple products to cart via url for Woocommerce doesn't have curated competitor matchups yet. Other tracked products apps on WordPress:
Frequently asked questions
What is Add multiple products to cart via url for Woocommerce?
Add multiple products to cart via url for Woocommerce is an app for WordPress. It currently holds a 5.0-star rating from 2 merchant reviews, and AppRanks has been tracking its public marketplace data on the refresh cadence published in our methodology. It is listed under the Products category on AppRanks, where you can see its current category position, review-velocity trend, and how it compares against the top alternatives in the same space. Developed by Alvaro Vasconcelos.
Who uses Add multiple products to cart via url for Woocommerce?
Currently around 200 active stores have installed Add multiple products to cart via url for Woocommerce. Its review base is still building, which usually maps to early-stage merchants and stores piloting a new workflow. It is part of the Products category on WordPress.
Where does Add multiple products to cart via url for Woocommerce rank on WordPress?
Add multiple products to cart via url for Woocommerce currently sits at position #45 in the Products category on WordPress. That places it in the top 14% of 319 apps tracked in the same category. Category positions are read from the live marketplace ranking and refresh on each scrape, so the number you see here reflects the most recent crawl rather than a long-running average.