Linaewen Posted March 1, 2014 Share Posted March 1, 2014 (edited) Bonjour, voilà je ne comprends pas pourquoi mon bouton "add to cart" ne fonctionne pas. Je post donc afin de savoir si quelqu'un a rencontré le même problème et s'il est possible de le résoudre. J'ai installé le module "homefeature2" afin d'avoir un affichage des produits phares aléatoirement. J'ai voulu mettre un bouton "ajouter au panier" mais celui-ci ne fonctionne pas. Voici la partie du code css que j'ai modifié : #featured-products_block_center_2 li .ajax_add_to_cart_button { display:block; text-align: center; } #featured-products_block_center_2 li span.exclusive { display:block; text-align: center; } et la partie du fichier homefeatured.tpl {if ($product.id_product_attribute == 0 OR (isset($add_prod_display) AND ($add_prod_display == 1))) AND $product.available_for_order AND !isset($restricted_country_mode) AND $product.minimal_quantity == 1 AND $product.customizable != 2 AND !$PS_CATALOG_MODE} {if ($product.quantity > 0 OR $product.allow_oosp)} <a class="exclusive ajax_add_to_cart_button" rel="ajax_id_product_{$product.id_product}" href="{$link->getPageLink('cart')}?qty=1&id_product={$product.id_product}&token={$static_token}&add" title="{l s='Add to cart' mod='homefeatured2'}">{l s='Add to cart' mod='homefeatured2'}</a> {else} <span class="exclusive">{l s='Add to cart' mod='homefeatured2'}</span> {/if} {else} <div style="height:23px;"></div> {/if} J'ai juste une "image" toute grise du bouton. Je vous remercie par avance si quelqu'un peu m'aider. NB: Je travaille en local Edited March 1, 2014 by Linaewen (see edit history) 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