Title: CartLink Generator for WooCommerce
Author: Guaven Labs
Published: <strong>21 ທັນວາ 2024</strong>
Last modified: 3 ກໍລະກົດ 2025

---

ຄົ້ນຫາປລັກອິນ

![](https://ps.w.org/cartlink-generator/assets/banner-772x250.png?rev=3211475)

![](https://ps.w.org/cartlink-generator/assets/icon-256x256.png?rev=3211475)

# CartLink Generator for WooCommerce

 ໂດຍ [Guaven Labs](https://profiles.wordpress.org/elvinhaci/)

[ດາວໂຫຼດ](https://downloads.wordpress.org/plugin/cartlink-generator.1.0.3.zip)

 * [ລາຍລອຽດ](https://lo.wordpress.org/plugins/cartlink-generator/#description)
 * [ການຣີວິວ](https://lo.wordpress.org/plugins/cartlink-generator/#reviews)
 *  [ການຕິດຕັ້ງ](https://lo.wordpress.org/plugins/cartlink-generator/#installation)
 * [ການພັດທະນາ](https://lo.wordpress.org/plugins/cartlink-generator/#developers)

 [ການຊ່ວຍເຫຼືອ](https://wordpress.org/support/plugin/cartlink-generator/)

## ຄຳອະທິບາຍ

Create pre-filled **cart and checkout links** for your customers with one click!

CartLink Generator for WooCommerce empowers store owners and merchants 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 reduces the steps to purchase by 3-4 steps compared to traditional e-commerce
workflows.

### Key Features:

 * Create and share dynamic cart/checkout links.
 * Customize redirection to either the **Cart** page or **Checkout** page.
 * Add the menu as a top-level item or under the WooCommerce submenu.
 * Use efficient autocomplete search for adding products to cart links.
 * Flexible storage: Use file-based pseudo-transients or native WordPress transients.

### Usage

 1. Access **CartLink Generator** from the WordPress admin dashboard.
 2. Use the autocomplete search field to find products and add them to the cart configuration.
 3. Adjust quantities, prices, or apply fixed discounts as needed.
 4. Generate a shareable cart link for your customers.

### Minimum Requirements

 * WordPress 5.5 or higher.
 * PHP 7.0 or higher.
 * WooCommerce 8.0 or higher.

### License

This plugin is licensed under the GPL v2 or later. See [License](https://www.gnu.org/licenses/gpl-2.0.html)
for details.

## ພາບໜ້າຈໍ

 * [[
 * **Conversation with Your Clients**.
 * [[
 * **Product Autocomplete**: Search and add products efficiently to cart links.
 * [[
 * **Admin Interface**: Easily configure and generate cart links.
 * [[
 * **Generated Direct Checkout Page**: Shareable cart link ready for customers to
   use.

## ການຕິດຕັ້ງ

 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.

## ຄຳຖາມທີ່ພົບເລື້ອຍ

### 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.

### Can I forbid customers to update quantities in carts generated by the plugin?

Yes! To set this limit just add this code to your theme’s `functions.php` file:

    ```
    define( 'CARTGENERATOR_FORBID_QUANTITY_UPDATE', true );
    ```

This modifies the redirection logic, allowing you to choose between the cart or 
checkout page.

## ການຣີວິວ

ບໍ່ມີການຣີວິວສຳລັບປລັກອິນນີ້.

## ຜູ້ຮ່ວມພັດທະນາ ແລະ ຜູ້ພັດທະນາ

“CartLink Generator for WooCommerce” ແມ່ນຊອຟແວໂອເພັນຊອດ (Open Source). ບຸກຄົນຕໍ່ໄປນີ້
ໄດ້ມີສ່ວນຮ່ວມໃນການພັດທະນາປລັກອິນນີ້.

ຜູ້ຮ່ວມພັດທະນາ

 *   [ Guaven Labs ](https://profiles.wordpress.org/elvinhaci/)

[ແປ “CartLink Generator for WooCommerce” ເປັນພາສາຂອງເຈົ້າ.](https://translate.wordpress.org/projects/wp-plugins/cartlink-generator)

### ສົນໃຈຮ່ວມພັດທະນາບໍ່?

[ເບິ່ງລະຫັດ](https://plugins.trac.wordpress.org/browser/cartlink-generator/), ກວດເບິ່ງ
[ຄັງເກັບ SVN](https://plugins.svn.wordpress.org/cartlink-generator/), ຫຼື ຕິດຕາມ
[ບັນທຶກການພັດທະນາ](https://plugins.trac.wordpress.org/log/cartlink-generator/) ຜ່ານ
[RSS](https://plugins.trac.wordpress.org/log/cartlink-generator/?limit=100&mode=stop_on_copy&format=rss).

## ບັນທຶກການປ່ຽນແປງ

#### 1.0.3

 * Added new feature: preserve query string in URL sharing (UTM params f.i.).

#### 1.0.2.1

 * Fixing “Fixed Adjustment is always zero” bug.

#### 1.0.2

 * “Expire-dates are always 1 hour” bug fix
 * Added new feature – Prevent product quantity update for generated carts.
 * Delete the trace of cart generator when cart gets emptied.

#### 1.0.1

 * UI improvements.

#### 1.0.0

 * Initial release.
 * Generate dynamic cart links with pre-filled products and quantities.
 * Options for menu placement and redirection.
 * Autocomplete product search for efficient cart building.
 * File-based pseudo-transients with optional native WordPress transients.
 * Automatic cleanup of old generated cart data.

## ຂໍ້ມູນກຳກັບ (Meta)

 *  ເວີຊັນ **1.0.3**
 *  ອັບເດດຫຼ້າສຸດເມື່ອ **9 ເດືອນ ທີ່ຜ່ານມາ** ທີ່ຜ່ານມາ
 *  ການຕິດຕັ້ງທີ່ໃຊ້ງານຢູ່ **60+**
 *  ເວີຊັນ WordPress ** 5.5 ຫຼື ສູງກວ່າ **
 *  ທົດສອບເຖິງເວີຊັນ **6.8.5**
 *  ເວີຊັນ PHP ** 7.0 ຫຼື ສູງກວ່າ **
 *  ພາສາ
 * [English (US)](https://wordpress.org/plugins/cartlink-generator/)
 * ແທັກ
 * [cart](https://lo.wordpress.org/plugins/tags/cart/)[e-commerce](https://lo.wordpress.org/plugins/tags/e-commerce/)
   [quick cart](https://lo.wordpress.org/plugins/tags/quick-cart/)[quick checkout](https://lo.wordpress.org/plugins/tags/quick-checkout/)
   [woocommerce](https://lo.wordpress.org/plugins/tags/woocommerce/)
 *  [ມຸມມອງຂັ້ນສູງ](https://lo.wordpress.org/plugins/cartlink-generator/advanced/)

## ການໃຫ້ຄະແນນ

ຍັງບໍ່ມີການສົ່ງຄຳວິຈານເທື່ອ.

[Your review](https://wordpress.org/support/plugin/cartlink-generator/reviews/#new-post)

[ເບິ່ງ ຄຳຄິດເຫັນ ທັງໝົດ](https://wordpress.org/support/plugin/cartlink-generator/reviews/)

## ຜູ້ຮ່ວມພັດທະນາ

 *   [ Guaven Labs ](https://profiles.wordpress.org/elvinhaci/)

## ການຊ່ວຍເຫຼືອ

ມີຄຳຖາມ ຫຼື ຕ້ອງການຄວາມຊ່ວຍເຫຼືອບໍ່?

 [ເບິ່ງຟໍຣັມການຊ່ວຍເຫຼືອ](https://wordpress.org/support/plugin/cartlink-generator/)