Title: Magento 2 Terms and Conditions by Customer Group
1Terms and Conditions by Customer Group for
Magento 2 User Guide
- Table of Content
- Extension Installation Guide
- Configuration
- Adding Terms and Conditions
- Terms and Conditions Checkbox on Checkout Page in
Frontend
Terms and Conditions by Customer Group for
Magento 2
Meetanshi
2- Extension Installation
- For Magento Marketplace Customers
- Find the Composer name and version of the
extension in the extensions composer.json file. - Login to your SSH and run
- composer require meetanshi/magento-2-terms-and-con
ditions-by-customer-group - --ignore-platform-reqs
- Enter your authentication keys. Your public key
is your username your private key is your
password. - Wait for Composer to finish updating your project
dependencies and make sure there - arent any errors.
- To verify that the extension installed properly,
run the command - php bin/magento modulestatus Meetanshi_CustomTerm
sConditions --ignore- platform-reqs - By default, the extension is probably disabled.
- Enable the extension and clear static view files
- php bin/magento moduleenable Meetanshi_CustomTerm
sConditions --clear-static- content - php bin/magento setupupgrade
- For Magento version 2.0.x to 2.1.x - php
bin/magento setupstatic-contentdeploy - For Magento version 2.2.x above - php
bin/magento setupstatic-contentdeploy f - php bin/magento cacheflush
Terms and Conditions by Customer Group for
Magento 2
Meetanshi
3- Configuration
- To configure the extension, login to Magento 2,
move to Stores ? Configuration ? Terms and
Conditions by Customer Group where you can find
the setting to enable the extension. - Terms and Conditions by Customer Group Enable
Terms and Conditions by Customer Group extension.
Terms and Conditions by Customer Group for
Magento 2
Meetanshi
43. Adding Terms and Conditions By default,
Magento 2 allows adding terms and conditions for
the website from Stores ? Settings ? Terms and
Conditions. The grid lists all the terms and
conditions already added. Click on Add New
Condition button to add a new condition.
Terms and Conditions by Customer Group for
Magento 2
Meetanshi
5- On click of Add New Condition button, the admin
can add terms and conditions related details
like condition name, status, select content type,
how terms and conditions is applied, store
views, checkbox text, add content, set content
height. Apart from this default functionality,
the extension facilitates with selecting the
customer groups for which the admin wants to
apply the condition.
Terms and Conditions by Customer Group for
Magento 2
Meetanshi
6Note Dont forget to select YES to Enable Terms
and Conditions from Stores gt Configuration gt
Sales gt Checkout to show terms and conditions
checkbox to customers on the checkout page.
4. Terms and Conditions Checkbox on Checkout
Page in Frontend Once the extension is configured
and terms and conditions have been added
successfully, customers can see terms and
conditions checkbox based on their customer
group, on the checkout page in frontend.
Customers have to agree to the terms and
conditions by checking the box, to place the
order successfully.
Terms and Conditions by Customer Group for
Magento 2
Meetanshi
7- Before agreeing to terms and conditions,
customers can click on the text to open and read
the terms and conditions content in a responsive
popup.
Terms and Conditions by Customer Group for
Magento 2
Meetanshi