Add multiple products to cart via url for Woocommerce

Опис

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

Скріншоти

  • Example of URL format with multiple products.

Встановлення

This section describes how to install the plugin and get it working.

  1. Upload add-multiple-product-wc-cart.zip to the /wp-content/plugins/ directory.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
  3. Use the provided URL format to add multiple products to the cart.

Часті питання

How do I add multiple products to the cart?

Use the URL format: ?add-to-cart=product_id:quantity,product_id:quantity

What happens if I don’t specify a quantity?

If no quantity is specified, the product will be added with a quantity of 1.

Відгуки

Для цього плагіна немає відгуків.

Учасники та розробники

“Add multiple products to cart via url for Woocommerce” — проект з відкритим вихідним кодом. В розвиток плагіну внесли свій вклад наступні учасники:

Учасники

Перекладіть “Add multiple products to cart via url for Woocommerce” на вашу мову.

Цікавитесь розробкою?

Перегляньте код, перегляньте сховище SVN або підпишіться на журнал розробки за допомогою RSS.

Журнал змін

1.0

  • Initial release.