Jump to content

framarfre

Members
  • Posts

    34
  • Joined

  • Last visited

Profile Information

  • Activity
    User/Merchant

Recent Profile Visitors

5,990,331 profile views

framarfre's Achievements

Newbie

Newbie (1/14)

3

Reputation

1

Community Answers

  1. This code is fantastic, it also works on PrestaShop 1.6.1.4 and it helps me feel less the lack of yotpo (removed because it weighed too much on page load). 2 things should be implemented to make it perfect: 1) In the email that comes, indicate the product where the comment was added. 2) Some anti-spam function. Is there someone who can be able to do this? If it did I would be immensely grateful
  2. Hello guys, I want to enable only the notes field but I'm on PrestaShop 1.6.0.14 and I can not find the items to change, something has changed in this version. Is it possible that no one knows how to do? Are hours that I'm looking for a solution but nothing !
  3. Grazie ma non hai scritto niente nel MP hai solo incollato il link a questa discussione comunque ho trovato il modulo, bastava installarlo solved now is [sOLVED]
  4. Hi, I'm on PrestaShop 1.6.0.14 and I can not show notes and email. It seems to me correct, where wrong? This is my stores.tpl please help me to find a solution {* * 2007-2014 PrestaShop * * NOTICE OF LICENSE * * This source file is subject to the Academic Free License (AFL 3.0) * that is bundled with this package in the file LICENSE.txt. * It is also available through the world-wide-web at this URL: * http://opensource.org/licenses/afl-3.0.php * If you did not receive a copy of the license and are unable to * obtain it through the world-wide-web, please send an email * to [email protected] so we can send you a copy immediately. * * DISCLAIMER * * Do not edit or add to this file if you wish to upgrade PrestaShop to newer * versions in the future. If you wish to customize PrestaShop for your * needs please refer to http://www.prestashop.com for more information. * * @author PrestaShop SA <[email protected]> * @copyright 2007-2014 PrestaShop SA * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) * International Registered Trademark & Property of PrestaShop SA *} {capture name=path}{l s='Our stores'}{/capture} <h1 class="page-heading"> {l s='Our stores'} </h1> {if $simplifiedStoresDiplay} {if $stores|@count} <p class="store-title"> <strong class="dark"> {l s='Here you can find our store locations. Please feel free to contact us:'} </strong> </p> <table class="table table-bordered"> <thead> <tr> <th class="logo">{l s='Logo'}</th> <th class="name">{l s='Store name'}</th> <th class="address">{l s='Store address'}</th> <th class="store-hours">{l s='Working hours'}</th> </tr> </thead> {foreach $stores as $store} <tr class="store-small"> <td class="logo"> {if $store.has_picture} <div class="store-image"> <img src="{$img_store_dir}{$store.id_store}-medium_default.jpg" alt="{$store.name|escape:'html':'UTF-8'}" width="{$mediumSize.width}" height="{$mediumSize.height}"/> </div> {/if} </td> <td class="name"> {$store.name|escape:'html':'UTF-8'} </td> <td class="address"> {assign value=$store.id_store var="id_store"} {foreach from=$addresses_formated.$id_store.ordered name=adr_loop item=pattern} {assign var=addressKey value=" "|explode:$pattern} {foreach from=$addressKey item=key name="word_loop"} <span {if isset($addresses_style[$key])} class="{$addresses_style[$key]}"{/if}> {$addresses_formated.$id_store.formated[$key|replace:',':'']|escape:'html':'UTF-8'} </span> {/foreach} {/foreach} <br/> {if $store.phone}<br/>{l s='Phone:'} {$store.phone|escape:'html':'UTF-8'}{/if} {if $store.fax}<br/>{l s='Fax:'} {$store.fax|escape:'html':'UTF-8'}{/if} {if $store.email}<br/>{l s='Email:'} {$store.email|escape:'html':'UTF-8'}{/if} {if $store.note}<br/><br/>{$store.note|escape:'html':'UTF-8'|nl2br}{/if} </td> <td class="store-hours"> {if isset($store.working_hours)}{$store.working_hours}{/if} </td> </tr> {/foreach} </table> {/if} {else} <div id="map"></div> <p class="store-title"> <strong class="dark"> {l s='Enter a location (e.g. zip/postal code, address, city or country) in order to find the nearest stores.'} </strong> </p> <div class="store-content"> <div class="address-input"> <label for="addressInput">{l s='Your location:'}</label> <input class="form-control" type="text" name="location" id="addressInput" value="{l s='Address, zip / postal code, city, state or country'}" /> </div> <div class="radius-input"> <label for="radiusSelect">{l s='Radius:'}</label> <select name="radius" id="radiusSelect" class="form-control"> <option value="1500">1500 km</option> <option value="20037">20037 km</option> </select> <img src="{$img_ps_dir}loader.gif" class="middle" alt="" id="stores_loader" /> </div> <div> <button name="search_locations" class="button btn btn-default button-small"> <span> {l s='Search'}<i class="icon-chevron-right right"></i> </span> </button> </div> </div> <div class="store-content-select selector3"> <select id="locationSelect" class="form-control"> <option>-</option> </select> </div> <table id="stores-table" class="table table-bordered"> <thead> <tr> <th class="num">#</th> <th>{l s='Store'}</th> <th>{l s='Address'}</th> <th>{l s='Distance'}</th> </tr> </thead> <tbody> </tbody> </table> {strip} {addJsDef map=''} {addJsDef markers=array()} {addJsDef infoWindow=''} {addJsDef locationSelect=''} {addJsDef defaultLat=$defaultLat} {addJsDef defaultLong=$defaultLong} {addJsDef hasStoreIcon=$hasStoreIcon} {addJsDef distance_unit=$distance_unit} {addJsDef img_store_dir=$img_store_dir} {addJsDef img_ps_dir=$img_ps_dir} {addJsDef searchUrl=$searchUrl} {addJsDef logo_store=$logo_store} {addJsDefL name=translation_1}{l s='No stores were found. Please try selecting a wider radius.' js=1}{/addJsDefL} {addJsDefL name=translation_2}{l s='store found -- see details:' js=1}{/addJsDefL} {addJsDefL name=translation_3}{l s='stores found -- view all results:' js=1}{/addJsDefL} {addJsDefL name=translation_4}{l s='Phone:' js=1}{/addJsDefL} {addJsDefL name=translation_5}{l s='Get directions' js=1}{/addJsDefL} {addJsDefL name=translation_6}{l s='Not found' js=1}{/addJsDefL} {/strip} {/if}
  5. Idem... anch'io stò cercando di capire come abilitare un link RSS con gli ultimi prodotti. Qualcuno che sa come fare? Io sono su PrestaShop 1.6.0.14
  6. I'm sorry, excuse my but how is possible that she's born in 1985 and have 34 years?
  7. Hi to all, I would like to open a new store with PrestaShop, with version 1.6.0.9 I have always been happy even if I do not have great technical skills I had developers (type ThemeFuse and iqit-commerce) that they have been able to solve every problem I've had. You recommended to install the version 1.6.0.11 or continue to use version 1.6.0.9 for a few months? I would not have problems like these:
  8. Avevi perfettamente ragione! Per abitudine devo aver impostato subito per la registrazione "rapida" di solo account. Grazie. Comunque questo problema si presenta solo con il Giappone? Non si sa se è stato risolto o segnalato a PayPal? Se io non lo leggevo qua per puro caso, non ne avrei saputo nulla, rischiando di fare brutta figura con il primo cliente giapponese
  9. Ciao, io uso PrestaShop 1.6.0.9 e in fase di registrazione non chiede lo stato (o province) Come puoi verificare anche dalle demo online ufficiale: http://demo.prestashop.com/it/?view=front
  10. Scusate ragazzi, io quando ho importato il Giapponese ho aggiunto automaticamente anche gli stati, devo fare altro? Se non mi sbaglio quando il cliente dovrebbe pagare gli viene chiesto il paese, va bene anche se non gli viene chiesto al momento della registrazione? Io utilizzo PS 1.6.0.9 Grazie 1000
  11. Hi, I have tried all the solutions, I've always deleted the cache and tried different browsers but nothing! I use PrestaShop 1.6.0.9 please let somebody is able to make this change or is it really impossible? My site is dark and these white bands look really bad. Thanks
  12. I've the same problem... anybody know how to do? I've PrestaShop 1.6.0.9
×
×
  • Create New...