ejmerkel Posted August 17, 2023 Share Posted August 17, 2023 I know you can link to add a product to the cart, but I can't seem to find how to link to a particular product for an upgrade? For example, the customer is on plan 1, 2, or 3 and I want to create a link which would take the client to WHMCS to upgrade to specifically plan 4. Hopefully that make sense as to what I want to do. Thanks in advance for the help! 0 Quote Link to comment Share on other sites More sharing options...
Bobby Norton Posted August 18, 2023 Share Posted August 18, 2023 9 hours ago, ejmerkel said: I know you can link to add a product to the cart, but I can't seem to find how to link to a particular product for an upgrade? For example, the customer is on plan 1, 2, or 3 and I want to create a link which would take the client to WHMCS to upgrade to specifically plan 4. Schnucks Hopefully that make sense as to what I want to do. Thanks in advance for the help! Hello, To create a link for a product upgrade in WHMCS, append the client 's ID and the desired target products ID as parameters to the URL. For example: `https://yourwhmcsdomain.com/cart.php?a=upgrade&pid=target_product_id&id=client_id`. Replace `yourwhmcsdomain.com`, `target_product_id` and `client_id` with actual values. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.