Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

For more information, please visit: Booking and Reservation

Features For Admins

- A time slot cannot be placed by 2 or more different customers.

- Beautiful frontend.

- Responsive mobile.

- Allow admins to convert any products or new products to a reservation product.

- Create product schedule automatically related to staff user. 

- Allow admins to choose one of four options (need staff or not, some hours in 1 day or full day) for a reservation product. 

- Create staff rules, special date price rules, rush hour rules, early order rules in details (add/ sub amount/ percentage of money).

- Allow admins to manage all reservation orders, cancel request from customer list. 

- Send an email to staff when customers make a reservation order.

- Admin can define default reservation status for newly ordered products.

Features For Customers

- Customers can review all reservation orders.

- Customers can send a cancel request to their reservation orders within a click.

- Customers can now add many staffs in many time intervals in frontend.

- Customers can steal reservation product from the other customer cart (who place order first will take that)

System Requirements

Your store should be running on Magento Community Edition version 2.1.

 


Configuration

General Configuration

In order to get your extension up and running properly, we highly recommend that you make some configurations right from the beginning

Firstly, go to Backend of Magento 2 stores > Stores > Configuration > Marketing > Email Templates, to set email template for your Magento 2 stores. 

Then navigate to Stores > Configuration this is the place where you define the email template and sender identification of the email sent each time the reservation status of a reservation order is changed. 

  • Default Order Status: specify the default status of newly placed reservation orders.
  • Email Sender: specify the identification of the sender. You can define this in tab General > Store Email Addresses. 


 

  • Template Configuration: these are email templates for each reservation status of an order. 
  • Here are some template variables that you can embed in your template: 

 

+ Staff: 

 

 

CustomerEmail: customer email
CustomerName: customer name
Store: store name
ItemName: name of the ordered item
ReservationStatus: reservation status of the item
Event: will be available if there is any special date, time activities (rush hour, pre-order)
Date: reservation date
Start: start time
End: end time

 

 

+ Customer:

 

 

CustomerEmail: customer email
CustomerName: customer name
Store: store name
ItemName: name of the ordered item
ReservationStatus: new booking status of the item
Event: will be available if there is any special date, time activities (rush hour, pre-order)
Date: reservation date
Start: start time
End: end time
StaffName: staff name

 

 

 

  • Cancel Request Configuration: admins can set the maximum number of days customer can cancel the order or not. This is not mandatory.  


Price Rules 

We have implemented 3 kinds of price rules: Staff Price RulesSpecial Date Price Rules and Reservation Price Rules. These rules will add some versatility to the effort of the better-evaluating price of the reservation. With Staff Price Rules, go to Staff Price Rules tab in Reservation menu. 

 

 

Then we have Special Date Amount, which will add or subtract a certain amount of money when a certain date is selected. 

Rule Amount is defined so that if a staff of one type is selected on frontend by the customer, a corresponding amount will be added to the total. 

 

 

 

Another price rules - Reservation Price Rules allows admins to create reservation price rules for Time Activity such as every day, every week, every month, every year.  

 

...