BOB Docs
FrontendComponents

Buy Now Button

This button allow to purchase any store product from anywhere in system. Just pick proper pricing_id and you are good to go.

bob buy now button

After Client clicking it new modal with all data will be shown. Customer may also buy as business entity with all required data about vat vies specification.

bob buy now form

import BuyAnyProductFromAnywhereButton from "@/features/store/components/buy-any-product-from-anywhere-button";
 
<BuyAnyProductFromAnywhereButton buyNowData={{pricing_id: 1, product_id: 1}}></BuyAnyProductFromAnywhereButton>