Search the Community
Showing results for tags 'product_list'.
-
Bonjour, Possédant une boutique sur Prestashop 1.6.1.6, j'ai un petit soucis d'affichage. En effet, je vais prendre exemple sur une catégorie de produit, dont plusieurs produits sont "indisponible à la vente" et d'autres le sont. Le bouton "'Ajouter au panier" n'apparaît donc pas sur les produits étant indisponibles, ce qui à pour effet de raccourcir le cadre qui l'entoure... Un décalage d'affichage est alors présent, je n'arrive pas à solutionner le problème avec les fichiers css en ma connaissance... Quelqu'un pourrait-il m'aider svp ? Voici un aperçu de ce que ça fait sur un listing de produit : Vous remarquerez l'espace du bas du 1er cadre ne comportant pas de bouton "ajouter au panier" et l'espace plus petit du dernier cadre ne comportant de bouton d'ajout au panier et le titre passé sur 2 lignes... Je ne sais pas comment faire pour uniformiser tous les cadres, afin qu'il aient tous la même dimension... Dans l'attente de vos retour Merci d'avance
- 2 replies
-
- product_list
- responsive
-
(and 1 more)
Tagged with:
-
Hola, Lo que necesito es cambiar la visualización de los productos en product_list. Tengo el tema default bootsrap instalado. Me gustaría saber si puedo cambiar la vista de product list para que se muestre en una tabla. Tengo productos que usan la misma imagen, pero son diferentes por sus características. Me gustaría mostrar algo aproximado como la foto que adjunto. Que al buscar un producto te salgan todos los match en lista en una tabla. Luego cuando pinchas en uno te lleva a product.tpl con sus detalles. Cómo se hace esto? se puede hacer? se puede integrar una plantilla sólo para product list? Gracias!
- 1 reply
-
- ps_1.6.18
- product_list
-
(and 1 more)
Tagged with:
-
Bonjour, J'ai terminé ma boutique en ligne mais je bloque sur un dernier truc. J'ai 2 catégories de clients: les clients particuliers et les clients boutique qui m'achètent à 50%. Jusqu'ici tout va bien, j'ai créer une catégorie de client à 50% et tout fonctionne très bien. Or j'aimerais que certains produits soient uniquement visible par les visiteurs et les clients particuliers et soient cachés aux clients boutiques. J'ai créer une catégorie avec ces produits et j'ai décocher mon groupe client-boutique. Lorsqu'un client boutique se connecte, il ne voit pas cette catégorie mais si il cherche par filtre, les produits se retrouvant dans cette catégorie s'affichent. Or s'il clique dessus pour les acheter un message d'erreur s,affiche pour lui dire qu'il ne peut pas les acheter. J'aimerais pouvoir CACHER ces produits à mes clients boutique... Merci!
-
- product_list
- liste de produit
-
(and 1 more)
Tagged with:
-
Hello, prompt please how show discount in percent on product_list. Thanks in advance
- 4 replies
-
- discount in percent
- product_list
-
(and 1 more)
Tagged with:
-
Hey, Ich habe ein bestimmtes Problem, manche Produkte wenn man die Editiert, z.B. Preis ändert, oder eine Reduzierung hinzufügt läd er in der Produkt Liste die Produkte mit einem Preis von 0 Euro. Wenn man auf das jeweilige Produkt draufgeht sind die Preise ganz normal, Sie werden nur falsch in der Produkt_list angezeigt.. jemand eine ahnung worann das liegen könnte? Hier ist der product_list.tpl codeabschnitt für den Preis! Bitte um Hilfe!! <div class="right_block"> {if (!$PS_CATALOG_MODE AND ((isset($product.show_price) && $product.show_price) || (isset($product.available_for_order) && $product.available_for_order)))} <div class="content_price"> {if $product.reduction && isset($product.price_without_reduction)} {if $priceDisplay >= 0 && $priceDisplay <= 2} <span class="old_price_display">{convertPrice price=$product.price_without_reduction}</span> {/if} {/if} {if isset($product.show_price) && $product.show_price && !isset($restricted_country_mode)}<span class="price" style="display: inline;">ab {if !$priceDisplay}{convertPrice price=$product.price}{else}{convertPrice price=$product.price_tax_exc}{/if}</span><br />{/if} {if isset($product.available_for_order) && $product.available_for_order && !isset($restricted_country_mode)}<span class="availability">{if ($product.allow_oosp || $product.quantity > 0)}{l s='Available'}{elseif (isset($product.quantity_all_versions) && $product.quantity_all_versions > 0)}{l s='Product available with different options'}{else}{l s='Out of stock'}{/if}</span>{/if} </div> <!-- {if isset($product.online_only) && $product.online_only}<span class="online_only">{l s='Online only'}</span>{/if} {if isset($product.on_sale) && $product.on_sale && isset($product.show_price) && $product.show_price && !$PS_CATALOG_MODE}<span class="on_sale">{l s='Sofort Lieferbar'}</span> {elseif isset($product.reduction) && $product.reduction && isset($product.show_price) && $product.show_price && !$PS_CATALOG_MODE}<span class="discount">{l s='Reduced price!'}</span>{/if} --> {if $product.reduction && isset($product.price_without_reduction)} <p class="reduction_percent">{math equation="(( x / y ) * 100 )" x={$product.reduction} y={$product.price_without_reduction[spam-filter]% Reduziert!</p> {/if} {/if} <!-- {if ($product.id_product_attribute == 0 || (isset($add_prod_display) && ($add_prod_display == 1))) && $product.available_for_order && !isset($restricted_country_mode) && $product.minimal_quantity <= 1 && $product.customizable != 2 && !$PS_CATALOG_MODE} {if ($product.allow_oosp || $product.quantity > 0)} {if isset($static_token)} <a class="button ajax_add_to_cart_button exclusive" rel="ajax_id_product_{$product.id_product|intval}" href="{$link->getPageLink('cart',false, NULL, "add&id_product={$product.id_product|intval}&token={$static_token}", false)}" title="{l s='Add to cart'}"><span></span>{l s='Add to cart'}</a> {else} <a class="button ajax_add_to_cart_button exclusive" rel="ajax_id_product_{$product.id_product|intval}" href="{$link->getPageLink('cart',false, NULL, "add&id_product={$product.id_product|intval}", false)} title="{l s='Add to cart'}"><span></span>{l s='Add to cart'}</a> {/if} {else} <span class="exclusive"><span></span>{l s='Add to cart'}</span> {/if} {/if} <br /> <a class="button lnk_view" href="{$product.link|escape:'htmlall':'UTF-8'}" title="{l s='View'}">{l s='View'}</a> --> </div>
- 5 replies
-
- product_list
- 0 euro
-
(and 3 more)
Tagged with:
-
Hi, I have quite some products that are on order for the customers (I don't keep them in stock), so I have a theme where it is not mentioned in the product list if a product is available or out of stock. (because, when it is out of stock, people do not click on it to see that they can order it) Now I have a lot of customers who are confused and do not see? that these products are on back order (although the shipping time is mentioned on the product page. I would like to add in the product list either if a product is available, out of stock OR on order. But I can't seem to find out how I should do that. Available and out of stock is not a problem. But it still says out of stock, even when I click the button allowing a customer to back order it. Can you tell me what I should add in my product list, so that I have the words "on order" in stead of out of stock when a product can be ordered but the total available is 0 Thanks
- 7 replies
-
- product-list
- available
-
(and 3 more)
Tagged with:
-
Hi I can't seem to fix this problem I am having on my website www.touratech.co.nz When viewing products in Grid it shows 3 products on the first row, then 1 product on the next then 3 on the next. I can't seem to fix it after amending the Product_list.tpl and the CSS files under the Bootstrap theme settings. Please can someone help or advise? Thanks :-)
-
Hi, i am trying to program an extra stock item into product_list.tpl but it is not working. I have stock display visible when i do a search, but now i want to add a line from another part of the sql database, but it is not fetching it, well let me show you <!--p class="product_desc"><a href="{$product.link|escape:'htmlall':'UTF-8'}" title="{$product.description_short|strip_tags:'UTF-8'|truncate:360:'...'}">{$product.description_short|truncate:360:'...'|strip_tags:'UTF-8'}</a></p--> {elseif isset($product.reduction) && $product.reduction && isset($product.show_price) && $product.show_price && !$PS_CATALOG_MODE}<span class="discount">{l s='Reduced price!'}</span>{/if} {if isset($product.online_only) && $product.online_only}<span class="online_only">{l s='Online only!'}</span>{/if*} {if (!$PS_CATALOG_MODE AND ((isset($product.show_price) && $product.show_price) || (isset($product.available_for_order) && $product.available_for_order)))} <div> {if isset($product.show_price) && $product.show_price && !isset($restricted_country_mode)}<p class="price_container"><span class="price">{if !$priceDisplay}{convertPrice price=$product.price}{else}{convertPrice price=$product.price_tax_exc}{/if}</span></p>{/if} {if $product.vms_expected_arrival_date && $product.quantity <= 0 && ($product.vms_supplier_stock neq 'Y' && $product.vms_supplier_stock neq 'HIGH' && $product.vms_supplier_stock neq 'High' && $product.vms_supplier_stock lt 1)} <a id="fancy_{$product.id_product}" href="{$product.link|escape:'htmlall':'UTF-8'}" class="availability_icon st_verylow" title="{l s='Shipping time'} - {l s='Expected'}: {$product.vms_expected_arrival_date|escape:'htmlall':'UTF-8'}">{l s='Expected'}: {$product.vms_expected_arrival_date|escape:'htmlall':'UTF-8'}</a> {elseif $product.quantity <= 0 && ($product.vms_supplier_stock eq 'Y' || $product.vms_supplier_stock eq 'HIGH' || $product.vms_supplier_stock eq 'High' || $product.vms_supplier_stock eq 'Medium' || $product.vms_supplier_stock eq 'Low' || $product.vms_supplier_stock gt 0)} <a id="fancy_{$product.id_product}" href="{$product.link|escape:'htmlall':'UTF-8'}" class="availability_icon st_medium" title="{l s='Shipping time'} - {l s='5 - 10 working days'}">{l s='5 - 10 working days'}</a> {elseif !$product.vms_expected_arrival_date && $product.quantity <= 0 && !$product.vms_supplier_stock} <a id="fancy_{$product.id_product}" href="{$product.link|escape:'htmlall':'UTF-8'}" class="availability_icon st_low" title="{l s='Shipping time'} - {l s='Available soon'}">{l s='Available soon'}</a> {elseif !$product.vms_expected_arrival_date && $product.quantity <= 0 && ($product.vms_supplier_stock neq 'Y' && $product.vms_supplier_stock neq 'HIGH' && $product.vms_supplier_stock neq 'High' && $product.vms_supplier_stock lt 1)} <a id="fancy_{$product.id_product}" href="{$product.link|escape:'htmlall':'UTF-8'}" class="availability_icon st_outofstock" title="{l s='Shipping time'} - {l s='On request'}">{l s='On request'}</a> {elseif $vms_stock.id_store == 6 && vms_stock.quantity >0} <a id="fancy_{$product.id_product}" href="{$product.link|escape:'htmlall':'UTF-8'}" class="availability_icon st_veryhigh" title="{l s='Shipping time'} - {l s='Ordered before 4pm, shipped the same day'}">{l s='Shipped Today'}</a>TEST 1 {else} <a id="fancy_{$product.id_product}" href="{$product.link|escape:'htmlall':'UTF-8'}" class="availability_icon st_high" title="{l s='Shipping time'} - {l s='2 - 5 working days'}">{l s='2 - 5 working days'}</a> {/if} the line: {elseif $vms_stock.id_store == 6 && vms_stock.quantity >0} is just being skipped, as if it doesn't want to look into the ps_vms_stock entry of the database. Do i have to edit a class file ?
- 20 replies
-
Hi there, I'm trying to get an 'inner zoom' to work on my prestashop product_list page (catergory page). I've applied a grid view to this page already. The jQuery i'm trying to use is this: http://www.jacklmoore.com/zoom/ However, it only applies itself to the first image. It uses the following code (i'm not familiar with jquery and all): $(document).ready(function(){ $('#ex1').zoom(); $('#ex2').zoom({ on:'grab' }); $('#ex3').zoom({ on:'click' }); $('#ex4').zoom({ on:'toggle' }); }); It appears as though I have to give a different ID (#ex1, #ex2) to each div for each new picture. Simply using "#ex1" more than once causes only the first image to work properly. Is it possible somehow to have all pictures inherit this zoom option without having to use different ID's? P.s. i'm not using the grab, click or toggle features. This is a default bit of code, I only use the standard option (mouse-over). I really hope someone can take the time to look at this. Best, Dave
-
Hello everyone, I have a question that has relevance to the product_list: - I'm using the default theme of prestashop. - Using version of 1.5.4.1 I followed a great tutorial of Nemo1 (Link) and everything went well. I don't have interest to remove the Left / Right columns, just using the Grid style instead of default List. The main page of store structure (still in development progress) - Link The Category page structure (Product_List.tpl) - Link As you can see, I don't use the Left / Right columns in the category page, but I do use them in different locations in the store. Is it possible to change the width of center grid to 980px (full width of the store)? example in attached photo. Please note, It is possible to do so via header.tpl, but this will effect all the columns in the store. Perhaps CSS? Thanks in Advanced!
- 8 replies
-
- center grid
- products list
-
(and 2 more)
Tagged with:
-
Hi All, I have been struggling with a few items for too long and I need to get a fix for them. These can be priced individually or as a whole job. 1) Back office search - when searching for products, I need the product tags to be displayed fig-1 2) I need to be able to display sub-sub categories in a custom navigation {if $category->id AND $category->active} {assign var='parent' value=$category->id_parent} <!-- Subcategories --> <div id="main_menu"> <a href="{$link->getCategoryLink($parent)}" class="cat_name red_menu">Back</a> {if isset($subcategories)} {foreach from=$subcategories item=subcategory} <a href="{$link->getCategoryLink($subcategory.id_category, $subcategory.link_rewrite)|escape:'htmlall':'UTF-8'}" class="cat_name menu_item">{$subcategory.name|escape:'htmlall':'UTF-8'}</a> {/foreach} {/if} </div> {/if} there are 10,000+ categories and they go 8 deep. Levels 1-6 are choosing vehicle specifics, this is navigated with ajax drop down menus. no work is needed here. 7 and 8 are the actual products. When choosing your vehicle (landing at level 6) I need to be able to navigate straight to level 8. But I need to be able to get the level 8 categories from level 6. Ideally the navigation will remain displaying level 7 & 8 category links when at level 6,7 and 8. But this is optional. 3) A conditional if statement for the products. I.E. a tick box in the BO that when ticked a fixed link is displayed in the front end on product_list.tpl and product.tpl Hope this is possible. The site is live, so if a link is needed I can supply and a better explanation to the needs. Regards, Neller edit - attached file
- 2 replies
-
- product_list
- if statement
-
(and 2 more)
Tagged with:
-
Buenas, llevo ya varios días buscando y me animo a preguntar, ya que no encuentro la respuesta. En la tienda que estoy desarrollando el cliente quiere que aparezcan los precios sin iva (hasta aquí todo bien). Buscando, encontré el post de NADIE tanto en el foro como en su blog personal: http://www.prestasho...-los-productos/ http://victor-rodena...-en-prestashop/ Con esto, en la ficha del producto si me aparece la etiqueta IVA NO INCLUIDO pero no logro que salga ni en la lista de productos por categorías (en el product_list.tpl) ni en los destacados de la página de inicio. ¿Hay alguna solución para esto? Gracias de antemano
- 1 reply
-
- product_list
- featured_product
-
(and 1 more)
Tagged with:
-
Que tal comunidad PS! Me explico, lo que no deseo que pase en los siguientes pasos de acción es que cuando: 1. Entro a una categoría x de productos y estos se listan (product_list.php) 2. Elijo un numero de items (o productos) deseado a aparecer en la lista (ejemplo: 20, 30, 50) 3. Y se le da al botón "siguiente página" o a un numero de estas (1 2 3 4), este numero seleccionado (punto 2) ya no aplica y vuelve al predeterminado (el cual se elige en preferencia>productos por página). Espero ser claro y no saltarme alguna regla del foro ya que esta es mi primera consulta, estoy ocupando PS 1.5.2.0 y Multishop Theme (ThemeForest) Logré cambiar las opciones de números (10 20 40) items a seleccionar a impares en Clases / Controller / FrontController.php buscando en el foro, pero de este tema en particular nada...
- 1 reply
-
- product_list
- item
-
(and 2 more)
Tagged with:
-
I wish to change the color of the product name from the product list. I have tried the product_list.css but nothing. I wish to change the current blue color of the product name to orange. Here is webpage: http://www.buntpreliminar.cl/agualpalo/category.php?id_category=13 Good help would be greatly appreciated Thanks
- 2 replies
-
- css
- product_list
-
(and 2 more)
Tagged with:
-
Еще раз привет всем участникам форума, на одном из сайтов для удобства требуется перенос списка товаров из центральной колонки в правую. Я так понимаю нужно указать расположение в глобал.ксс для product_list? Других идей пока нету..