Jump to content
  • 0

Coś zepsułem w product.tpl


Agaiwo

Question

Kiedyś dodawałem sobie funkcje do wyświetlania obrazka producenta przed nazwą produktu i wszystko działało dobrze.

 

Jednak dzisiaj chciałem dodać aby w przypadku gdy producent jest o ID 9, to by nie wyświetlało tego obrazka i coś zrobiłem tak że cała strona produktu mi nie działa. Gdyby ktoś mógł zerknąć dlaczego się tak dzieje.

 

Oto funkcja przy której majstrowałem:

{if isset($product_manufacturer->id)}
            <div class="spec brand">
                <div class="value"><a href="{$link->getmanufacturerLink($product->id_manufacturer)}" target="_blank"><img src="{$base_dir}img/tmp/manufacturer_{$product_manufacturer->id}.jpg" width="50%" height="50%"/></a></div>
            </div>
            {/if}

A tutaj cały mój plik product.tpl:

http://pastebin.com/fnStBgSY

 

Link to comment
Share on other sites

10 answers to this question

Recommended Posts

  • 0
Parse error: syntax error, unexpected '&&' (T_BOOLEAN_AND), expecting ',' or ')' in /home/pszionic/domains/motoszwarc.pl/public_html/cache/smarty/compile/bc/34/bf/bc34bf9067f5241c156a7b139852ec4c440bc3b3.file.product.tpl.php on line 313

Nie bardzo rozumiem jak może być coś nie tak w linii 313 skoro to co ja zmieniałem jest w linii 160.

Edited by Agaiwo (see edit history)
Link to comment
Share on other sites

  • 0

Pomogło same wyczyszczenie cache co ciekawe, więc super, dzięki.

 

Może byłbyś w stanie jeszcze podpowiedzieć jak to rozwiązać tutaj, że żeby gdy manufacturer będzie o ID 9 to by nie używało funkcji?

{if isset($product_manufacturer->id)}
            <div class="spec brand">
                <div class="value"><a href="{$link->getmanufacturerLink($product->id_manufacturer)}" target="_blank"><img src="{$base_dir}img/tmp/manufacturer_{$product_manufacturer->id}.jpg" width="50%" height="50%"/></a></div>
            </div>
            {/if} 
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...