Jump to content
  • 0

Any way to have a order form with "Hierarchy"?


Question

Posted

The title is my question. What I am wanting to do is like... for the order form... give the customer 3 starting choices (for example Beginner Packages, Intermediate Packages, & Advanced Packages) the client chooses which the want which then takes them to the next step of the order process where they can view whats available to order within the choice they made on step 1. Does this make sense to anyone? Any way to do this?

2 answers to this question

Recommended Posts

  • 0
Posted

It sounds like the hierarchy you would want is a package group of package groups. However, packages groups cannot nest each other in Blesta. You could only have one level of nesting, which is the package group and the packages inside that group.

With that said, you can accomplish the behavior from your example (i.e. 1 level of nesting) using the way some templates display package groups on the order form.

For example:

  1. Create an order form
    1. Choose the template "Wizard Boxes". You could also use "Wizard Slider", or the respective AJAX equivalents.
    2. Assign 3 package groups to the order form:
      1. "Beginner"
      2. "Intermediate"
      3. "Advanced"
    3. Each of those package groups should have multiple packages assigned to them, respectively, so the customer can choose the package they want to order from that group.
  2. Visit the order form (e.g. /order/main/index/orderformname)
    1. You will have 3 package groups to choose from: "Beginner", "Intermediate", and "Advanced"
    2. Once you choose one, you will then see a list of all packages you can order from that group

I think that will be the closest native support for your use case.

  • 0
Posted
  On 4/1/2020 at 4:37 PM, Tyson said:

It sounds like the hierarchy you would want is a package group of package groups. However, packages groups cannot nest each other in Blesta. You could only have one level of nesting, which is the package group and the packages inside that group.

With that said, you can accomplish the behavior from your example (i.e. 1 level of nesting) using the way some templates display package groups on the order form.

For example:

  1. Create an order form
    1. Choose the template "Wizard Boxes". You could also use "Wizard Slider", or the respective AJAX equivalents.
    2. Assign 3 package groups to the order form:
      1. "Beginner"
      2. "Intermediate"
      3. "Advanced"
    3. Each of those package groups should have multiple packages assigned to them, respectively, so the customer can choose the package they want to order from that group.
  2. Visit the order form (e.g. /order/main/index/orderformname)
    1. You will have 3 package groups to choose from: "Beginner", "Intermediate", and "Advanced"
    2. Once you choose one, you will then see a list of all packages you can order from that group

I think that will be the closest native support for your use case.

Expand  

Perfect! This is exactly what I was looking for and needed. This will for sure work for my use case I believe! ?

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...