How to enable booking product type?
-
I discovered this help doc https://bagisto.com/en/booking-products-in-bagisto/# but do not see this feature in Bagisto 2.2.3
-
Hello @softfork-0
At the moment Booking Type Product is not compatible with the Bagisto v2.2.3 it is compatible with the Bagisto v2.2.0
GitHub Repo - https://github.com/bagisto/booking-product/tree/master/src
Thanks & Regards
-
@Rishabh-Webkul Since i am testing Bagisto only, I will uninstall my version and reinstall 2.2.0. I still have a question though. The instructions on github say "1. Unzip the respective extension zip and then merge "packages/Webkul" folders into project root directory."
What is meant by the 'project root directory' ? Is it /var/www/bagisto or /var/www/bagisto/packages/Webkul ?
The zip file has a 'src' and a 'publishable' folder.
Let me know please.
-
Hello @softfork-0
The project root directory means /your_path/bagisto folder and if you want to place some particular extension then the path is till packages/Webkul folder and if you want to add this booking product extension you need place it inside the "packages/Webkul" as mentioned in the image below.
kindly follow the official devdocs of bagisto this will help you to resolve your query.
https://devdocs.bagisto.com/2.2/packages/create-package.html#introduction
Thanks & Regards