Hi there, I am trying to build a new (landing) page where I display a featured product with several variants and want to include a dynamic / fast check-out CTA button. The check-out should take place on another Shopify store (Shop B), so I want to create a dynamic cart permalink with the variant id selected (always having quantity:1) on Shop A that redirects to the check-out at Shop B.
Using product.selected_or_first_available_variant does not work since I am not using a product template, but a page template. Could anyone help?