Greetings:
I am working on redesigning our website. What we plan on doing is creating a mockup the best we can of what we want the redesign to look like before we begin shopping for a designer to produce the finish results.
One thing we want to do is have a product page variant that would list certain products in a tabular form. For example, we have brackets that essentially look very similar and have all the same features. So we want to display these on the product page as:
Product Name, Sku, Instructions, Price, Sale Price, More Info Page Link
Product Name, Sku, Instructions, Price, Sale Price, More Info Page Link
Product Name, Sku, Instructions, Price, Sale Price, More Info Page Link
Product Name, Sku, Instructions, Price, Sale Price, More Info Page Link
Etc..
I've created a new page layout and change the product loop to 1 from 3 for starters. But as for modifying the product page layout, I am alittle stumped. Looking at the cookbook and Shopsite built in templates didnt help. My first thoughts would be a table to contain and organize the layout. Placing the Shopsite tags in the cells.
For example,
<table style="width: 100%" align="center">
<tr>
<td>Product Name [-- Product.Name --]</td>
<td>Sku [-- Product.SKU --]</td>
<td>Mounting Instructions [-- PRODUCT.Field6 --]</td>
<td>MSRP [-- Product.Price --]</td>
<td>Your Price [-- Product.SaleAmount --]</td>
<td>More Information Page Link [-- Product.moreInfoURL --]</td>
</tr>
<tr>
<td>Product Name [-- Product.Name --]</td>
<td>Sku [-- Product.SKU --]</td>
<td>Mounting Instructions [-- PRODUCT.Field6 --]</td>
<td>MSRP [-- Product.Price --]</td>
<td>Your Price [-- Product.SaleAmount --]</td>
<td>More Information Page Link [-- Product.moreInfoURL --]</td>
</tr>
<tr>
<td>Product Name [-- Product.Name --]</td>
<td>Sku [-- Product.SKU --]</td>
<td>Mounting Instructions [-- PRODUCT.Field6 --]</td>
<td>MSRP [-- Product.Price --]</td>
<td>Your Price [-- Product.SaleAmount --]</td>
<td>More Information Page Link [-- Product.moreInfoURL --]</td>
</tr>
</table>
(Note, I am ignoring the formatting of the display as this is just a mockup)
If anyone would share an example of the this or provide some tips, it would be appreciated.
Note, we will not be listing these products as subproducts. We are using pro and have the latest version of Shopsite.
Thanks
Tim
Belden Motosport
607-693-1031