Feature Product
Make your potential customer pay to feature their product in 2 clicks.
import { FeatureProductred} from "@/components/shared/feature-product.tsx";
Last updated
Make your potential customer pay to feature their product in 2 clicks.
Component: <FeatureProduct/>
Path: /components/shared/feature-product.tsx
Import:
import { FeatureProductred} from "@/components/shared/feature-product.tsx";
The Feature Product allow the customers to select the product they want to feature (it's pre-selected on actual product page) and simply choose the desired amount of days they want it featured with a slider.
This will update the LemonSqueezy payment link with all the data needed and bring them to the payment page.
Be sure to fill NEXT_PUBLIC_LEMONSQUEEZY_FEATURED_LINK_KEY value in your .env file.
You can find this "key" in your LemonSqueezy Product Page, under the Share section:
Last updated