desta Posted February 11, 2015 Share Posted February 11, 2015 Hallo wieder einmal! Da ich nur neue Artikel (Bücher) verkaufe, folgende Frage: Wie kann ich den Punkt "Zustand" auf der Produktseite entfernen. Grüße Desta 1.6.0.9, Standard-Template Link to comment Share on other sites More sharing options...
Whiley Posted February 11, 2015 Share Posted February 11, 2015 Hallo Desta, schaust du hier: https://www.prestashop.com/forums/topic/395361-zustand-und-artikelnummer-ausblenden/?do=findComment&comment=1930084 Falls du die Artikelnummer drinn lassen wilst, die oberen 4 Zeilen nicht löschen. Grüsse Whiley Link to comment Share on other sites More sharing options...
desta Posted February 11, 2015 Author Share Posted February 11, 2015 Vielen Dank Whiley, aber nachdem ich die Zeilen 158 - 172 gelöscht hatte, erschien bei den Produkten nur noch eine weiße Seite, also gar nichts. Desta Link to comment Share on other sites More sharing options...
Whiley Posted February 11, 2015 Share Posted February 11, 2015 Hi Desta, welche PS Verion u. welches Template? Grüsse Whiley Link to comment Share on other sites More sharing options...
desta Posted February 11, 2015 Author Share Posted February 11, 2015 1.6.0.9, Standardtemplate Desta Link to comment Share on other sites More sharing options...
Whiley Posted February 11, 2015 Share Posted February 11, 2015 (edited) Hallo desta, habs gerade nochmal getestet Zeile 158 bis 172 also dieses hier löschen: {if $product->condition} <p id="product_condition"> <label>{l s='Condition'} </label> {if $product->condition == 'new'} <link itemprop="itemCondition" href="http://schema.org/NewCondition"/> <span class="editable">{l s='New'}</span> {elseif $product->condition == 'used'} <link itemprop="itemCondition" href="http://schema.org/UsedCondition"/> <span class="editable">{l s='Used'}</span> {elseif $product->condition == 'refurbished'} <link itemprop="itemCondition" href="http://schema.org/RefurbishedCondition"/> <span class="editable">{l s='Refurbished'}</span> {/if} </p> {/if} funktioniert! Hast du einen vernünftigen Editor verwendet (Utf8, CR/LF) also z.B. notepad++ Grüsse Whiley Edited February 11, 2015 by Whiley (see edit history) Link to comment Share on other sites More sharing options...
desta Posted February 11, 2015 Author Share Posted February 11, 2015 Herzlichen Dank, Whiley, ja, es hat funktioniert. Da frage ich mich nur, was ich falsch gemacht habe!! Grüße. Bis zum nächsten Mal. Desta Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now