Atchworks is a free prestashop theme with 2 columns and a flash banner. It combines dark, white and orange colors.
The flash banner is an image rotator which you can customize with your best products.
1° / Installation :
Transfer, via FTP, directory “atchworks” in the folder "themes" of your shop.
Activate the theme through the admin panel of your store:
Back office / Preferences / Appearance / atchworks12
2° / Setting :
At this point, if you visit the homepage of your shop, you notice that some elements are not in
their place.
You'll need to go to administration area of your shop
- The Header
Going into the back office category / modules / Positions
Search under the "top of pages"
Set the options as in the photo above and delete those too.
- Blocks
This theme is meant minimalist in the shop demo, the block is left and configure :
But nothing prevents you from adding other blocks.
- The banner of Header
The images are in the directory "imagerotator"
Be sure to take images at the same size 550x168. You can use wherever you want. To
do this we must set the file "imagerotator.XML"
Edit links and images links as the address of your shop.
<?xml version="1.0" encoding="utf-8"?>
<playlist version="1" xmlns="http://xspf.org/ns/0/">
<trackList>
<track>
<title>Cliquez ICI</title>
<creator>Atchworks</creator>
<location>http://yoursite/prestashop/themes/atchworks12/imagerotator/1.jpg</location>
<info>http://atchworks.free.fr/prestashop/category.php?id_category=2</info>
</track>
<track>
<title>Cliquez ICI</title>
<creator>Atchworks</creator>
<location>http://yoursite/prestashop/themes/atchworks12/imagerotator/2.jpg</location>
<info>http://yoursite /prestashop/category.php?id_category=3</info>
</track>
</trackList>
</playlist>
That installation is complete ....