Quote:
Originally Posted by aldo
im new to all this html and find it terribly time consuming when i have to fill in 2ooo products.
all i wanna do is fill the products area of the customer home page. www.crispycrittershobbyshop.com/store.
i cant find where or how to add product to it.
i also can't find out how to place some images on the home page. any kind of help would be much appriacaited.
thanks
aldo
also, is there any sort of add on to give it an easier way to change the colors and image's.
|
First, you could use Dreamweaver or any other editor to make an HTML page easy for index.html with the layout and looks of your desire and just upload it.
If you prefer users to be directly sent to the store you could delete your index.html file located in your store directory and make sure that index.php has only these lines in it:
<?php
header("Location: catalog/index.html");
?>
Note: index.html and index.php are not the same files (html is static, php is dynamic).
As for an easy way to change layout and style, use your online TPL (template) editor inside your admin directory.