Als ik zoek naar een product
ZIE HIER LINK
http://www.youpiee.nl/index.html?mact=S ... =Versturen
Error
Fatal error: Class 'PageInfoOperations' not found in C:\1usbwebroot\root\youpiee\modules\ShopMadeSimple\ShopMadeSimple.module.php on line 424
Content pagina's vind die wel.
Nu heb ik veel aangepast aan de templates!!! En weet ik niet welke code ik moet toevoegen om het weer zoekbaar te maken of het probleem op te lossen.
TEMPLATES -SHOP MADE SIMPLE
Category & Products:
Code: Select all
<div id="productwrapshop">
{if $image!='*none'}
{/if}
{foreach from=$products item=entry} </p>
<div class="productlistshop">
<!--<div id="productpriceshop" class="productprice"> {$entry->price|number_format:2} </div>
-->
<!--<div id="addproductshop"> {$entry->addproduct} </div>
-->
<!--<div id="cartimageshop"> {$entry->addproductimage} </div>
-->
<div id="productimageshop">{if $prodimage!='*none'}
{$entry->prodimagelink} </div>
</div>
{/if}
{/foreach}
</div>
CATEGORIES (gebruik ik niet)
Product detail:
Code: Select all
{* List of product data *}
{$addproduct}
<h1>{$productname} <span class="smallh1">Beschikbaar: {$maxattributes}</span></h1><br />
<div id="productmainwrap">
<div id="productverloopenbeschikbaar_">
{literal}
<__script__ type="text/javascript">
function repl(img, title)
{
document.item_image.src=img;
document.item_image.title=title;
}
</__script>
{/literal}
{if $itemcount > 0}
</div>
<div id="afbeelding_">
<img name="item_image" id="item_image" src="{$pimage}">{$description}
<div class="ProdThumbnails">
{section name=ind loop=$entryarray}
<a href="javascript:repl('{$items}','{$imagedesc}')">{image src=$entryarray[ind]->imagethumb title=$entryarray[ind]->imagedesc}</a>
{/section}
<br>
{if $itemcount > 1}
{foreach from=$items item=entry}
<a href="javascript:repl('{$entry->fullpathimage}','{$entry->imagedesc}')">{image src=$entry->imagethumb title=$entry->imagedesc }</a>
{/foreach}
</div>
{/if}
{/if}
<div id="productprice_">
<h2>{$cur_symbol} {$price|number_format:2}</h2>
</div>
<div id="productaddcart_">Voeg toe aan winkelwagen {$entry->addproductimage}
</div>
<div id="cartimageshop"> {$entry->addproductimage} </div>
<div id="clearproduct" class="clearproduct"> </div>
</div>
</div></div>
groeten Dylan en alvast bedankt.