products page

Permalink
Hi, I need to create a page which shows list of products, and when a user click on them goes to detailed product page
how can I do this ?
regards

 
12345j replied on at Permalink Reply
12345j
the eccomerce addon pretty much does this for you.
datisdesign replied on at Permalink Reply
i dont need a shop, i just need to create a page which shows list of services and products, also the price is too high for my project, do you know any better solution ?
12345j replied on at Permalink Reply
12345j
addd pages under a parent page called products, and then use a pagelist to
display pages under that page.
datisdesign replied on at Permalink Reply
thnx, is there a way to add some thumbnails and descriptions to the list of products, the pagelist only gives me the list of titles !
12345j replied on at Permalink Reply
12345j
not by default, but with an addon. Heres what to do: download and installhttp://www.concrete5.org/marketplace/addons/blog-thumbnail/.... Assign the attribute blog thumbnail to each page that you want an image, and then use the blog_thumbnail custom template on the page list.
datisdesign replied on at Permalink Reply
I couldnt make this work ! thumbnails are not showing in the list view !
Steevb replied on at Permalink Reply
Steevb
Easy,

Only downside is you might need two images, one small, one big (scaled images don't look nice).

Page, edit mode, add block, add content, add image (small), add text.

Click on image use link to page, pick a bit of text, click link to page.

Sorted!

Ciao

Steev
datisdesign replied on at Permalink Reply 1 Attachment
thanks, maybe in the attached image you better understand what I need
I want to create a list like this image on my products page which when i click on them it will go the that specific product

i just need a title with a thumbnail and maybe a little description

regards
Steevb replied on at Permalink Reply
Steevb
As I said on reply above?
Steevb replied on at Permalink Reply 1 Attachment
Steevb
See attached

All from a content block and you can link from the image and/or text.

Repeat with other items as well.

does that help?
datisdesign replied on at Permalink Reply
Thanks, in your method every time for each product I should create two pages right ? one page in main product page and one page for product detail page and link them together ?