alexislevrai Posted August 13, 2010 Share Posted August 13, 2010 Bonjour a tous, je cherche a afficher mon HOOK_PRODUCT_FOOTER mais impossible de faire fonctionner ce dernier. J'aimerai y mettre "Dans la même catégorie v1.2" mais cela ne fonctionne pas ... d'ou cela peut-il venir ?Merci d'avance.{EDIT} je viens d'essaye avec le thème d'origine, il ne s'affiche pas non plus > {/foreach} {foreach from=$quantity_discounts item='quantity_discount' name='quantity_discounts'} {if $quantity_discount.id_discount_type|intval == 1} -{$quantity_discount.value|floatval}% {else} -{convertPrice price=$quantity_discount.value|floatval} {/if} {/foreach} {/if} {$HOOK_PRODUCT_FOOTER} <!-- Customizable products --> {if $product->customizable} </pre> <ul> {l s='Product customization'} </ul> <br><div> <form method="post" action="{$customizationFormTarget}" enctype="multipart/form-data" id="customizationForm"> {l s='After saving your customized product, do not forget to add it to your cart.'} {if $product->uploadable_files} {l s='Allowed file formats are: GIF, JPG, PNG'}{/if} {if $product->uploadable_files|intval} {l s='Pictures'} {counter start=0 assign='customizationField'} {foreach from=$customizationFields item='field' name='customizationFields'} {if $field.type == 0} {assign var='key' value='pictures_'|cat:$product->id|cat:'_'|cat:$field.id_customization_field} {if isset($pictures.$key)}getUrlWith('deletePicture', $field.id_customization_field)}">{/if} <input type="file" name="file{$field.id_customization_field}" id="img{$customizationField}" class="customization_block_input {if isset($pictures.$key)}filled{/if}" />{if $field.required}*{/if} {if !empty($field.name)}{$field.name}{else}{l s='Please select an image file from your hard drive'}{/if} {counter} {/if} {/foreach} {/if} < Link to comment Share on other sites More sharing options...
alexislevrai Posted August 14, 2010 Author Share Posted August 14, 2010 Up Personne ne peut l'aider ? 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