Linux 软件免费装
Banner图

CartLink Generator for WooCommerce

开发者 elvinhaci
更新时间 2024年12月21日 19:11
PHP版本: 7.0 及以上
WordPress版本: 6.7
版权: GPLv2 or later
版权网址: 版权信息

标签

generator woocommerce e-commerce cart dynamic cart

下载

1.0.0

详情介绍:

CartLink Generator for WooCommerce empowers WooCommerce administrators to create dynamic cart links with pre-filled products, quantities, and custom prices. This is particularly helpful for shops and businesses that interact with customers via chat, enabling them to quickly generate cart links for faster conversions. The plugin simplifies the customer journey, reducing the steps to purchase by 3-4 steps compared to traditional e-commerce workflows. Key Features:

安装:

  1. Download and extract the cartlink-generator plugin folder.
  2. Upload the folder to /wp-content/plugins/ on your server.
  3. Activate the plugin via the WordPress admin dashboard under Plugins.
  4. Ensure WooCommerce version 8.0 or higher is active.

屏幕截图:

  • **Product Autocomplete**: Search and add products efficiently to cart links.
  • **Generated Direct Checkout Page**: Shareable cart link ready for customers to use.

常见问题:

How can I move the CartLink Generator menu to the WooCommerce submenu?

By default, the CartLink Generator menu is added as a top-level menu. To move it under the WooCommerce submenu, add the following code to your theme's functions.php file: define( 'GUAVEN_CARTLINK_GENERATOR_SHOW_IN_SUBMENU', true );

Can I redirect customers to the cart page instead of the checkout page?

Yes! To redirect customers to the Cart page after using a generated link, add this code to your theme's functions.php file: define( 'CARTGENERATOR_REDIRECT_TO_CART_INSTEAD_OF_CHECKOUT', true ); This modifies the redirection logic, allowing you to choose between the cart or checkout page.

How does the plugin store generated cart data?

By default, the plugin stores cart data in date-based folders using a file-based pseudo-transient system. If you prefer to use WordPress native transients, define the following constant in your theme's functions.php file: define( 'GUAVEN_CARTLINK_GENERATOR_USE_REAL_TRANSIENTS', true );

Can I allow or restrict coupon usage for carts generated by this plugin?

By default, coupons are restricted for carts generated by the plugin. To enable coupon usage for these carts, define the following constant in your theme's functions.php file: define('GUAVEN_CARTLINK_GENERATOR_ALLOW_COUPONS', true);

How does the plugin clean up old data?

The plugin automatically deletes expired carts' data created by the plugin itself. This ensures that storage remains efficient and uncluttered.

更新日志:

1.0.0