Jump to content

vika220!

Members
  • Posts

    6
  • Joined

  • Last visited

Profile Information

  • First Name
    Guillaume
  • Last Name
    Clauzel

Recent Profile Visitors

120 profile views

vika220!'s Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. J'ai supprimer la partie data-target et le zoom-in dans le code ci dessus mais j'ai toujours le zoom sur les images, pourriez vous m'aider? I had delet data target and zomm-in in red in the cod down, but i have always zoom on the picture, can help me? {block name='product_cover'} <div class="product-cover"> <img id="rvzoom" class="js-qv-product-cover" src="{$product.cover.bySize.large_default.url}" alt="{$product.cover.legend}" title="{$product.cover.legend}" style="width:100%;" itemprop="image"> <div class="layer hidden-sm-down" data-toggle="modal" data-target="#product-modal"> <i class="fa fa-arrows-alt zoom-in"></i> </div>
  2. {* * Template Prestashop PerlaModa * * @author Prestacrea * @copyright Prestacrea * @license See PDF documentation * @website http://www.prestacrea.com *} {***** Prestashop 1.4 - Retro compatibility code *****} {if !isset($dlv_all_fields)} {$dlv_all_fields.0 = 'company'} {$dlv_all_fields.1 = 'firstname'} {$dlv_all_fields.2 = 'lastname'} {$dlv_all_fields.3 = 'address1'} {$dlv_all_fields.4 = 'address2'} {$dlv_all_fields.5 = 'postcode'} {$dlv_all_fields.6 = 'city'} {$dlv_all_fields.7 = 'country'} {$dlv_all_fields.8 = 'state'} {/if} {***** /Prestashop 1.4 - Retro compatibility code *****} {capture name=path}{l s='Login'}{/capture} {include file="$tpl_dir./breadcrumb.tpl"} <script type="text/javascript"> // <![CDATA[ var idSelectedCountry = {if isset($smarty.post.id_state)}{$smarty.post.id_state|intval}{else}false{/if}; var countries = new Array(); var states = new Array(); var countriesNeedIDNumber = new Array(); var countriesNeedZipCode = new Array(); {if isset($countries)} {foreach from=$countries item='country'} {if isset($country.states) && $country.contains_states} states[{$country.id_country|intval}] = new Array(); {foreach from=$country.states item='state' name='states'} states[{$country.id_country|intval}].push({ldelim}'id' : '{$state.id_state|intval}', 'name' : '{$state.name|addslashes}'{rdelim}); {/foreach} {/if} {if $country.need_identification_number} countriesNeedIDNumber.push({$country.id_country|intval}); {/if} {if isset($country.need_zip_code)} countriesNeedZipCode[{$country.id_country|intval}] = {if ($country.zip_code_format)}'{$country.zip_code_format}'{else}''{/if}; {/if} {if isset($country.iso_code)} countries[{$country.id_country|intval}] = new Array(); countries[{$country.id_country|intval}]['iso_code'] = '{$country.iso_code}'; {/if} {/foreach} {/if} $(function(){ldelim} $('.id_state option[value={if isset($smarty.post.id_state)}{$smarty.post.id_state|intval}{else}{if isset($address)}{$address->id_state|intval}{/if}{/if}]').attr('selected', true); {rdelim}); //]]> {if $vat_management} {literal} $(document).ready(function() { $('#company').blur(function(){ vat_number(); }); vat_number(); function vat_number() { if ($('#company').val() != '') $('#vat_number').show(); else $('#vat_number').hide(); } }); {/literal} {/if} </script> <h1>{if !isset($email_create)}{l s='Log in'}{else}{l s='Create your account'}{/if}</h1> {include file="$tpl_dir./errors.tpl"} {assign var='stateExist' value=false} {if !isset($email_create)} <form action="{$link->getPageLink('authentication.php', true)}" method="post" id="create-account_form" class="std"> <fieldset> <h3>{l s='Create your account'}</h3> <div class="form_content"> <h4>{l s='Enter your e-mail address to create an account :'}</h4> <p class="text"> <label for="email_create">{l s='E-mail address'}</label> <span><input type="email" id="email_create" name="email_create" value="{if isset($smarty.post.email_create)}{$smarty.post.email_create|stripslashes}{/if}" class="account_input is_required validate" data-validate="isEmail" /></span> </p> <p class="submit"> {if isset($back)}<input type="hidden" class="hidden" name="back" value="{$back|escape:'html':'UTF-8'}" />{/if} <input type="submit" id="SubmitCreate" name="SubmitCreate" class="button_large" value="{l s='Create your account'}" /> <input type="hidden" class="hidden" name="SubmitCreate" value="{l s='Create your account'}" /> </p> </div> </fieldset> </form> <form action="{$link->getPageLink('authentication.php', true)}" method="post" id="login_form" class="std"> <fieldset> <h3>{l s='Already registered ?'}</h3> <div class="form_content"> <p class="text"> <label for="email">{l s='E-mail address'}</label> <span><input type="email" id="email" name="email" value="{if isset($smarty.post.email)}{$smarty.post.email|stripslashes}{/if}" class="account_input is_required validate" data-validate="isEmail" /></span> </p> <p class="text"> <label for="passwd">{l s='Password'}</label> <span><input type="password" id="passwd" name="passwd" value="{if isset($smarty.post.passwd)}{$smarty.post.passwd|stripslashes}{/if}" class="account_input is_required validate" data-validate="isPasswd" /></span> </p> <p class="lost_password"><a href="{$link->getPageLink('password.php')}" title="{l s='Forgot your password ?'}">{l s='Forgot your password ?'}</a></p> <p class="submit"> {if isset($back)}<input type="hidden" class="hidden" name="back" value="{$back|escape:'html':'UTF-8'}" />{/if} <input type="submit" id="SubmitLogin" name="SubmitLogin" class="button" value="{l s='Log in'}" /> </p> </div> </fieldset> </form> {if isset($inOrderProcess) && $inOrderProcess && $PS_GUEST_CHECKOUT_ENABLED} <form action="{$link->getPageLink('authentication.php', true)}?back={$back}" method="post" id="new_account_form" class="std clearfix"> <fieldset> <h3>{l s='Instant Checkout'}</h3> <div id="opc_account_form" style="display:block"> <!-- Account --> <p class="required text" style="padding:5px 5px 20px 5px"> <label for="guest_email">{l s='E-mail address'}<sup>*</sup></label> <span><input type="email" class="text is_required validate" id="guest_email" name="guest_email" value="{if isset($smarty.post.guest_email)}{$smarty.post.guest_email}{/if}" data-validate="isEmail" /></span> </p> <p class="radio required"> <span>{l s='Title'}</span> {if isset($genders)} {foreach from=$genders key=k item=gender} <input type="radio" name="id_gender" id="id_gender{$gender->id}" value="{$gender->id}" {if isset($smarty.post.id_gender) && $smarty.post.id_gender == $gender->id}checked="checked"{/if} /> <label for="id_gender{$gender->id}" class="top">{$gender->name}</label> {/foreach} {else} <input type="radio" name="id_gender" id="id_gender1" value="1" {if isset($smarty.post.id_gender) && $smarty.post.id_gender == '1'}checked="checked"{/if} /> <label for="id_gender1" class="top">{l s='Mr'}</label> <input type="radio" name="id_gender" id="id_gender2" value="2" {if isset($smarty.post.id_gender) && $smarty.post.id_gender == '2'}checked="checked"{/if} /> <label for="id_gender2" class="top">{l s='Ms'}</label> {/if} </p> <p class="required text float"> <label for="firstname">{l s='First name'}<sup>*</sup></label> <span><input type="text" class="text is_required validate" id="firstname" name="firstname" onblur="$('#customer_firstname').val($(this).val());" value="{if isset($smarty.post.firstname)}{$smarty.post.firstname}{/if}" data-validate="isName" /></span> <input type="hidden" class="text" id="customer_firstname" name="customer_firstname" value="{if isset($smarty.post.firstname)}{$smarty.post.firstname}{/if}" /> </p> <p class="required text"> <label for="lastname">{l s='Last name'}<sup>*</sup></label> <span><input type="text" class="text is_required validate" id="lastname" name="lastname" onblur="$('#customer_lastname').val($(this).val());" value="{if isset($smarty.post.lastname)}{$smarty.post.lastname}{/if}" data-validate="isName" /></span> <input type="hidden" class="text" id="customer_lastname" name="customer_lastname" value="{if isset($smarty.post.lastname)}{$smarty.post.lastname}{/if}" /> </p> <p class="text"> <label for="company">{l s='Company'}{if isset($required_fields)}{if in_array($field_name, $required_fields)}<sup>*</sup>{/if}{/if}</label> <span><input type="text" class="text validate" id="company" name="company" value="{if isset($smarty.post.company)}{$smarty.post.company}{/if}" data-validate="isGenericName" /></span> </p> {elseif $field_name eq "vat_number"} <div id="vat_number" style="display:none"> <p class="text"> <label for="vat_number_input">{l s='VAT number'}{if isset($required_fields)}{if in_array($field_name, $required_fields)}<sup>*</sup>{/if}{/if}</label> <span><input type="text" id="vat_number_input" class="text validate" name="vat_number" value="{if isset($smarty.post.vat_number)}{$smarty.post.vat_number}{/if}" data-validate="isGenericName" /></span> </p> </div> {elseif $field_name eq "address1"} <p class="required text float"> <label for="address1">{l s='Address'}<sup>*</sup></label> <span><input type="text" class="text is_required validate" name="address1" id="address1" value="{if isset($smarty.post.address1)}{$smarty.post.address1}{/if}" data-validate="isAddress" /></span> <span class="form_info">{l s='Street address, P.O. box, company name, c/o'}</span> </p> {elseif $field_name eq "address2"} <p class="text"> <label for="address2">{l s='Address (Line 2)'}{if isset($required_fields)}{if in_array($field_name, $required_fields)}<sup>*</sup>{/if}{/if}</label> <span><input type="text" class="text validate" name="address2" id="address2" value="{if isset($smarty.post.address2)}{$smarty.post.address2}{/if}" data-validate="isAddress" /></span> <span class="form_info">{l s='Apartment, suite, unit, building, floor, etc.'}</span> </p> {elseif $field_name eq "postcode"} <p class="required postcode text float"> <label for="postcode">{l s='Zip / Postal Code'}<sup>*</sup></label> <span><input type="text" class="text is_required validate" name="postcode" id="postcode" value="{if isset($smarty.post.postcode)}{$smarty.post.postcode}{/if}" onblur="$('#postcode').val($('#postcode').val().toUpperCase());" data-validate="isPostCode" /></span> </p> {elseif $field_name eq "city"} <p class="required text"> <label for="city">{l s='City'}<sup>*</sup></label> <span><input type="text" class="text is_required validate" name="city" id="city" value="{if isset($smarty.post.city)}{$smarty.post.city}{/if}" data-validate="isCityName" /></span> </p> <!-- if customer hasn't update his layout address, country has to be verified but it's deprecated --> {elseif $field_name eq "Country:name" || $field_name eq "country"} <p class="required select"> <label for="id_country">{l s='Country'}<sup>*</sup></label> <select name="id_country" id="id_country"> <option value="">-</option> {foreach from=$countries item=v} <option value="{$v.id_country}" {if ($sl_country == $v.id_country)} selected="selected"{/if}>{$v.name}</option> {/foreach} </select> </p> {elseif $field_name eq "State:name"} {assign var='stateExist' value=true} <p class="required id_state select"> <label for="id_state">{l s='State'}<sup>*</sup></label> <select name="id_state" id="id_state"> <option value="">-</option> </select> </p> {/if} {/foreach} {if $stateExist eq false} <p class="required id_state select"> <label for="id_state">{l s='State'}<sup>*</sup></label> <select name="id_state" id="id_state"> <option value="">-</option> </select> </p> {/if} <p class="required text" style="padding:5px 5px 20px 5px"> <label for="phone">{l s='Phone'}{if isset($one_phone_at_least) && $one_phone_at_least}<sup>*</sup>{/if}</label> <span><input type="tel" class="text {if isset($one_phone_at_least) && $one_phone_at_least}is_required{/if} validate" name="phone" id="phone" value="{if isset($smarty.post.phone)}{$smarty.post.phone}{/if}" data-validate="isPhoneNumber" /></span> </p> {if !isset($newsletter) OR (isset($newsletter) && $newsletter)} <p class="checkbox"> <input type="checkbox" name="newsletter" id="newsletter" value="1" {if isset($smarty.post.newsletter) && $smarty.post.newsletter == '1'}checked="checked"{/if} /> <label for="newsletter">{l s='Sign up for our newsletter'}{if isset($field_required)}{if array_key_exists('newsletter', $field_required)}<sup>*</sup>{/if}{/if}</label> </p> {/if} {if !isset($optin) OR (isset($optin) && $optin)} <p class="checkbox"> <input type="checkbox" name="optin" id="optin" value="1" {if isset($smarty.post.optin) && $smarty.post.optin == '1'}checked="checked"{/if} /> <label for="optin">{l s='Receive special offers from our partners'}{if isset($field_required)}{if array_key_exists('optin', $field_required)}<sup>*</sup>{/if}{/if}</label> </p> {/if} <input type="hidden" name="alias" id="alias" value="{l s='My address'}" /> <input type="hidden" name="is_new_customer" id="is_new_customer" value="0" /> <!-- END Account --> </div> </fieldset> <fieldset class="account_creation dni"> <h3>{l s='Tax identification'}</h3> <p class="required text"> <label for="dni">{l s='Identification number'}</label> <input type="text" class="text" name="dni" id="dni" value="{if isset($smarty.post.dni)}{$smarty.post.dni}{/if}" /> <span class="form_info">{l s='DNI / NIF / NIE'}</span> </p> </fieldset> {if isset($HOOK_CREATE_ACCOUNT_FORM) && $HOOK_CREATE_ACCOUNT_FORM}{$HOOK_CREATE_ACCOUNT_FORM}{/if} <p class="cart_navigation required submit"> <span><sup>*</sup>{l s='Required fields'}</span> <input type="hidden" name="display_guest_checkout" value="1" /> <input type="submit" class="exclusive" name="submitGuestAccount" id="submitGuestAccount" value="{l s='Continue'}" /> </p> </form> {/if} {else} <form action="{$link->getPageLink('authentication.php', true)}" method="post" id="account-creation_form" class="std"> {$HOOK_CREATE_ACCOUNT_TOP} <fieldset class="account_creation"> <h3>{l s='Your personal information'}</h3> <p class="required text float"> <label for="customer_firstname">{l s='First name'}<sup>*</sup></label> <span><input onkeyup="$('#firstname').val(this.value);" type="text" class="text is_required validate" id="customer_firstname" name="customer_firstname" value="{if isset($smarty.post.customer_firstname)}{$smarty.post.customer_firstname}{/if}" data-validate="isName" /></span> </p> <p class="required text"> <label for="customer_lastname">{l s='Last name'}<sup>*</sup></label> <span><input onkeyup="$('#lastname').val(this.value);" type="text" class="text is_required validate" id="customer_lastname" name="customer_lastname" value="{if isset($smarty.post.customer_lastname)}{$smarty.post.customer_lastname}{/if}" data-validate="isName" /></span> </p> <p class="required text"> <label for="email">{l s='E-mail address'}<sup>*</sup></label> <span><input type="email" class="text is_required validate" id="email" name="email" value="{if isset($smarty.post.email)}{$smarty.post.email}{/if}" data-validate="isEmail" /></span> </p> <p class="required password"> <label for="passwd">{l s='Password'}<sup>*</sup></label> <span><input type="password" class="text is_required validate" name="passwd" id="passwd" data-validate="isPasswd" /></span> <span class="form_info">{l s='(5 characters min.)'}</span> </p> {if !isset($newsletter) OR (isset($newsletter) && $newsletter)} <p class="checkbox"> <input type="checkbox" name="newsletter" id="newsletter" value="1" {if isset($smarty.post.newsletter) AND $smarty.post.newsletter == 1} checked="checked"{/if} /> <label for="newsletter">{l s='Sign up for our newsletter'}{if isset($field_required)}{if array_key_exists('newsletter', $field_required)}<sup>*</sup>{/if}{/if}</label> </p> {/if} {if !isset($optin) OR (isset($optin) && $optin)} <p class="checkbox"> <input type="checkbox" name="optin" id="optin" value="1" {if isset($smarty.post.optin) AND $smarty.post.optin == 1} checked="checked"{/if} /> <label for="optin">{l s='Receive special offers from our partners'}{if isset($field_required)}{if array_key_exists('optin', $field_required)}<sup>*</sup>{/if}{/if}</label> </p> {/if} </fieldset> {if isset($PS_REGISTRATION_PROCESS_TYPE) && $PS_REGISTRATION_PROCESS_TYPE OR !isset($PS_REGISTRATION_PROCESS_TYPE)} <fieldset class="account_creation"> <h3>{l s='Your address'}</h3> {foreach from=$dlv_all_fields item=field_name} {if $field_name eq "company"} <p class="text"> <label for="company">{l s='Company'}{if isset($required_fields)}{if in_array($field_name, $required_fields)}<sup>*</sup>{/if}{/if}</label> <span><input type="text" class="text validate" id="company" name="company" value="{if isset($smarty.post.company)}{$smarty.post.company}{/if}" data-validate="isGenericName" /></span> </p> {elseif $field_name eq "vat_number"} <div id="vat_number" style="display:none"> <p class="text"> <label for="vat_number_input">{l s='VAT number'}{if isset($required_fields)}{if in_array($field_name, $required_fields)}<sup>*</sup>{/if}{/if}</label> <span><input type="text" id="vat_number_input" class="text validate" name="vat_number" value="{if isset($smarty.post.vat_number)}{$smarty.post.vat_number}{/if}" data-validate="isGenericName" /></span> </p> </div> {if isset($b2b_enable) && $b2b_enable} <p class="text float"> <label for="siret">{l s='SIRET'}</label> <span><input type="text" class="text validate" id="siret" name="siret" value="{if isset($smarty.post.siret)}{$smarty.post.siret}{/if}" data-validate="isGenericName" /></span> </p> <p class="text"> <label for="ape">{l s='APE'}</label> <span><input type="text" class="text validate" id="ape" name="ape" value="{if isset($smarty.post.ape)}{$smarty.post.ape}{/if}" data-validate="isGenericName" /></span> </p> <p class="text"> <label for="website">{l s='Website'}</label> <span><input type="text" class="text validate" id="website" name="website" value="{if isset($smarty.post.website)}{$smarty.post.website}{/if}" data-validate="isGenericName" /></span> </p> {/if} {elseif $field_name eq "firstname"} <p class="required text float"> <label for="firstname">{l s='First name'}<sup>*</sup></label> <span><input type="text" class="text is_required validate" id="firstname" name="firstname" value="{if isset($smarty.post.firstname)}{$smarty.post.firstname}{/if}" data-validate="isName" /></span> </p> {elseif $field_name eq "lastname"} <p class="required text"> <label for="lastname">{l s='Last name'}<sup>*</sup></label> <span><input type="text" class="text is_required validate" id="lastname" name="lastname" value="{if isset($smarty.post.lastname)}{$smarty.post.lastname}{/if}" data-validate="isName" /></span> </p> {elseif $field_name eq "address1"} <p class="required text float"> <label for="address1">{l s='Address'}<sup>*</sup></label> <span><input type="text" class="text is_required validate" name="address1" id="address1" value="{if isset($smarty.post.address1)}{$smarty.post.address1}{/if}" data-validate="isAddress" /></span> <span class="form_info">{l s='Street address, P.O. box, company name, c/o'}</span> </p> {elseif $field_name eq "address2"} <p class="text"> <label for="address2">{l s='Address (Line 2)'}{if isset($required_fields)}{if in_array($field_name, $required_fields)}<sup>*</sup>{/if}{/if}</label> <span><input type="text" class="text validate" name="address2" id="address2" value="{if isset($smarty.post.address2)}{$smarty.post.address2}{/if}" data-validate="isAddress" /></span> <span class="form_info">{l s='Apartment, suite, unit, building, floor, etc.'}</span> </p> {elseif $field_name eq "postcode"} <p class="required postcode text float"> <label for="postcode">{l s='Zip / Postal Code'}<sup>*</sup></label> <span><input type="text" class="text is_required validate" name="postcode" id="postcode" value="{if isset($smarty.post.postcode)}{$smarty.post.postcode}{/if}" onkeyup="$('#postcode').val($('#postcode').val().toUpperCase());" data-validate="isPostCode" /></span> </p> {elseif $field_name eq "city"} <p class="required text"> <label for="city">{l s='City'}<sup>*</sup></label> <span><input type="text" class="text is_required validate" name="city" id="city" value="{if isset($smarty.post.city)}{$smarty.post.city}{/if}" data-validate="isCityName" /></span> </p> <!-- if customer hasn't update his layout address, country has to be verified but it's deprecated --> {elseif $field_name eq "Country:name" || $field_name eq "country"} <p class="required select"> <label for="id_country">{l s='Country'}<sup>*</sup></label> <select name="id_country" id="id_country"> <option value="">-</option> {foreach from=$countries item=v} <option value="{$v.id_country}" {if ($sl_country == $v.id_country)} selected="selected"{/if}>{$v.name}</option> {/foreach} </select> </p> {elseif $field_name eq "State:name" || $field_name eq 'state'} {assign var='stateExist' value=true} <p class="required id_state select"> <label for="id_state">{l s='State'}<sup>*</sup></label> <select name="id_state" id="id_state"> <option value="">-</option> </select> </p> {/if} {/foreach} {if $stateExist eq false} <p class="required id_state select"> <label for="id_state">{l s='State'}<sup>*</sup></label> <select name="id_state" id="id_state"> <option value="">-</option> </select> </p> {/if} <p class="textarea"> <label for="other">{l s='Additional information'}</label> <span><textarea name="other" id="other" cols="26" rows="3" class="validate" data-validate="isMessage">{if isset($smarty.post.other)}{$smarty.post.other}{/if}</textarea></span> </p> {if isset($one_phone_at_least) && $one_phone_at_least OR !isset($one_phone_at_least)} <p class="form_info">{l s='You must register at least one phone number'}<sup>*</sup></p> {/if} <p class="text float"> <label for="phone">{l s='Home phone'}{if isset($one_phone_at_least) && $one_phone_at_least}<sup>*</sup>{/if}</label> <span><input type="tel" class="text {if isset($one_phone_at_least) && $one_phone_at_least}is_required{/if} validate" name="phone" id="phone" value="{if isset($smarty.post.phone)}{$smarty.post.phone}{/if}" data-validate="isPhoneNumber" /></span> </p> <p class="text"> <label for="phone_mobile">{l s='Mobile phone'}</label> <span><input type="tel" class="text validate" name="phone_mobile" id="phone_mobile" value="{if isset($smarty.post.phone_mobile)}{$smarty.post.phone_mobile}{/if}" data-validate="isPhoneNumber" /></span> </p> <p class="required text" id="address_alias"> <label for="alias">{l s='Address name'}<sup>*</sup></label> <span><input type="text" class="text is_required validate" name="alias" id="alias" value="{if isset($smarty.post.alias)}{$smarty.post.alias}{else}{l s='My address'}{/if}" data-validate="isGenericName" /></span> </p> </fieldset> <fieldset class="account_creation dni"> <h3>{l s='Tax identification'}</h3> <p class="required text"> <label for="dni">{l s='Identification number'}</label> <span><input type="text" class="text validate" name="dni" id="dni" value="{if isset($smarty.post.dni)}{$smarty.post.dni}{/if}" data-validate="isDniLite" /></span> <span class="form_info">{l s='DNI / NIF / NIE'}</span> </p> </fieldset> {/if} {$HOOK_CREATE_ACCOUNT_FORM} <p class="cart_navigation required submit"> <input type="hidden" name="email_create" value="1" /> <input type="hidden" name="is_new_customer" value="1" /> {if isset($back)}<input type="hidden" class="hidden" name="back" value="{$back|escape:'html':'UTF-8'}" />{/if} <input type="submit" name="submitAccount" id="submitAccount" value="{l s='Register'}" class="exclusive" /> <span><sup>*</sup>{l s='Required fields'}</span> </p> </form> {/if}
  3. Ha d'accord, donc il faudrait remettre une balise fermante {/if} en ligne 213 de authentication.tpl?
  4. Bonjour, Tous marché bien et sans modif spécial, maintenant quand je selectionne un produit, j'arrive sur la page panier et clique sur suivant pour me rendre sur la page de création de compte en standard (5etape) celà me donne une page blanche avec ecris : Fatal error: Uncaught --> Smarty Compiler: Syntax error in template "/home/discount-hair/www/themes/perlamoda/authentication.tpl" on line 213 "{/foreach}" unclosed {if} tag <-- thrown in /home/discount-hair/www/tools/smarty/sysplugins/smarty_internal_templatecompilerbase.php on line 213 Quelqu'un pourrait il m'aider? J'ai regardé a ces lignes 213, mais je suis pas programmeur je ne vois pas quoi modifier. Bizarrement si je suis en One page checkout je ne rencontre pas ce probleme, mais je prefere etre en standard. Merci pour votre aide par avance
  5. When i'm standar mode (5etap) and i want valid order get this Fatal error: Uncaught --> Smarty Compiler: Syntax error in template "/home/discount-hair/www/themes/perlamoda/authentication.tpl" on line 213 "{/foreach}" unclosed {if} tag <-- thrown in /home/discount-hair/www/tools/smarty/sysplugins/smarty_internal_templatecompilerbase.php on line 213 please help me
  6. Bonjour, J'ai déjà un site e-commerce prestashop, et suis a la recherche d'un qui ferais plus professionnelle, Je suis tombé amoureux d'un site d'un de mes concurrents et son themes, Je souhaiterais exactement le meme, just modifier quelques photos et la couleurs du textes, rajouter quelques bricole en plus, Quelqu'un sait si c'est faisable, et combien celà pourrait me couter, je souhaiterais que mon site fasse professionnel Guillaume,
×
×
  • Create New...