Search the Community
Showing results for tags 'prestashop 1.7.3.3'.
-
Version Prestashop 1.7.3.3… Bonjour à tous et à toutes, je me permets de soumettre à la communauté ma problématique : J’ai importé pour la géolocalisation par IP, le fichier « GeoLite2-City.mmdb » dans le répertoire indiqué « app /Resources/geoip » puis j’ai activé la géolocalisation, mais quand je souhaite afficher ma boutique, je me retrouve avec un message sur le front " Vous ne pouvez pas accéder à notre boutique depuis votre pays. Veuillez nous excuser de la gêne occasionnée. L'accès au back office est bon et quand je désactive la géolocalisation par IP, j’ai de nouveau accès au Front de ma boutique. Quelqu’un aurait-il une idée pour résoudre ce problème ?? Cela serait sympa d’avoir des pistes, je n’ai rien trouvé sur le net ou sur le forum qui éclaire ma pauvre lanterne…Merci à vous
-
Hallo, ich bearbeite momentan unseren neuen Webshop "Prestasop 1.7.33". Und brauche den Grundpreis in der Artikel Übersicht in der die ARtikel nebeneinander zuz sehen sind. Das Modul Eu Rechtsssicherheit kann ich nicht nehmen da es sich mit dem von mir geählten Tempplate nicht verträgt. Die Datei hisst product.tpl Nun habe ich schon verschiedene empfehlungen aus Foren getestet, aber es funktioniert irgendwie nicht. Der Grundpreis sollte unter folgender Zeile erscheinen: <span itemprop="price" class="price">{$product.price}</span><span style="color: #FF0000;">* </span> Folgende empfehlung habe ich unteranderem Versucht, hat aber nicht funktioniert: {if $product.unit_price_ratio > 0} {math equation="pprice / punit_price" pprice=$product.price punit_price=$product.unit_price_ratio assign=unit_price} <span class="unit_price">{convertPrice price=$unit_price} / {$product.unity|escape:'html':'UTF-8'}</span> {/if} Hier der Code der product.tpl: {** * 2007-2017 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-2017 PrestaShop SA * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) * International Registered Trademark & Property of PrestaShop SA *} {block name='product_miniature_item'} <article class="ajax_block_product product-miniature js-product-miniature" data-id-product="{$product.id_product}" data-id-product-attribute="{$product.id_product_attribute}" itemscope itemtype="http://schema.org/Product"> <div class="product-container{if isset($dorShowQuantity) && $dorShowQuantity ==1} dor-show-qty{/if}"> <div class="left-block"> <div class="product-image-container"> {block name='product_thumbnail'} {hook h='dorFlipImages' product=$product} {/block} {if (isset($product.new) && $product.new == 1) || (isset($product.on_sale) && $product.on_sale && isset($product.show_price) && $product.show_price) } <div class="box-items"> {if isset($product.new) && $product.new == 1} <a class="new-box box-status" href="{$product.link|escape:'html':'UTF-8'}"> <span class="new-label">{l s='New' d='Shop.Theme.Actions'}</span> </a> {/if} {if isset($product.on_sale) && $product.on_sale && isset($product.show_price) && $product.show_price} <a class="sale-box box-status" href="{$product.link|escape:'html':'UTF-8'}"> <span class="sale-label">{l s='Sale' d='Shop.Theme.Actions'}</span> </a> {/if} </div> {/if} {hook h='dorwishlist' product=$product} {if !$product.add_to_cart_url} <span class="article-out-stock"> <span class="out-stock-inner">{l s='Out stock' d='Shop.Theme.Actions'}</span> </span> {/if} </div> </div> <div class="right-block"> <div class="product-cate"><span>{$product.category_name}</span></div> {block name='product_name'} <h5 class="product-title-item" itemprop="name"><a href="{$product.url}" class="product-name">{$product.name|truncate:50:'...'}</a></h5> {/block} {hook h='displayProductListReviews' product=$product} <div class="review-price-product"> <div class="dor-show-value-product clearfix"> {block name='product_price_and_shipping'} {if $product.show_price} <div class="content_price"> <div class="product-price-and-shipping"> {if $product.has_discount} {hook h='displayProductPriceBlock' product=$product type="old_price"} <span class="regular-price">{$product.regular_price}</span> {if $product.discount_type === 'percentage'} <span class="discount-percentage">{$product.discount_percentage}</span> {/if} {/if} {hook h='displayProductPriceBlock' product=$product type="before_price"} <span itemprop="price" class="price">{$product.price}</span><span style="color: #FF0000;">* </span> {hook h='displayProductPriceBlock' product=$product type='unit_price'} {hook h='displayProductPriceBlock' product=$product type='weight'} </div> </div> {/if} {/block} <div class="highlighted-informations{if !$product.main_variants} no-variants{/if} hidden-sm-down"> {block name='product_variants'} {if $product.main_variants} {include file='catalog/_partials/variant-links.tpl' variants=$product.main_variants} {/if} {/block} </div> </div> {block name='product_description_short'} <div class="product-description-short hidden" itemprop="description">{$product.description_short nofilter}</div> {/block} </div> <div class="article-bottom-action"> <div class="article-quickview"> <a href="#" class="quick-view countdown-view-detail hint--top" aria-label="{l s='Quick view' d='Shop.Theme.Actions'}"> <i class="pe-7s-search"></i> </a> </div> <div class="article-cart"> <form action="{if isset($carturl)}{$carturl}{else}{$urls.pages.cart}{/if}" method="post" class="article-addcart-button"> {if isset($dorShowQuantity) && $dorShowQuantity ==1} <div class="dor-product-quantity"> <div class="qty"> <input type="text" name="qty" id="quantity_wanted_{$product.id_product}" value="1" class="input-group dor_quantity_wanted" data-min="{$product.minimal_quantity}" > </div> </div> {/if} <div class="add"> <input type="hidden" name="token" value="{$static_token}"> <input name="id_product" value="{$product.id_product}" type="hidden"> <input type="hidden" name="id_customization" value="0"> <a href="{if isset($carturl)}{$carturl}{else}{$urls.pages.cart}{/if}" class="cart-button button ajax_add_to_cart_button btn btn-default add-to-cart hint--top {if !$product.add_to_cart_url}disabled{/if}" data-button-action="add-to-cart" data-toggle="tooltip" aria-label="{l s='Add to cart' d='Shop.Theme.Actions'}" {if !$product.add_to_cart_url}disabled{/if}> <i class="pe-7s-cart"></i> <span class="cart-txt">{l s='Add to cart' d='Shop.Theme.Actions'}</span> </a> </div> </form> </div> {hook h='DorCompare' product=$product} </div> </div> {block name='product_flags'} <ul class="product-flags hidden"> {foreach from=$product.flags item=flag} <li class="{$flag.type}">{$flag.label}</li> {/foreach} </ul> {/block} </div> </article> {/block} Ich bin über jeden Hinweis /Tip dankbar. Vielen Dank.
-
Ciao ragazzi, ho installato lultima versione di Prestashop 1.7.3.3 ma ho un problema con l'installazione del modulo di paypal, versione ultima rilasciata v4.4.0 il 12/06/2018. Quando termono l'installazione mi dice che si è verificato un problema. Vedo lo stato del problema e come per magia, il back office diventa una sola pagina bianca. Poi mi è necessario tramite FTP rimuovere il modulo installato per far ripartire il sistema. Vi è capitato anche a voi? Come avete risolto con l'installazione? Grazie!
- 5 replies
-
- paypal
- paypal v4.4.0
-
(and 1 more)
Tagged with:
-
Salve, sono nuovo della community e non so se sbaglio io qualcosa o c'è qualcosa che non funziona. Quando provo a creare una categoria direttamente dalla scheda prodotto, noto che questa non viene creata. Nuovo nome categoria: inserisco il nome della categoria Genitore della categoria: mi seleziono la categoria principale Quando poi clicco su "crea" non succede nulla. Qualcuno sa il motivo?
-
- categorie prodotti
- prestashop 1.7.3.3
-
(and 1 more)
Tagged with:
-
Hola he creado mi tienda y está actualizada a la versión 1.7.3.3, está en proceso de levantamiento, pero he visto algo... cuando uno selecciona un categoría del menú me muestra todo los detalles pero no me muestra mis proveedores y mis marcas: Pero tengo mis marcas: Quiero que se muestren en la opción de Brands de mi sitio de la imagen arriba, qué hago... es normal que suele pasar eso o qué debo de hacer... hay alguna configuración en algún lado en los hooks... alguien me podría ayudar!!
-
Hola buenas, estoy tratando de mostrar mis marcas en forma de cuadrícula en mi tienda prestashop 1.7.3.3, ya que no me gusta que se vea de forma de lista (forma predeterminada) deseo verla en cuadrícula; he visto un aporte de @nadie aquí: https://victor-rodenas.com/2013/09/04/guia-mostrar-marcas-en-grid-cuadricula-en-prestashop-1-5/ preo es para la versión de prestashop 1.5 y quise hacerlo en mi tienda pero todo es distinto en: manufacturer-list.tpl los archivos son diferentes y en ubicaciones, alguien podría decirme cómo poder Mostrar marcas en grid (cuadrícula) en mi tienda Prestashop 1.7.3.3.- Saludos!
-
mi pregunta es acerca de que subí el modulo 3.0.2 para webpay descargado de este link http://www.transbankdevelopers.cl/plugin/webpay/soap/prestashop para una tienda prestashop en el momento de subir el modulo en mi tienda de prestashop presenta este error , tengo isntalada la version prestashop 1.7.3.3 Lanzada el 25 Mayo 2018 de prestashop. Oops! An Error Occurred The server returned a "500 Internal Server Error". Something is broken. Please let us know what you were doing when this error occurred. We will fix it as soon as possible. Sorry for any inconvenience caused. me pueden por favor ayudar ya que este modulo esta presentando problemas yo habilite todas las exenciones php de mi hosting.
- 1 reply
-
- error 500
- prestashop 1.7.3.3
-
(and 3 more)
Tagged with: