Page 1 of 1

Shop Made Simple - next page

Posted: Tue Sep 01, 2009 7:11 pm
by myfunkymonkey
Hello,

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 :)

Re: Shop Made Simple - next page

Posted: Wed Sep 02, 2009 6:02 pm
by vzw klemtoon
please give more info, templates, version of modules, etc...

greetz

Re: Shop Made Simple - next page

Posted: Thu Sep 03, 2009 4:15 pm
by myfunkymonkey
Hi

Thanks for the reply....

I am using

- CMS MS version 1.6.4
- Shop Made Simple Module 0.2.5

The template source for the category & products looks like this:

Code: Select all

{* 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

Re: Shop Made Simple - next page

Posted: Sun Feb 21, 2010 11:01 pm
by dcleckley
myfunkymonkey wrote: Hi

Thanks for the reply....

I am using

- CMS MS version 1.6.4
- Shop Made Simple Module 0.2.5

The template source for the category & products looks like this:

Code: Select all

{* 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.

Re: Shop Made Simple - next page

Posted: Thu Aug 12, 2010 1:52 pm
by zymon09
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.

Re: Shop Made Simple - next page

Posted: Thu Aug 12, 2010 6:12 pm
by Duketown
zymon09,

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?

Duketown

Re: Shop Made Simple - next page

Posted: Fri Aug 13, 2010 6:56 am
by zymon09
This is the template i am using. is there any problem with the template?

{* List of category data *}
{$categoryname}


{$lable_product_count}
 


 Product Name
Descriptions/Specifications 
Price

 
{foreach from=$products item=entry}


 {$entry->prodname}
{$entry->proddesc} 
{$entry->price}

 
{/foreach}

{if $pagecount > 1}
{$firstpage} {$prevpage} {$pagetext}: {$pagenumber} {$oftext}: {$pagecount} {$nextpage} {$lastpage}
{/if}
{$currency}

Re: Shop Made Simple - next page

Posted: Fri Aug 13, 2010 7:42 am
by Duketown
Hi,

I asked:
Do you have a hyperlink where we can see how/when it goes wrong?
In that way we are able to see what the generated hyperlink on the page is. This might help where a problem arises.

Duketown

PS. Don't expect an answer from me for the next two weeks, since I'm on vacation  ;D

Re: Shop Made Simple - next page

Posted: Tue Sep 07, 2010 1:17 pm
by dcleckley
Is this resolved?