Jump to content

Dodanie ID produktu na stronie.


ITenter

Recommended Posts

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

@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 by ITenter (see edit history)
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...