Jump to content

Problem po edycji informations.tpl


petroniusz

Recommended Posts

Witam,

 

Presta 1.6

 

Nie wiem o co chodzi ale wystarczy, że otworzę informations.tpl w moim edytorze HTML (Dreamweaver), i nie dokonawszy żadnej zmiany zapiszę go i wyślę na serwer pojawia się biała strona i błąd:

 

Fatal error: Undefined class constant 'ptype_simple'

 

Nie dokonuję w pliku żadnej zmiany! Tylko zapisuję to, co przed sekundą otworzyłem.

 

Co to może być?

 

 

PS. Dreamweaver pokazuje mi błąd w linii 39:

 

{if isset($ps_force_friendly_product) && $ps_force_friendly_product}

 

Ale może on nie zna składmi smartów.

Link to comment
Share on other sites

To nie kodowanie, ani BOM.

 

Problem był z tym, że Presta nie znała stałej Product::PTYPE_SIMPLE bo w informations.tpl było product::ptype_simple zamiast Product::PTYPE_SIMPLE

<div class="radio">
<label for="simple_product">
<input type="radio" name="type_product" id="simple_product" value="{Product::PTYPE_SIMPLE}" {if $product_type == product::ptype_simple}checked="checked"{/if} >
					{l s='Standard product'}</label>
			</div>

Dziwny problem bo to domyślny szablon Presty i ani ja, ani nikt przede mną go nie zmieniał.

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...