OXID Community Forum

> German forum > Templates und Design > LastSeen- Products
Login
FAQ Members List Calendar Search Today's Posts Mark Forums Read

Thread: LastSeen- Products


Reply
 
Thread Tools Display Modes
#Top   #1  
Old 11-12-2010, 02:45 PM
flaxx flaxx is offline
Senior Member
Join Date: Sep 2009
Posts: 113
flaxx is on a distinguished road
Default LastSeen- Products

Ich habe eine div um die LastSeen-Producte in der Detailansicht der Produkte erstellt. Nun wird immer ein grauer Bereich ohne Header angezeigt, wenn ich das erste Produkt im Shop anschaue. Warum wird dieser Bereich nicht wie am Anfang auch einfach ausgeblendet, wenn es keine Produkte gibt?
Meine details.tpl sieht so aus:
PHP Code:
<div class="smalldetails">
[{
oxid_include_dynamic file="dyn/last_seen_products.tpl" type="lastproducts" aid=$product->oxarticles__oxid->value aparentid=$product->oxarticles__oxparentid->value testid="LastSeen" }]
</
div
Die passende CSS sieht so aus:
Code:
div.smalldetails {background:none repeat scroll 0 0 #F8F8F8;border:1px solid #F1F1F1;border-top:none;float:left;height:300px;margin:0px 5px 10px;padding:6px 0;width:568px;
}
Reply With Quote
#Top   #2  
Old 11-12-2010, 04:58 PM
simply because simply because is offline
Senior Member
Join Date: Oct 2008
Posts: 968
simply because is on a distinguished road
Default Re: LastSeen- Products

Die Afrage, wann Artikel angezeigt werden sollen
[{if $aLastProducts && $aLastProducts->count() > 0 }]
steht in der last_seen_products.tpl

Du musst Dein div in diese Datei packen.
__________________
Grüßle,
Frank
Reply With Quote
#Top   #3  
Old 11-12-2010, 05:31 PM
flaxx flaxx is offline
Senior Member
Join Date: Sep 2009
Posts: 113
flaxx is on a distinguished road
Default Re: LastSeen- Products

Habe es jetzt in die richtige Datei gepackt, aber es wird trotzdem noch das graue leere Feld angezeigt. Den tmp-Ordner habe ich nach der Änderung auch geleert.

Last edited by flaxx; 11-12-2010 at 05:33 PM.
Reply With Quote
#Top   #4  
Old 11-12-2010, 07:27 PM
simply because simply because is offline
Senior Member
Join Date: Oct 2008
Posts: 968
simply because is on a distinguished road
Default Re: LastSeen- Products

Poste mal den Inhalt Deiner last_seen_products.tpl.
__________________
Grüßle,
Frank
Reply With Quote
#Top   #5  
Old 11-12-2010, 08:56 PM
flaxx flaxx is offline
Senior Member
Join Date: Sep 2009
Posts: 113
flaxx is on a distinguished road
Default Re: LastSeen- Products

Hier der Inhalt:
PHP Code:
<div class="smalldetails">
[{if 
$aLastProducts && $aLastProducts->count() > }]
  <
strong id="test_LastSeenHeader" class="head2">[{ oxmultilang ident="DETAILS_LASTSEENPRODUCTS"}]</strong>
  [{foreach 
from=$aLastProducts item=lastproduct}]
    [{include 
file="inc/product.tpl" size="small" product=$lastproduct altproduct=$_lastproducts_aid sListType='' testid="LastSeen_"|cat:$lastproduct->oxarticles__oxid->value}]
  [{/foreach}]
[{/if}]
</
div
Bis auf die divs habe ich nichts dran geändert.
Reply With Quote
#Top   #6  
Old 11-12-2010, 09:00 PM
simply because simply because is offline
Senior Member
Join Date: Oct 2008
Posts: 968
simply because is on a distinguished road
Default Re: LastSeen- Products

Was bewirkt denn die if-Abfrage?
Wenn .... dann ...

Wo müsste dann Dein div hin? Überlege mal.
__________________
Grüßle,
Frank
Reply With Quote
#Top   #7  
Old 11-12-2010, 10:01 PM
flaxx flaxx is offline
Senior Member
Join Date: Sep 2009
Posts: 113
flaxx is on a distinguished road
Default Re: LastSeen- Products

Okay, danke für den Denkanstoß.
Nun funktioniert es wie gewünscht.
Reply With Quote
Reply

Bookmarks

Tags
lastseen, products

« Previous Thread | Next Thread »
Thread Tools
Display Modes

Nicht Sichtbar
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
problem with products scande Newbies 3 11-19-2009 11:10 AM
viewing products rf003 General 1 11-05-2009 02:22 PM
Downloadable products Coxy Newbies 1 10-22-2009 11:37 AM
Downloadable Products manuelBS Modules 3 10-08-2009 12:14 PM
downloadable products tokugawa General 1 12-15-2008 11:17 PM

All times are GMT +2. The time now is 11:22 AM.