Projekt

Allgemein

Profil

GX-Bug #69460

Von Patrick Bayer vor fast 3 Jahren aktualisiert

Im Shop das Malibu-Theme aktivieren.  
 In einem Artikel das Erscheinungsdatum einstellen und die Option "Veröffentlichungsdatum anzeigen" aktivieren. 
 Im Footer Header Eintrag müssen Daten stehen und dieser muss aktiv sein. 
 Den Artikel im Frontend aufrufen. 

 Erwartetes Ergebnis: 
 Der Shop zeigt das Erscheinungsdatum unten auf der Seite an 

 Tatsächliches Ergebnis: 
 Das Erscheinungsdatum ist nicht sichtbar, es wird vom Footer Header verdeckt. Fügt man folgendes CSS im Shop hinzu, so wird es sichtbar 
 .product-info-listings.container.clearfix { 
 margin-bottom: 35px; 
 } 

 ---- 

 In the store, activate the Malibu theme.  
 In an article, set the "Date Available" and enable the "Show release date" option. 
 In the footer header entry must be dates and this must be active. 
 Call the article in the frontend. 

 Expected result: 
 The store displays the publication date at the bottom of the page 

 Actual result: 
 The publication date is not visible, it is hidden by the Footer Header. If you add the following CSS to the store, it will be visible 
 .product-info-listings.container.clearfix { 
 margin-bottom: 35px; 
 } 

 ----------- 
 EDIT: 

 Tritt nur bei Daten aus der Vergangenheit auf. Erscheint der Artikel erst noch, so wird über den Rezensionen darauf hingewiesen, dass der Artikel erst ab einem bestimmten Datum lieferbar ist. 

 Just happens if the date is set in the past. if the product is yet to be released, there will be a note above the reviews that the product will be delivered after the set date

Zurück