Jump to content

Question

Posted

Hello, is there any universal/unique cart system in blesta? Suppose customer added some item in cart from a 'domain' form. Now customer goes to another form, say 'vps' form and order a vps. Now, is there anyway to checkout those items in a single cart instead of doing the checkout separately from individual carts? 

I couldn't find this option. So we tried to implement this. We have some issues:

1.How can we handle the session varibale data element by element?
2.Is there any speciality in the SESSION of blesta ?
3. Is there available some collections of tutorials ?
4.How can we easily handle the muldimensional arrays ?
5. How does database work?
6. are the pages working through any routing file like laravel ?
7. How can we access the database easily ?

Even we able to show all the cart items in any forms cart, we can't get into the checkout page. The site gets broken.

Can anyone have any suggestion how to implement universal/unique cart system in blesta? Thanks

1 answer to this question

Recommended Posts

  • 1
Posted

Each order form is unique and packages cannot be ordered from multiple order forms at the same time. Most people only need a single order form, and add all of the Package Groups they want to sell through it.

Most of your questions are vague. Yes you can access the database through the record component, see https://docs.blesta.com/display/dev/Database+Access There are routes for pages, see https://docs.blesta.com/display/user/Configuration+Files#ConfigurationFiles-routes.php

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...