ITenter Posted November 4, 2020 Share Posted November 4, 2020 Witam, problem dość banalny rozwiązania niby znalazłem ale nic nie działa, dlatego utworzyłem nowy temat. Chciałbym dodać ID produktu na stronie pod np. stanem. Dodaje coś takiego w pliku product.tpl " {l s='Product Id :'}{$product->id} " po kodzie: {if !$product->is_virtual && $product->condition} <p id="product_condition"> <label>{l s='Condition:'} </label> {if $product->condition == 'new'} <link itemprop="itemCondition" href="https://schema.org/NewCondition"/> <span class="editable">{l s='New product'}</span> {elseif $product->condition == 'used'} <link itemprop="itemCondition" href="https://schema.org/UsedCondition"/> <span class="editable">{l s='Used'}</span> {elseif $product->condition == 'refurbished'} <link itemprop="itemCondition" href="https://schema.org/RefurbishedCondition"/> <span class="editable">{l s='Refurbished'}</span> {/if} </p> ale nic się nie wyświetla, prosiłbym o jakąś pomoc, ponieważ nie wiem co źle robię. Link to comment Share on other sites More sharing options...
krzysiek_web Posted November 5, 2020 Share Posted November 5, 2020 {$product.id} Upewnij się że wyczyściłeś cache. Link to comment Share on other sites More sharing options...
ITenter Posted November 5, 2020 Author Share Posted November 5, 2020 (edited) @krzysiuus teraz jak wyczyściłem pamięć podręczną to strona się rozjechała, a ID nie widać i tak.. Więc jakieś zmiany się nanoszą.. Ok zrobiłem " <p class="produkt_id">{$product->id}</p> " a w global.css dodałem ".produkt_id { color: #454545; font-size: 17px; font-family: helvetica, serif; } " Edited November 5, 2020 by ITenter (see edit history) 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