Our site www.viart.com site is operated by latest Viart Shop 5 with default Clear design
Topic Information
Anjula
Anjula
Brief
We have updated the files 'article.php' and 'articles.php' for version 3.6.
 
Description
Custom articles list template were not working properly.
 
Solution
We would recommend you to download an updated version of the files from here:
http://www.viart.com/articles-3.6.zip
http://www.viart.com/article-3.6.zip
 
Further, extract the above mentioned files into the root folder of your shop. Do not forget to make a backup copy of the current files in case something goes wrong.
 
Last modified: 5 May 2009 2:30 PM
 
wputler
wputler
Just in case this isn't working for anyone -
 
you need to move the line that starts with
 
$template_dir =
 
to near the top of the file.
 
It is using this variable before it is defined.
 
/Wendy
 
freezer (Guest)
freezer (Guest)
just double checking should that be $templates_dir =
 
and is the line in both files if so ?
 
Has this been changed now in the download pack also ?
 
Regards,
 
Dave
 
crmartell
crmartell
Yes Both Articles.php and article.php need to have the following line at the top:
 
$templates_dir = $settings["templates_dir"];