Shop Made Simple - next page

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
myfunkymonkey
New Member
New Member
Posts: 3
Joined: Thu Apr 23, 2009 7:07 pm

Shop Made Simple - next page

Post 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 :)
Last edited by myfunkymonkey on Thu Sep 03, 2009 5:32 pm, edited 1 time in total.
vzw klemtoon
Forum Members
Forum Members
Posts: 92
Joined: Mon May 14, 2007 11:31 am

Re: Shop Made Simple - next page

Post by vzw klemtoon »

please give more info, templates, version of modules, etc...

greetz
myfunkymonkey
New Member
New Member
Posts: 3
Joined: Thu Apr 23, 2009 7:07 pm

Re: Shop Made Simple - next page

Post 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
dcleckley
Forum Members
Forum Members
Posts: 127
Joined: Fri Mar 06, 2009 2:13 pm

Re: Shop Made Simple - next page

Post 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.
zymon09
New Member
New Member
Posts: 6
Joined: Fri Jun 19, 2009 10:20 am

Re: Shop Made Simple - next page

Post 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.
Duketown

Re: Shop Made Simple - next page

Post 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
zymon09
New Member
New Member
Posts: 6
Joined: Fri Jun 19, 2009 10:20 am

Re: Shop Made Simple - next page

Post 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}
Duketown

Re: Shop Made Simple - next page

Post 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
dcleckley
Forum Members
Forum Members
Posts: 127
Joined: Fri Mar 06, 2009 2:13 pm

Re: Shop Made Simple - next page

Post by dcleckley »

Is this resolved?
Post Reply

Return to “Modules/Add-Ons”