Linux 软件免费装
Banner图

Add multiple products to cart via url for Woocommerce

开发者 alvsconcelos
更新时间 2024年12月28日 03:35
捐献地址: 去捐款
PHP版本: 7.4 及以上
WordPress版本: 6.7.1
版权: GPLv3 or later
版权网址: 版权信息

标签

woocommerce cart url products add-to-cart

下载

1.0

详情介绍:

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: Examples:

安装:

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.

升级注意事项:

1.0 Initial release of the plugin. Adds support for adding multiple simple (not variable or grouped) products to the WooCommerce cart via URL parameters.

常见问题:

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.

更新日志:

1.0