Jump to content
  • 0

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


Jstuts5797

Question

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?

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

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.

Link to comment
Share on other sites

  • 0
14 hours ago, 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.

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

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...