Hey guys, I am trying to create a single-page checkout that shows the checkout on the right and the product details on the left similar to the Samcart checkout pages.
I am having purchasers come in through a link with parameters so the product is automatically in the checkout. Here is the example - www.site.com/checkout/?add-to-cart=[PRODUCT_ID]
I know I can get the parameter value using {{dc:url:param key=“add-to-cart” fallback=""}} and I can show the product ID on the page to prove that it is being received correctly. My question is, how do I add that to the dynamic content code such as {{dc:woocommerce:product_title product="[PRODUCT_ID]"}} so the product in the cart is shown on the same page?
Thanks in advance.