I have installed Shop made Simple and i am looking for a bit of help!
Under preferences i have allocated 4 products per page, when i click next page for the next amount of products, the category menu appears again and blows my layout.
Can anyone suggest anything?
Many Thanks in advance
Last edited by myfunkymonkey on Thu Sep 03, 2009 5:32 pm, edited 1 time in total.
{* List of category data *}
<div id="catlistheader">{$categoryname}<img src="uploads/images/blueswirl.jpg" width="43" height="35" alt="Vintage Tiaras Online Catalogue"/></div>
{if $image!='*none'}
{image src=$image alt=$description }
{/if}
<div class="catdescription">{$description}</div>
{foreach from=$products item=entry}
<div class="product">
{if $prodimage!='*none'}
{image src=$entry->prodimage alt=$entry->proddesc}
{* or use the following. The image is then a link to the detail page
{$entry->prodimagelink}*}
{/if}
<br/><br/>
<div class="prodname">{$entry->prodname}</div>
<br/>
<div class="prodname">£{$entry->price}</div>
{* List of category data *}
{if $image!='*none'}
{image src=$image alt=$description}
{/if}
</div>
{/foreach}
{* List of category data *}
<div id="catlistheader">{$categoryname}<img src="uploads/images/blueswirl.jpg" width="43" height="35" alt="Vintage Tiaras Online Catalogue"/></div>
{if $image!='*none'}
{image src=$image alt=$description }
{/if}
<div class="catdescription">{$description}</div>
{foreach from=$products item=entry}
<div class="product">
{if $prodimage!='*none'}
{image src=$entry->prodimage alt=$entry->proddesc}
{* or use the following. The image is then a link to the detail page
{$entry->prodimagelink}*}
{/if}
<br/><br/>
<div class="prodname">{$entry->prodname}</div>
<br/>
<div class="prodname">£{$entry->price}</div>
{* List of category data *}
{if $image!='*none'}
{image src=$image alt=$description}
{/if}
</div>
{/foreach}
<div style="clear: both">
{if $pagecount > 1}
{$firstpage} {$prevpage} {$pagetext}: {$pagenumber} {$oftext}: {$pagecount} {$nextpage} {$lastpage}
{/if}
</div>
Some how a copy of the category menu appears but i cant figure out why?
{* List of category data *}
<div id="catlistheader">{$categoryname}<img src="uploads/images/blueswirl.jpg" width="43" height="35" alt="Vintage Tiaras Online Catalogue"/></div>
{if $image!='*none'}
{image src=$image alt=$description }
{/if}
<div class="catdescription">{$description}</div>
{foreach from=$products item=entry}
<div class="product">
{if $prodimage!='*none'}
{image src=$entry->prodimage alt=$entry->proddesc}
{* or use the following. The image is then a link to the detail page
{$entry->prodimagelink}*}
{/if}
<br/><br/>
<div class="prodname">{$entry->prodname}</div>
<br/>
<div class="prodname">£{$entry->price}</div>
{* List of category data *}
{if $image!='*none'}
{image src=$image alt=$description}
{/if}
</div>
{/foreach}
{* List of category data *}
<div id="catlistheader">{$categoryname}<img src="uploads/images/blueswirl.jpg" width="43" height="35" alt="Vintage Tiaras Online Catalogue"/></div>
{if $image!='*none'}
{image src=$image alt=$description }
{/if}
<div class="catdescription">{$description}</div>
{foreach from=$products item=entry}
<div class="product">
{if $prodimage!='*none'}
{image src=$entry->prodimage alt=$entry->proddesc}
{* or use the following. The image is then a link to the detail page
{$entry->prodimagelink}*}
{/if}
<br/><br/>
<div class="prodname">{$entry->prodname}</div>
<br/>
<div class="prodname">£{$entry->price}</div>
{* List of category data *}
{if $image!='*none'}
{image src=$image alt=$description}
{/if}
</div>
{/foreach}
<div style="clear: both">
{if $pagecount > 1}
{$firstpage} {$prevpage} {$pagetext}: {$pagenumber} {$oftext}: {$pagecount} {$nextpage} {$lastpage}
{/if}
</div>
Some how a copy of the category menu appears but i cant figure out why?
Cheers
Show me the smarty that you are using to display SMS in your template.
have anyone found the solution to the problem? i have the issue regarding the shop made simple, whenever i click the page next arrow it goes back to the category page list. Please can someone help.
In the template that you posted, I see the '{* List of category data *}' part twice. Is that correct?
Do you have a hyperlink where we can see how/when it goes wrong?