marcygiff Posted November 22, 2006 Posted November 22, 2006 I only have 6 products and want to list them all on the main catalog page w/ their descriptions, prices and Add to Cart buttons instead of putting them in a catagory and having to go to separate pages for each of them. Is this possible and if so, easy to accomplish?
usernamenone Posted November 23, 2006 Posted November 23, 2006 Yes this is quit easily done if you have a html editor or know code. This is how I would do it. add all your product to your catalog then click on each product one after the other. First product you are looking at go to your toolbar in your browser and under view choose source in ie page source in firefix. Look for the code that is between <!-- body_text //--> and <!-- body_text_eof //--> and do this for each product pasting the code into your editor one after the other of course you will need to eliminate the cart code and anyother coding not needed. Copy this code and put in in your editor make changes add to you wording for your index page and when it looks like you want your index page to look you will open your languages/yourlanguage/index.php and paste the code into your define text section at the top of the page. remember to back up before making any changes
Recommended Posts
Archived
This topic is now archived and is closed to further replies.