123senteurs Posted March 25, 2011 Share Posted March 25, 2011 Bonjour,Je me retourne vers vous car je suis un peu perdu et je m'y connais pas assez.Je souhaiterais faire une modification afin que lorsque je clique sur la page de mes produits, page categorie.php je puisse supprimer les images des produits car pour ma part il s'agit toujours de la meme image. Je souhaiterais que l'image apparaise simplement lorsque l'on clique sur voir le produit.Voir la page concerné http://www.vdi.discount-parfums.fr/category.php?id_category=5Merci d'avance si une personne peux m'aider. Link to comment Share on other sites More sharing options...
123senteurs Posted March 26, 2011 Author Share Posted March 26, 2011 Svp Y a t-il une personne qui puisse m'aider cela m'embete je trouve ca moche d'avoir tout le temps la meme photo sur que j'ai 86 produits a mettre !!! Link to comment Share on other sites More sharing options...
Oron Posted March 26, 2011 Share Posted March 26, 2011 BonjourA part ça : Error 404 - Not foundLe fichier requis n'a pas été trouvé. Il peut s'agir d'une erreur technique. Veuillez réessayer ultérieurement. Si vous ne pouvez pas accéder au fichier après plusieurs tentatives, cela signifie qu'il a été supprimé. Il est où le problème ? Link to comment Share on other sites More sharing options...
Yannkee Posted March 27, 2011 Share Posted March 27, 2011 Bonjour,Modifier le fichier product-list.tpl en supprimant ou modifiant la balise et vers la ligne 7 C'est celle-ci qui t'affiche ta photo produit. Mais je te conseille de mettre une belle image de categorie pour ta gamme alors, ca risque de faire un peu vide sinon. Link to comment Share on other sites More sharing options...
123senteurs Posted April 10, 2011 Author Share Posted April 10, 2011 Bonjour,Je n'y connais malheureusement pas grand chose, pouvez vous m'indiquez quoi modifier ou quoi mettre a la place de dans le fichier "product-list.tpl" afin de ne plus voir s'afficher la photo du produit.Par contre si c'est possible, j'aimerais que lorsque l'on clique sur "Voir le produit" là on puisse voir ensuite la photo.Voici ci joint copie de mon fichier "product-list.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 * @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*}{if isset($products)} <!-- Products list --> {foreach from=$products item=product name=products} getImageLink($product.link_rewrite, $product.id_image, 'home')}" alt="{$product.legend|escape:'htmlall':'UTF-8'}" {if isset($homeSize)} width="{$homeSize.width}" height="{$homeSize.height}"{/if} />{if isset($product.new) && $product.new == 1}{l s='New'}{/if}{$product.name|truncate:35:'...'|escape:'htmlall':'UTF-8'} {$product.description_short|truncate:360:'...'|strip_tags:'UTF-8'} {if isset($product.on_sale) && $product.on_sale && isset($product.show_price) && $product.show_price && !$PS_CATALOG_MODE}{l s='On sale!'} {elseif isset($product.reduction) && $product.reduction && isset($product.show_price) && $product.show_price && !$PS_CATALOG_MODE}{l s='Reduced price!'}{/if} {if isset($product.online_only) && $product.online_only}{l s='Online only!'}{/if} {if (!$PS_CATALOG_MODE AND ((isset($product.show_price) && $product.show_price) || (isset($product.available_for_order) && $product.available_for_order)))} {if isset($product.show_price) && $product.show_price && !isset($restricted_country_mode)}{if !$priceDisplay}{convertPrice price=$product.price}{else}{convertPrice price=$product.price_tax_exc}{/if} {/if} {if isset($product.available_for_order) && $product.available_for_order && !isset($restricted_country_mode)}{if ($product.allow_oosp || $product.quantity > 0)}{l s='Available'}{else}{l s='Out of stock'}{/if}{/if} {/if} {if ($product.id_product_attribute == 0 || (isset($add_prod_display) && ($add_prod_display == 1))) && $product.available_for_order && !isset($restricted_country_mode) && !$PS_CATALOG_MODE} {if ($product.allow_oosp || $product.quantity > 0) && $product.customizable != 2}getPageLink('cart.php')}?add&id_product={$product.id_product|intval}{if isset($static_token)}&token={$static_token}{/if}" title="{l s='Add to cart'}">{l s='Add to cart'} {else}{l s='Add to cart'} {/if} {/if}{l s='View'} {if isset($comparator_max_item) && $comparator_max_item}<input type="checkbox"> {l s='Select to compare'} {/if} {/foreach} <!-- /Products list -->{/if} Link to comment Share on other sites More sharing options...
Yannkee Posted April 11, 2011 Share Posted April 11, 2011 note preliminaire : utilise les balises "code" du forum pour placer ton codepour masquer l'image au niveau du tpl, supprime vers la ligne 33 le code suivant qui appelle l'image avec le lien vers le detail produit : getImageLink($product.link_rewrite, $product.id_image, 'home')}" alt="{$product.legend|escape:'htmlall':'UTF-8'}" {if isset($homeSize)} width="{$homeSize.width}" height="{$homeSize.height}"{/if} /> pour le lien [voir le produit] il s'agit d'un bouton, il continuera a ouvrir la page detail donc rien a toucher. Link to comment Share on other sites More sharing options...
123senteurs Posted April 11, 2011 Author Share Posted April 11, 2011 Merci pour votre réponse, c'est super mais j'ai bien supprimé la ligne de code comme vous m'indiquez et les photos apparaissent toujours !!!Cela ne viendrait-il des CONTROLLERS et sinon comment faire ? Link to comment Share on other sites More sharing options...
Yannkee Posted April 12, 2011 Share Posted April 12, 2011 les CONTROLLERS ??? cad ?pour les images, il faut vider le cache smarty sur le serveur ou forcer la compilation le temps de reactualiser la page. Link to comment Share on other sites More sharing options...
123senteurs Posted April 12, 2011 Author Share Posted April 12, 2011 Bonjour,J'ai bien supprimer la ligne de code comme vous m'indiquez mais les images apparaissent toujours !!!regardez : http://www.vdi.discount-parfums.fr/category.php?id_category=5'>http://www.vdi.discount-parfums.fr/category.php?id_category=5Comment faire ?Merci pour votre aideOlivier http://www.vdi.discount-parfums.fr Link to comment Share on other sites More sharing options...
Yannkee Posted April 12, 2011 Share Posted April 12, 2011 As-tu supprime les fichiers du cache smarty (sauf index.php) dans tools/smarty/compile/ Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now