Jump to content

Vérifier code champs personnalisation pour le remonter


Recommended Posts

Bonjour,

J'aimerais placer le champs personnalisation au dessus de la fiche technique ou au dessus de savoir plus

comment procéder?

j'ai repéré ces lignes dans product.TPL de mon thème mais je ne sais quelles lignes exact couper pour les rajouter devant quelle balise ?
 
( Ligne 546)  {if isset($product) && $product->customizable}
   <!--Customization -->
   <section class="page-product-box">
    <h3 class="page-product-heading">{l s='Product customization'}</h3>
    <!-- Customizable products -->
    <form method="post" action="{$customizationFormTarget}" enctype="multipart/form-data" id="customizationForm" class="clearfix">
     <p class="infoCustomizable">
      {l s='After saving your customized product, remember to add it to your cart.'}
      {if $product->uploadable_files}
      <br />
 (L 556) {l s='Allowed file formats are: GIF, JPG, PNG'}{/if}

merci

 

Edited by haio (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...