Remove Product Slug From URL

What? Sometimes it is useful to remove the “/product” slug from the url structure of your WooCommerce products. Why? This has the benefit of offering a cleaner permalink structure, where a product could be yourdomain.com/product-name instead of yourdomain.com/product/product-name. WooCommerce does not allow this normally without custom coding. How? Simply go into the LaunchFlows global settings…

One Page Product & Checkout

Who? This solution is for anyone who has many products and wants to simplify and streamline the checkout of each one with a global sales page and checkout per product. The side benefit is that marketing automation is easily customized to track the visits and purchase of these products on their own product pages without…

Instant Simple Product Bundles

Description To sell more than one product with a single LaunchFlows Checkout Link, simply add the additional products to the end of the ?add-to-cart=xxxx url of the first product, separated with a comma. Instead of creating complicated variable or grouped products in WooCommerce, it’s far easier to make every product into a simple (one time…

Variable Product Links

Description With variable products, the syntax to send any particular variation directly to your custom checkout requires you to change the id from the main product to the variation id instead. Use Case You need to change the id of the main variation product to instead use the id of the variation you want to…

Discount Coupons

?lfcoupon= Add this string to the end of any checkout page url or add-to-cart product string to apply the relevant coupon discount. *Note change of prefix from “?” to “&” if it is not the primary url parameter. Example https://yourdomain.com/custom-checkout/?lfcoupon=xyzcoupon  (For Checkout Page) https://yourdomain.com/custom-checkout/?add-to-cart=1234&lfcoupon=xyzcoupon (For Any Product Link)