Quote:
Originally Posted by Jon
Can somebody elaborate on the install process? What are the steps?
If you have customized your skins does it overwrite them?
|
Jon, you can use TWO ways to install the skin:
1. method(overwrite):
-----------------
- Upload all files inside the 7_dana_theme folder to the X-Cart/skin1 directory.
2. method:
-----------------
- Upload 7_dana_theme folder to the directory where X-Cart has been installed.
- Open the xcart_root/smarty.php file in the text editor and find this lines:
$smarty->template_dir = $xcart_dir."/skin1";
$smarty->config_dir = $xcart_dir."/skin1";
$smarty->secure_dir = $xcart_dir."/skin1";
$smarty->assign("ImagesDir",$xcart_web_dir."/skin1/images");
$smarty->assign("SkinDir",$xcart_web_dir."/skin1");
and replace all words "skin1" with the new SKIN name(directory name).
EXAMPLE:
$smarty->template_dir = $xcart_dir."/7_amazon_red";
$smarty->config_dir = $xcart_dir."/7_amazon_red";
$smarty->secure_dir = $xcart_dir."/7_amazon_red";
$smarty->assign("ImagesDir",$xcart_web_dir."/7_amazon_red/images");
$smarty->assign("SkinDir",$xcart_web_dir."/7_amazon_red");