Title: Great Plugin
Last modified: August 12, 2026

---

# Great Plugin

 *  [Mohamed Ali](https://wordpress.org/support/users/samsam113/)
 * (@samsam113)
 * [6 days, 19 hours ago](https://wordpress.org/support/topic/great-plugin-41705/)
 * This plugin works like a charm and makes it very easy to create and share custom
   cart links for WooCommerce.
   It would be even better if future versions included
   more options for adding additional fees, such as delivery or installation fees,
   directly when creating a cart link. An integrated email template feature would
   also be a great addition, allowing admins to create and send a professional, 
   personalized message together with the purchase link.Thanks again for this plugin.

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Plugin Author [Guaven Labs](https://wordpress.org/support/users/elvinhaci/)
 * (@elvinhaci)
 * [6 days, 16 hours ago](https://wordpress.org/support/topic/great-plugin-41705/#post-18991380)
 * Thank you very much for your review and ideas.
 * Additional fees – Perfect, it will be in the next update.
 * Email template – We need to think about it. Because the aim of the plugin is 
   creating carts with one click, so email feature is not included into the current
   logic. But we will think about it.
 *  Thread Starter [Mohamed Ali](https://wordpress.org/support/users/samsam113/)
 * (@samsam113)
 * [5 days, 18 hours ago](https://wordpress.org/support/topic/great-plugin-41705/#post-18992252)
 * Thank you very much for taking my suggestions into consideration, especially 
   for adding the additional fees feature. I really appreciate it!
 * I have one more small question/suggestion. Is there currently a way to customize
   the default **“Here is your cart, ready to check out”** message that is used 
   when sharing the cart link?
 * For example, it would be very useful to have a setting where the admin can define
   their own default sharing message, so we don’t have to modify the plugin source
   code every time we want to change the text.
 * Even a simple **“Share Message”** field in the plugin settings would be perfect.
 * Thanks again for the great work on the plugin!
 *  Plugin Author [Guaven Labs](https://wordpress.org/support/users/elvinhaci/)
 * (@elvinhaci)
 * [5 days, 16 hours ago](https://wordpress.org/support/topic/great-plugin-41705/#post-18992398)
 * Thank you again.
 * You can customize those messages with one of two ways.
    1. code way. adding such code to your functions.php or Snippets plugin if you already
       have it.
 *     ```wp-block-code
       add_filter( 'gettext_cartlink-generator', function ( $translation, $text ) {
           if ( 'Here is your cart, ready to check out:' === $text ) {
               return 'Hi! Your order is ready — pay here:';
           }
           return $translation;
       }, 10, 2 );
       ```
   
 * 2. Or using LOCO TRANSLATE plugin and translating(editing) strings there.
 * Or you can wait the next update and we can add this feature to the next update
   next week.
 *  Thread Starter [Mohamed Ali](https://wordpress.org/support/users/samsam113/)
 * (@samsam113)
 * [5 days, 10 hours ago](https://wordpress.org/support/topic/great-plugin-41705/#post-18992766)
 * Thank you so much for your support, I really appreciate it 🙂

Viewing 4 replies - 1 through 4 (of 4 total)

You must be [logged in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fgreat-plugin-41705%2F%3Foutput_format%3Dmd&locale=en_US)
to reply to this review.

 * ![](https://ps.w.org/cartlink-generator/assets/icon-256x256.png?rev=3597365)
 * [CartLink Generator for WooCommerce — Direct Checkout & Share Cart Links](https://wordpress.org/plugins/cartlink-generator/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/cartlink-generator/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/cartlink-generator/)
 * [Active Topics](https://wordpress.org/support/plugin/cartlink-generator/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/cartlink-generator/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/cartlink-generator/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [Mohamed Ali](https://wordpress.org/support/users/samsam113/)
 * Last activity: [5 days, 10 hours ago](https://wordpress.org/support/topic/great-plugin-41705/#post-18992766)