View Full Version : Acheiving Single Product Page in V7 | Help & Advice Please
Wizzo
22-Jan-2010, 01:54 PM
Hello
I am trying to create a page of thumbnails of all products in a section so instead of seeing this page http://calmproductions.com/acatalog/test/acatalog/Basic_Products.html you will see all the books on the site each one linking through to the product page.
I have looked around the KB and here and cant find anything that points me in the right direction.
Thanks
Glen
Rich Brady
22-Jan-2010, 02:00 PM
What you are talking about is Single Product Pages I think?
Example:
http://www.vpiaonline.co.uk/acatalog/Duvet-Cover.html
You need to put each product inside it's own section.
Have a read of Lee's tutorial:
http://www.websitedesigned.co.uk/actinic-spp.htm
Download the Advanced User Guide:
http://www.actinic.co.uk/support/downloads.htm
If you get stuck, come back and let us know how far you've got.
Wizzo
22-Jan-2010, 02:11 PM
Hi Rich
What I was looking for was something like this.
http://www.amazon.co.uk/
Is this something that can be done in V7?
Thanks
Glen
Rich Brady
22-Jan-2010, 02:13 PM
I have no experience of V7, but assume that it still uses Sections/Sub-Sections/Products...
Create a new Section and drag one of your products into it. Can you change the Section layout to something like "Image above Section Link"?
Wizzo
22-Jan-2010, 02:16 PM
Yes its all the same, sections, sub sections etc.
Do you know what template I would have to mod to do the list either like the one you suggested or like the amazon one?
Thanks
Glen
Rich Brady
22-Jan-2010, 02:19 PM
In V8 and V9 if you click on a section there is a drop down menu under "Section Link Layout" with a number of different default layouts.
"Image above Section Link" is in there
Wizzo
22-Jan-2010, 02:20 PM
I have just found this from the link you sent me.
http://www.atlanticshopping.co.uk/acatalog/Retro-Funky-Chairs.html
This is what I am looking for
peblaco
22-Jan-2010, 02:24 PM
Do you know what template I would have to mod to do the list either like the one you suggested or like the amazon one?
If you put some images on those sections and put them in columns you might start to make some headway and see if that achieves what you are trying to do. Firstly, go to each of those Football/Fiction/Fishing sections and set an image in the General tab (this will be your thumbnail). Then go to Design menu > Options > Layouts > Section Link Templates > and select a different layout for both of those and Apply. Then go to Design menu > Options > Sections and change the four "Column Count" numbers to whatever number of columns you want and Apply.
Rich Brady
22-Jan-2010, 02:24 PM
You'll need some input from some one with V7 experience, because the SPP documention in AUG are for V8 and V9.
You need someone with V7 experience to jump in, so I've re-titled the thread for you. I hope you don't mind?
peblaco
22-Jan-2010, 02:28 PM
You'll need some input from some one with V7 experience, because the SPP documention in AUG are for V8 and V9.
I thought at first he might have meant just columns, but if it is SPP then the method and content tree is the same in V7 as V8 & V9.
Mark H
22-Jan-2010, 02:36 PM
Hi Glenn
First, as Rich says you need to create a sub-section for each product, and define a thumbnail image for each sub-section. Then go into:
Design, Options, Layouts tab
You will see a dropdown that allows you to select the Default Section Link Layout. We use "Image only, no text shown":
http://www.aquazuro.co.uk/acatalog/stainless_steel_living_accessories.html
(the text you see for each thumbnail is actually part of the image).
There is no direct equivalent for the Amazon example, but you could select "Section name only - smaller size text", and edit the template so that the text appears under the image istead of to one side. This template is Act_SectionLine.html
If you then go to the Sections tab, you can define how many thumbnails to have by entering a number in the Column Count boxes, we use 5.
Mark H
22-Jan-2010, 02:37 PM
LOL I really need to type faster :D
Wizzo
22-Jan-2010, 02:57 PM
Right I have looked at Page 24 / 25 in the Advanced User Guide and have tried what it suggested and I ended up getting the same thing repeated across the page 3 times and down 3 rows.
I will put it up, please be aware that at the moment it is just showing text.
Thanks
Glen
Wizzo
22-Jan-2010, 03:03 PM
Ok here is the link
http://www.calmproductions.com/acatalog/test/acatalog/Basic_Products.html
Here is the code which I modified from the AUG.
<!-- SectionLine HTML begin -->
<!-- Insert HTML for the beginning of a section title -->
<DIV ALIGN="CENTER">
<table width="520" border="0" cellpadding="0">
<tr>
<td><TABLE BORDER="0" CELLSPACING="0" CELLPADDING="5" WIDTH="160">
<TR>
<TD ALIGN="LEFT" VALIGN="TOP"> <A HREF="NETQUOTEVAR:SECTIONLINK">NETQUOTEVAR:SECTIONIMAGE</A> </TD>
</TR>
<TR>
<TD ALIGN="LEFT" VALIGN="MIDDLE"> <A HREF="NETQUOTEVAR:SECTIONLINK"> <B>NETQUOTEVAR:SECTIONNAME</B></A><BR>
NETQUOTEVAR:SECTIONTEXT </TD>
</TR>
</TABLE></td>
<td><TABLE BORDER="0" CELLSPACING="0" CELLPADDING="5" WIDTH="160">
<TR>
<TD ALIGN="LEFT" VALIGN="TOP"> <A HREF="NETQUOTEVAR:SECTIONLINK">NETQUOTEVAR:SECTIONIMAGE</A> </TD>
</TR>
<TR>
<TD ALIGN="LEFT" VALIGN="MIDDLE"> <A HREF="NETQUOTEVAR:SECTIONLINK"> <B>NETQUOTEVAR:SECTIONNAME</B></A><BR>
NETQUOTEVAR:SECTIONTEXT </TD>
</TR>
</TABLE></td>
<td><TABLE BORDER="0" CELLSPACING="0" CELLPADDING="5" WIDTH="160">
<TR>
<TD ALIGN="LEFT" VALIGN="TOP"> <A HREF="NETQUOTEVAR:SECTIONLINK">NETQUOTEVAR:SECTIONIMAGE</A> </TD>
</TR>
<TR>
<TD ALIGN="LEFT" VALIGN="MIDDLE"> <A HREF="NETQUOTEVAR:SECTIONLINK"> <B>NETQUOTEVAR:SECTIONNAME</B></A><BR>
NETQUOTEVAR:SECTIONTEXT </TD>
</TR>
</TABLE></td>
</tr>
</table>
</DIV>
NETQUOTEVAR:NEXT
<!-- Insert HTML for the end of a section title -->
<!-- SectionLine HTML end -->
peblaco
22-Jan-2010, 03:07 PM
Ok here is the link
http://www.calmproductions.com/acatalog/test/acatalog/Basic_Products.html
Here is the code which I modified from the AUG.
Which AUG guide and page number code have you modified?. The code you've got there is just a section layout repeated three times.
Wizzo
22-Jan-2010, 03:20 PM
This is from the Advance User Guide for V7.
This was the code they give you.
<!-- SectionLine HTML begin -->
<!-- Insert HTML for the beginning of a section title -->
<DIV ALIGN="CENTER">
<TABLE BORDER="0" CELLSPACING="0" CELLPADDING="5" WIDTH="160">
<TR>
<TD ALIGN="CENTER" VALIGN="TOP">
<A HREF="NETQUOTEVAR:SECTIONLINK">NETQUOTEVAR:SECTIONIMAGE</A>
</TD>
</TR>
<TR>
<TD ALIGN="CENTER" VALIGN="MIDDLE">
<A HREF="NETQUOTEVAR:SECTIONLINK">
<B>NETQUOTEVAR:SECTIONNAME</B></A><BR>
NETQUOTEVAR:SECTIONTEXT
</TD>
</TR>
</TABLE>
</DIV>
NETQUOTEVAR:NEXT
<!-- Insert HTML for the end of a section title -->
<!-- SectionLine HTML end -->
And this is what they say to make them across the page, well this is what I thought it did.
The above code will create a section link of 160 pixels in width that, because of the table's cellpadding
of 5 pixels, will mean you can use thumbnail images of up to 150 pixels in width with this
template.
The next step is to lay out your section links within three columns on the page.
Note: you can lay them out within as many columns as you want, it is just that the above template is
suitable for section links that are laid out in three columns.
In order to set the default number of columns throughout the site, go to 'Design Options | Sections'
and within the 'Default Location and Arrangement of Section Lists' area, set the 'First Row Column
Count' and 'Subsequent Row Column Count' to '3'.
Thanks
Glen
peblaco
22-Jan-2010, 03:24 PM
And this is what they say to make them across the page, well this is what I thought it did.
You've somehow changed this code they give to put the same layout 3 times in one layout. So use the code they give, but the part you need to do is the "In order to set the default number of columns throughout the site, go to 'Design Options | Sections'
and within the 'Default Location and Arrangement of Section Lists' area, set the 'First Row Column
Count' and 'Subsequent Row Column Count' to '3'."
Wizzo
22-Jan-2010, 03:27 PM
Trust me to make things complicated. :)
Thanks
Glen
vBulletin® v3.8.4, Copyright ©2000-2012, Jelsoft Enterprises Ltd.