BOB Docs
FrontendComponents

Pricing

One Time payments pricing

This allows to create table with one time payment pricing, by choosing product id. You can adjust pros and cons for each product. All information, like images etc. comes from backend.

pricing_one_time

import PricingOneTimePaymentSection from "@/components/business/pricing/pricing";
 
<PricingOneTimePaymentSection />

Subscriptions pricing

This allows to create pricing table with subscriptions. It automatically counts savings depending on year or month plan.

pricing subscription

import SubscriptionPlans from "@/features/subscriptions/components/subscription-plans";
 
<SubscriptionPlans />

On this page