Offering 'full' products after a 'trial' product

Offering 'full' products after a 'trial' product

Tokyorob
Excursionist
15 0 4

Hi All,

Not sure what label to use.

 

I am using shopify for my gym classes.

People often book a single trial class, and i then email tham asking if they would like to continue for the remainder of the year. I have this. option set up in my collections already.

 

I would like to then email them offering them the full class option. This would be a link to a basket or a filtered search to make it easier. Rather than having them re-search for the product they want. Is this possible?

 

Possibly if I add a connecting code? eg:

 

Gym001Trial

Gym001Full

 

Gym002Trial

Gym002Full

 

So the system knows that they are connnecting products?

 

Thanks in advance

Replies 6 (6)
Tokyorob
Excursionist
15 0 4

lol, my brain exploded. I will take a look. Thanks

 

TheScriptFlow
Shopify Partner
709 49 93

Hey @Tokyorob I hope you are doing well.

Yes, this is absolutely possible! Besed on the requirements, you need a dynamic link system that directs customers to the full class option after they complete a trial. Here are the possible solutions:

  1. Create a Direct Checkout/Basket Link: You can generate a pre-filled checkout link for each full-class product. When sending a follow-up email, use a link like: https://yogaclass.com/cart/{product_variant_id}:1 where {product_variant_id} is the ID of the full class product. 

By following these steps you will be able to track the fullc lass customers.

If this was helpful mark as solution and like it.

- Need a Shopify Specialist? Chat on WhatsApp Or Email at info@thescriptflow.com

- Boost Your Sales with Affiliate Marketing - UpPromote: Affiliate & Referral


- If my solution was helpful, mark it as a solution and hit the like button! And Wait Don't forget to Buy me a Coffee

Tokyorob
Excursionist
15 0 4

Thanks for this, super helpful. Would this work if the customer has bought multiple items? I suppose it starts becoming too complicated?

 

Thanks,

Robert

 

TheScriptFlow
Shopify Partner
709 49 93

Glad to found it helpful. If the customer has purchased multiple trial classes, we can still make it work by dynamically generating a cart link with all the corresponding full-class products.

Here is the possible solution fo that:

  1. To achieve this either we can create a script (or use shopify automation tools) to check which trial classes the customer purchased and generate a cart link that containig the corresponding full-class products. Here is the example of the link.
https://yogaclass.com/cart/{full_class_1_variant_id}:1,{full_class_2_variant_id}:1

This will ensure the correct full-class pre added to their cart.

Let me know if you need help to implement this in your theme file.

Thanks

- Need a Shopify Specialist? Chat on WhatsApp Or Email at info@thescriptflow.com

- Boost Your Sales with Affiliate Marketing - UpPromote: Affiliate & Referral


- If my solution was helpful, mark it as a solution and hit the like button! And Wait Don't forget to Buy me a Coffee

Tokyorob
Excursionist
15 0 4

That looks great. I may need help with that

 

Tokyorob
Excursionist
15 0 4

Can you drop me an email. After a quick think, i will definately need your help.