Installation and Set Up
Installation and Set Up of the IntelliCart Plugin
The IntelliCart plugin includes a dedicated frontpage.php
file that enables you to display the Products Catalog on the LMS system's homepage, whereas the default LMS file only allows placement on a sidebar. To make this file the primary one for the LMS, the client needs to configure the config
file by adding the following line:$CFG->customfrontpageinclude = __DIR__ . '/local/intellicart/catalog/frontpage.php';
Once this configuration is completed, the client will be able to display the Products Catalog as the main content on the LMS homepage, similar to how content is presented on the Dashboard.
Guest Checkout
The Guest Checkout allows customers to review products and form their cart without need to login. The sign up/in will be required only before payment (when guest clicks on Proceed to checkout button from the cart). After the sign up/in user will be linked to the Home page, so he would need to click on Proceed to checkout again. If you wish users to be navigated to the checkout page after login, you'll need to set up an IntelliCart Authentication in addition.NOTE: As a Products Catalog usually added on the Dashboard (URL ends with "/my" after main LMS URL), the link with "/my" should be provided to guests. E.g., https://moodle.intelliboard.net/my
Before you get started...
You have to be signed-in as a user with full admin rights.
You should have an IntelliCart installed and set up.
IntelliCart Authentication Set Up
The IntelliCart Authentication provides you an IntelliCart sign up/in form that could re-place the default Moodle one. This provides an ability to set up a registration form within required fields and limit a registration ability within codes. It also links users right to the Checkout page after sign up/in instead of the Home page (for Guest Checkout).
Before you get started...Â
You have to be signed-in as a user with full admin rights.
You should have an IntelliCart installed and set up.
You should have an auth_intellicart.zip plugin installed.
Â
Â
Frequently Asked Questions:
Â
For additional support, email us at helpdesk@IntelliBoard.net
Provide Feedback on Support Articles