0 reviewsReward Points:
Availability: In Stock
What does it do:
================
This contrib adds a terms screen to the front of your store. This page must be agreed to before even seeing your store.
Main features:
==============
* Uses the preAction system to check customer login status to protect all pages
* Uses a session variable to store the terms agreement status
How to install it:
==================
1) Unzip and upload the contents of proper version folder to the root directory of your OpenCart installation
-- No Files are overwritten
2) a. EDIT: index.php in the store root path
b. FIND:
-------------------------------------
// SEO URL's
$controller->addPreAction(new Router('common/seo_url'));
-------------------------------------
c. AFTER, ADD:
-------------------------------------
// Terms
$controller->addPreAction(new Router('common/terms/check'));
-------------------------------------
3) To change message, edit the catalog/language/english/common/terms.php file
Write a review
Your Name:Your Review: Note: HTML is not translated!
Rating: Bad Good
Enter the code in the box below:



















