Jump to content

volponerosso

Members
  • Posts

    101
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

volponerosso's Achievements

Newbie

Newbie (1/14)

1

Reputation

  1. Ciao a tutti devo aggiungere il codice per la barra dei cookie sull' ecommerce, ho questo codice: Su index non trovo nulla riguardo i tag body o i div.. se lo metto su header.tpl non succede nulla, idem se lo chiudo tra {literal} Che mi consigliate ? Grazie
  2. Salve a tutti cerco un esperto a pagamento per un piccolo lavoro sul tema prestashop 1.6 Ho bisogno di un modulo dove poter scrivere in html (mantenendo multilingua) appena sotto la breve descrizione del prodotto oppure appena sotto il box del carrello (che eliminerò e lascerò solo il prezzo). Il sito è responsive pertanto non deve creare problemi sui vari dispositivi mobili. Allego screenshot esempio, cortesemente inviare la propria proposta via messaggio privato oppure rispondendo con una mail qui sotto e vi ricontatterò Simone Screenshot attuale Screenshot di come lo vorrei
  3. Ciao a tutti sotto la descrizione del prodotto vorrei inserire un modulo che permetta di scrivere in html (e quindi anche tradotto) un testo che si veda in tutte le pagine cosi da poterlo modificare in qualsiasi momento in tutte le pagine automaticamente. Come è possibile fare cio? Ho spulciato tra i moduli anche in vendita ma non ho trovato nulla in merito. Grazie
  4. ok e fin qui ci siamo ... ho trovato questo pezzetto <span class="availability"> {if ($product.allow_oosp || $product.quantity > 0)} <span class="{if $product.quantity <= 0 && !$product.allow_oosp}out-of-stock{else}available-now{/if}"> {if $product.quantity <= 0}{if $product.allow_oosp}{if isset($product.available_later) && $product.available_later}{$product.available_later}{else}{l s='In Stock'}{/if}{else}{l s='Out of stock'}{/if}{else}{if isset($product.available_now) && $product.available_now}{$product.available_now}{else}{l s='In Stock'}{/if}{/if} </span> {elseif (isset($product.quantity_all_versions) && $product.quantity_all_versions > 0)} <span class="available-dif"> {l s='Product available with different options'} </span> {else} <span class="out-of-stock"> {l s='Out of stock'} </span> {/if} </span> {/if} {/if} </div> Provando ad eliminare giustamente restituisce la pagina bianca... mi aiutate?
  5. Ciao a tutti come si fa per eliminare la digitura DISPONIBILE o NON DISPONIBILE dalla lista dei prodotti nella categoria? Vorrei poterla far visualizzare solo all' interno del prodotto e non fuori.. Grazie
  6. Ciao a tutti piu mastico prestashop e piu mi rendo conto delle insidie che propone, essendo molto poco intuitivo nella configurazione dei moduli. Ho diverse difficoltà nell agganciare dei moduli a degli hook esistenti. Ma non potrebbero semplicemente dare una mappa tipo joomla? Position1 corrisponde a questo.. mainbottom2 corrisponde a quell' altro... che stranezza. Sono a chiedervi come posso inserire dei moduli completamente personalizzabili in httml e css? Rimane la mia ultima chance per personalizzare come dico io il LEFT CONTENT. Grazie mille
  7. Si inserisce solo in TOP OF PAGES ma si perde tra i contenuti TOP.... Per inserirlo in LEFT CONTENT dove ci sono altri moduli.. come posso fare? Possibile che è limitato e non me lo fa mettere dove preferisco? Continua ad esserci una sola bandiera italiana.. quella inglese ancora ho trovato il modo per attivarla Grazie mile
  8. Grazie dell informazione... ho provato ad inserire testi tramite la bandiera italiana nel campo descrizione. Ora come faccio a farlo visualizzare nel frontend? Attivando il blocco lingua, appare solo come bandiera italiana.. e l' inglese non è rappresentato. Grazie mille
  9. Ciao a tutti non sono riuscito a trovare un modulo dedicato al syndicate per prestashop 1.4... cioè vorrei collegare il sito joomla ai feed RSS degli ultimi prodotti inseriti nel catalogo. C' è qualche soluzione in merito? Anche a pagamento volendo grazie
  10. Ciao a tutti c' è una soluzione per prestashop 1.4 per fare i prodotti multilingua ita/en? Che non sia un traduttore automatico ma una soluzione che sia indicizzabile soprattutto al SEO.. Grazie
  11. ho creato il csv come da file in allegato.. ma allo step successivo mi da una miriade di errori, sempre in allegato. Dove sbaglio?? grazie mille
  12. Ciao a tutti come posso nella modalità catalogo, quindi senza la possibilità di aggiungere prodotti al carrello, far visionare il prezzo? Sparisce sia all' esterno che all' interno della descrizione prodotto.. Grazie
  13. Ciao a tutti ho la necessità di creare 3-4 categorie son tantissime sotto-categorie e farlo a mano uno ad uno ci metterei moltissimo tempo. So che c' è un modo tramite import, mi potete gentilmente spiegare come fare? Su google non sono riuscito a trovare una buona guida.. Vetture - bmw - alfa - fiat - ferrari Ricambi per vetture - bmw - alfa - ferrari - Ogni categoria avrà inoltre un immagine di copertina, nonché logo marca. C' è un modo per impostare il logo per la categoria ferrari e lui me lo prende in automatico sia nella categoria madre "vetture" che "ricambi per vetture" Grazie
  14. Non c' è nulla neanche nell header Devo inserire un div che faccia da container.. perché il sito è tutto flottato a sinistra e tecnicamente non è corretto. Per poi ovviamente creare la sua classe sfondo margini 0 auto ecc ecc Elenco i 3 file index.php <?php /* * 2007-2011 PrestaShop * * NOTICE OF LICENSE * * This source file is subject to the Open Software License (OSL 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/osl-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-2011 PrestaShop SA * @version Release: $Revision: 9068 $ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) * International Registered Trademark & Property of PrestaShop SA */ require(dirname(__FILE__).'/config/config.inc.php'); ControllerFactory::getController('IndexController')->run(); header.php <?php /* * 2007-2011 PrestaShop * * NOTICE OF LICENSE * * This source file is subject to the Open Software License (OSL 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/osl-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-2011 PrestaShop SA * @version Release: $Revision: 6594 $ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) * International Registered Trademark & Property of PrestaShop SA */ $controller = new FrontController(); $controller->displayHeader(); index.tpl {* * 2007-2011 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-2011 PrestaShop SA * @version Release: $Revision: 1.4 $ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) * International Registered Trademark & Property of PrestaShop SA *} {$HOOK_HOME}
  15. nei tpl ci sono pochissime righe di codice.. e dei div non ce traccia ho provato anche con index.php del tema ma ci sono delle note di licenza e basta.. perche?
×
×
  • Create New...