Feature Product

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.

  1. The featured products list

  2. A CTA Card that will open the FeatureProduct component.

Last updated