Dynamic prices in Pricing Table

Hi,
I’m curious if your pricing table supports dynamic pricing based on user inputs. For instance, imagine a catering company that offers three packages: Basic Buffet, Premium Buffet, and Gourmet Buffet—each with a different base price based on the menu selection and service level.

Now, if customers can choose the number of guests via a slider or dropdown, is it possible for the total price to automatically adjust based on that input?

Would love to know if this kind of setup is supported.

Best regards

2 Likes

Hi @Prasobh_Kumar

You can use the “Table” function to arrange the price columns depending on the number of people.


For a preliminary calculation, you can place the Calculator widget in front of the page. With a customized JS (similar to portfolio), you can then link to the correct price column.

2 Likes

Hi there, @Prasobh_Kumar and welcome to the Community :wave:

I also agree that our Calculator app should be a nice option for this case. Here you can use Slider or Dropdown fields to let users choose the number of guests and get the total price.

Feel free to try it out and let us know if it helped :slightly_smiling_face:

1 Like