<?php
// ===================================================================
// For a description of these parameters and their useage, please open the following URL in your browser
// http://www.ecommercetemplates.com/phphelp/ecommplus/parameters.asp

// Display Options

$adminencoding='utf-8';

$pagebarattop=0;

$usecategoryname=TRUE;

$nocatid=TRUE;
$showinstock=TRUE;
$usefirstlastname=TRUE;
$notifybackinstock=TRUE;
$removedefaultoptiontext=TRUE;

$detailnameh1=TRUE;

// Shipping / Tax Options
$taxShipping=0;
$taxHandling=0;

$willpickuptext="Pick up from store";
$willpickupcost=0.00;
$willpickupnohandling=TRUE;

$estimateshipping=TRUE;
$autobillingtoshipping=FALSE;

// Payment Options
$payproviderradios=1;
$persistentcart=5;
$giftwrappingcost=0.8;

// Layout Options

// The product layouts are controlled by the following parameters.
// There are more details at this location
// https://www.ecommercetemplates.com/help/layouts.asp

$ectqbuystyle=1; // Can be 1, 2 or 3
$ectproductstyle=1; // Can be 1, 2 or 3
$ectdetailstyle=1; // Can be 1, 2 or 3
//$categorycolumns=2; // Optional parameter to set initial category columns to other than default
//$productcolumns=2; // Optional parameter to set initial product page columns to other than default

$socialmediabuttons='askaquestion,linkedin,twitter,pinterest,facebook';

$defaultdescriptiontab='<ecttab title="&#xf036; &nbsp;&nbsp;Info">';
$ecttabsspecials='<ecttab title="&#xf005; &nbsp;&nbsp;Reviews" special="reviews"><ecttab title="&#xf0a9; &nbsp;&nbsp;Related" special="related"><ecttab title="&#xf155; &nbsp;&nbsp;Pricing" special="quantitypricing">';

$recentlyviewed=TRUE;
$recentviewlayout="productname,productimage";
$numrecentlyviewed=8;

$quantityupdown=2;

$actionaftercart=3;

$useimageincart=TRUE;
$linkcartproducts=TRUE;
$nomarkup=TRUE;

// Email Options
$useaskaquestion=TRUE;
$htmlemails=TRUE;

// Customer Login
$enableclientlogin=true;
$allowclientregistration=true;
$customeraccounturl="clientlogin.php";

$loyaltypoints=100;
$loyaltypointvalue=0.0001;

// Customer Reviews and Ratings
$enablecustomerratings=TRUE;
$detailreviewstarstext=' ';

// Image Tweaks
$imgdetaillink='button';
$imgcheckoutbutton='button';

// Affiliate Options
$expireaffiliate=30;

// Discount Options
$nogiftcertificate=FALSE;

// Gift Registry and Wish Lists
$enablewishlists=TRUE;
$wishlistonproducts=TRUE;

// Cross Selling / Upselling
$crosssellaction='bestsellers,related';
$csbestsellerstitle='Our best sellers';
$csrecommendedtitle='Recommended items';
$bestsellerlimit=180;

// Text entries
$xxInStoc="<i class='w3-margin-right fa fa-chevron-circle-right'></i> &nbsp;&nbsp;In Stock";
//$xxManLab="<i class='w3-margin-right fa fa-chevron-circle-right'></i> &nbsp;&nbsp;Brand";
$showproductsku="<i class='w3-margin-right fa fa-chevron-circle-right'></i> &nbsp;&nbsp;ISBN";
//$xxDatLab="<i class='w3-margin-right fa fa-chevron-circle-right'></i> &nbsp;&nbsp;Updated";
$xxAskQue="&#xf27a; &nbsp;&nbsp;Ask A Question";
$xxEmFrnd="&#xf0e0; &nbsp;&nbsp;Email A Friend";
$searchwordsheading="<i class='w3-margin-right fa fa-search'></i> Search words";

$xxPrDets="Details &nbsp;&nbsp;&#xf05a;";
$xxQuiBuy="Quick Buy &nbsp;&nbsp;&#xf290;";
$xxCOTxt="Checkout &nbsp;&nbsp;&#xf07a;";
$xxBakOrd="Back Order &nbsp;&nbsp;&#xf290;";
$xxConfig="Configure &nbsp;&nbsp;&#xf013;";
$xxAddToC='&#xf290; &nbsp;&nbsp;Add to Cart ';

$xxCMCSC='<i class="w3-margin-right fa  fa-shopping-cart"></i> &nbsp;View Cart';
$xxMCCO='<i class="w3-margin-right fa  fa-shopping-cart"></i> &nbsp;Checkout';
$xxCMCClo='<i class="w3-margin-right fa fa-close"></i> &nbsp;Close';

$xxEstimatorTitle='<i class="w3-margin-right fa fa-truck"></i> &nbsp;Delivery Estimate';

$xxBasRat='';
?>