Search the Community
Showing results for tags 'Product comparison'.
-
Buenas: Estoy intentando activar el comparador de productos y no hay manera, desde el administrador pongo 3 en "Product comparison" y no se activa ni en el theme por defecto y otro que tenemos instalado, lo que si he visto que carga el archivo products-comparison.js, pero ni botón ni nada. ¿Sabéis si hay algún error en esta versión o hay que poner a mano la comparación de productos? Muchas gracias.
-
- comparacion de productos
- prestashop 1.6.0.14
- (and 1 more)
-
hello, can someone help me ? i cant remove items when i click button trash from product comparison page. the customer must to click 2 times from the compare button in the category page to remove items from comparison page. this is the code from products-comparison.tpl {* * 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='Product Comparison'}{/capture} <h1 class="page-heading">{l s='Product Comparison'}</h1> {if $hasProduct} <div class="products_block table-responsive"> <table id="product_comparison" class="table table-bordered"> <tr> <td class="td_empty compare_extra_information"> {$HOOK_COMPARE_EXTRA_INFORMATION} <span>{l s='Features:'}</span> </td> {assign var='taxes_behavior' value=false} {if $use_taxes && (!$priceDisplay || $priceDisplay == 2)} {assign var='taxes_behavior' value=true} {/if} {foreach from=$products item=product name=for_products} {assign var='replace_id' value=$product->id|cat:'|'} <td class="ajax_block_product comparison_infos product-block product-{$product->id}"> <div class="frame_comparison"> <div class="remove"> <a class="cmp_remove" href="{$link->getPageLink('products-comparison', true)|escape:'html':'UTF-8'}" title="{l s='Remove'}" data-id-product="{$product->id}"> <i class="icon-trash"></i> </a> </div> <div class="product-image-block"> <a class="product_image" href="{$product->getLink()|escape:'html':'UTF-8'}" title="{$product->name|escape:'html':'UTF-8'}"> <img class="" src="{$link->getImageLink($product->link_rewrite, $product->id_image, 'home_default')|escape:'html':'UTF-8'}" alt="{$product->name|escape:'html':'UTF-8'}" /> </a> {if isset($product->show_price) && $product->show_price && !isset($restricted_country_mode) && !$PS_CATALOG_MODE} {if $product->on_sale} <div class="sale-box"> <span class="sale-label">{l s='Sale!'}</span> </div> {/if} {/if} </div> <!-- end product-image-block --> <h5> <a class="product-name" href="{$product->getLink()|escape:'html':'UTF-8'}" title="{$product->name|truncate:32:'...'|escape:'html':'UTF-8'}"> {$product->name|truncate:45:'...'|escape:'html':'UTF-8'} </a> </h5> <div class="prices-container"> {if isset($product->show_price) && $product->show_price && !isset($restricted_country_mode) && !$PS_CATALOG_MODE} <span class="price product-price">{convertPrice price=$product->getPrice($taxes_behavior)}</span> {hook h="displayProductPriceBlock" id_product=$product->id type="price"} {if isset($product->specificPrice) && $product->specificPrice} {if {$product->specificPrice.reduction_type == 'percentage'[spam-filter] <span class="old-price product-price"> {displayWtPrice p=$product->getPrice($taxes_behavior)+($product->getPrice($taxes_behavior)* $product->specificPrice.reduction)} </span> <span class="price-percent-reduction"> <span>-{$product->specificPrice.reduction*100|floatval}%</span> </span> {else} <span class="old-price product-price"> {convertPrice price=($product->getPrice($taxes_behavior) + $product->specificPrice.reduction)} </span> <span class="price-percent-reduction"> <span>-{convertPrice price=$product->specificPrice.reduction}</span> </span> {/if} {hook h="displayProductPriceBlock" product=$product type="old_price"} {/if} {hook h="displayProductPriceBlock" product=$product type="price"} {if $product->on_sale} {elseif $product->specificPrice AND $product->specificPrice.reduction} <div class="product_discount"> <span class="reduced-price">{l s='Reduced price!'}</span> </div> {/if} {if !empty($product->unity) && $product->unit_price_ratio > 0.000000} {math equation="pprice / punit_price" pprice=$product->getPrice($taxes_behavior) punit_price=$product->unit_price_ratio assign=unit_price} <span class="comparison_unit_price"> {convertPrice price=$unit_price} {l s='per %s' sprintf=$product->unity|escape:'html':'UTF-8'} </span> {hook h="displayProductPriceBlock" product=$product type="unit_price"} {else} {/if} {/if} </div> <!-- end prices-container --> <div class="product_desc"> {$product->description_short|strip_tags|truncate:50:'...'} </div> <div class="comparison_product_infos"> <p class="comparison_availability_statut"> {if !(($product->quantity <= 0 && !$product->available_later) OR ($product->quantity != 0 && !$product->available_now) OR !$product->available_for_order OR $PS_CATALOG_MODE)} <span class="availability_label">{l s='Availability:'}</span> <span class="availability_value"{if $product->quantity <= 0} class="warning-inline"{/if}> {if $product->quantity <= 0} {if $product->allow_oosp} {$product->available_later|escape:'html':'UTF-8'} {else} {l s='This product is no longer in stock.'} {/if} {else} {$product->available_now|escape:'html':'UTF-8'} {/if} </span> {/if} </p> {hook h="displayProductDeliveryTime" product=$product} {hook h="displayProductPriceBlock" product=$product type="weight"} <div class="clearfix"> <div class="button-container"> {if (!$product->hasAttributes() OR (isset($add_prod_display) AND ($add_prod_display == 1))) AND $product->minimal_quantity == 1 AND $product->customizable != 2 AND !$PS_CATALOG_MODE} {if ($product->quantity > 0 OR $product->allow_oosp)} <a class="button ajax_add_to_cart_button" data-id-product="{$product->id}" href="{$link->getPageLink('cart', true, NULL, "qty=1&id_product={$product->id}&token={$static_token}&add")|escape:'html':'UTF-8'}" title="{l s='Add to cart'}"> <span>{l s='Add to cart'}</span> </a> {else} <span class="button ajax_add_to_cart_button disabled"> <span>{l s='Add to cart'}</span> </span> {/if} {/if} <p class="view"> <a class="button lnk_view btn btn-default" href="{$product->getLink()|escape:'html':'UTF-8'}" title="{l s='View'}"> <span>{l s='View'}</span> </a> </p> </div> </div> </div> <!-- end comparison_product_infos --> </div> </td> {/foreach} </tr> {if $ordered_features} {foreach from=$ordered_features item=feature} <tr> {cycle values='comparison_feature_odd,comparison_feature_even' assign='classname'} <td class="{$classname} feature-name first" > <strong>{$feature.name|escape:'html':'UTF-8'}</strong> </td> {foreach from=$products item=product name=for_products} {assign var='product_id' value=$product->id} {assign var='feature_id' value=$feature.id_feature} {if isset($product_features[$product_id])} {assign var='tab' value=$product_features[$product_id]} <td class="{$classname} comparison_infos product-{$product->id}">{if (isset($tab[$feature_id]))}{$tab[$feature_id]|escape:'html':'UTF-8'}{/if}</td> {else} <td class="{$classname} comparison_infos product-{$product->id}"></td> {/if} {/foreach} </tr> {/foreach} {else} <tr> <td></td> <td colspan="{$products|@count}" class="text-center">{l s='No features to compare'}</td> </tr> {/if} {$HOOK_EXTRA_PRODUCT_COMPARISON} </table> </div> <!-- end products_block --> {else} <p class="alert alert-warning">{l s='There are no products selected for comparison.'}</p> {/if} <ul class="footer_link"> <li> <a class="button lnk_view btn btn-default" href="{$base_dir}"> <span><i class="icon-chevron-left left"></i>{l s='Continue Shopping'}</span> </a> </li> </ul> button compare in category page trash/remove button in products-comparison page
- 2 replies
-
- product comparison
- compare
-
(and 1 more)
Tagged with:
-
Hello forum, In product comparison I don't have an option to share my comparisons with my friends trough Facebook, google+ or twitter, and the page "Product Comparison" itself doesn't have an unique url link to be able to share... it only have the same url link: "http://www.tekcenter.pt/store/pt/index.php?controller=products-comparison%20COMPARISON" How can I fix this issue? Prestashop version: 1.5.6.2 (custom theme: REVIVER) Store URL: www.tekcenter.pt/store Please if anyone have some solution, please share, I will do my best by searching for a solution Best regards to all
-
- PRODUCT COMPARISON
- Prestashop 1.5.6
-
(and 1 more)
Tagged with:
-
When searching products from the search bar below a page of products populate. If the user compares those products it doesn't work. Try typing in the product name in the search bar, it will show a larger list below. Then try to compare, you'll see what I'm talking about. I necessarily don't care for people to compare those products as those are random products and not really comparable. Can I get rid of the "compare option" from that list that populates? If the user goes to the manufacturers (I have named it Brands) it shows all the products, then the comparison works (and stops you at 3 products to compare, properly). Also, when the results of the product comparison come up, below it shows features. As you will see on my site there are none. I don't list features for my products. What would I need to delete in the tpl so that option goes away? Thanks!
- 2 replies
-
- Comparing manufacturers
- Product comparison
- (and 2 more)
-
Hello everyone I noticed that when I use the product comparison feature it will show me products that I selected them in a prior time even if I closed the browser they are still marked to compare my question is it possible to make them clear whenever the customer close the browser. another question is it possible to make comparison only works with products from the same category example I don't want to compare a laptop with a printer thanks in advanced
-
I am facing problem with Product Comparision Here is the link. http://www.tabsort.o...row-your-search 1. choose at max. 4 products for comparision 2. Click compare button 3. Start removing products one by one. 4. The first product gets removed instatntly. 5. While for all other they dont get disappeared. But acually they get removed from comparision if we reload the page. I am using PS 1.5.4.1 Please help me out. Thanks.
-
Hi Friends, I have a prestashop version 1.4.8.2. product comparison not working well. when i remove a product from comparision page, the product doesn't get removed. But after removing product from product comparison page if i press F5 key, product gets removed. plz suggest me a solution. Can upgrade from 1.4.8.2 to latest stable version will solve this issue? Regards, Pravin
-
Hello, I did find that sorting of features in Product Comparition are RANDOM! For example: http://demo-store.pr...ning-dress.html Sorting: Style Strapless Color Length Material Let's go there: http://demo-store.pr...evening-dresses and check three products for comparition. We can see sorting: Material Style Length Strapless Color Then, if remove one product - sorting changed: Material Strapless Length Style Color If remove another one product: Length Style Color Material Strapless How to make sorting in Product Compatition according sorting Features in Backoffice?
-
How to change the Rating radio dot icon to a rating star icon on the product comparison? it seams it uses the -webkit -webkit-appearance: radio; <input class="auto-submit-star" disabled="disabled" type="radio" name="average_1"> how to implement this system: http://www.fyneworks...ry/star-rating/ someone? Tanks in advance Alcino Major
-
- product comparison
- Star Icon
-
(and 3 more)
Tagged with:
-
Hi there, Not all my categories have compareable products, for example "accesories", where all accesories are different and it is irrelevant to compare. On the other hand, the Prestashop compare feature will be very powerful in some of my other categories with very similar products. Is there a way I can activate the comparison feature for some categories and disable it for others? Thank you, Pietro.
- 1 reply
-
- Product comparison
- compare products
-
(and 1 more)
Tagged with:
-
I truly need ya'll help asap. I want my site to display Supplier logo of each product on the Product Comparison page (i.e the result of the comparison will display supplier logo of each product) i already have a theory code : <img src="{$img_sup_dir}{$product.id_supplier|escape:'htmlall':'UTF-8'}.jpg" class="logo_supplier" title="{$product_supplier->name}" alt="{$product_supplier->name}" /> but where do i put it? Help please.
-
Hi, I've been developing a website with prestashop, but my product-comparision ain't working properly. please help. my client is already mad at me I tried copying and replacing CompareController.php, products-comparison.php, and products-comparison.tpl files from a working site, but this didn't help. You can see here: http://fonezone.co.in/ Please please help! I've attached a pic of the prob.
- 3 replies
-
- Product Comparison
- comparator
-
(and 1 more)
Tagged with: