mashart Posted February 2, 2014 Share Posted February 2, 2014 Hallo, ich hab folgendes Problem: Im Ajax Warenkorb kann man ja Sachen löschen, das funktioniert aber auch nur, wenn die Artikel nicht kostenlos sind. Kann man das so einstellen, dass es auch gratis Artikel vom Warekorb entfernt werden können? Ich hab versucht die blockcart.tpl in der Zeile 55 zu ändern. Aus: <span class="remove_link">{if !isset($customizedDatas.$productId.$productAttributeId) && ($product.total > 0)}<a rel="nofollow" class="ajax_cart_block_remove_link" href="{$link->getPageLink('cart', true, NULL, "delete&id_product={$product.id_product}&ipa={$product.id_product_attribute}&id_address_delivery={$product.id_address_delivery}&token={$static_token}", true)}" title="{l s='remove this product from my cart' mod='blockcart'}"> </a>{/if}</span> hab ich folgendes gemacht: <span class="remove_link">{if !isset($customizedDatas.$productId.$productAttributeId)}<a rel="nofollow" class="ajax_cart_block_remove_link" href="{$link->getPageLink('cart', true, NULL, "delete&id_product={$product.id_product}&ipa={$product.id_product_attribute}&id_address_delivery={$product.id_address_delivery}&token={$static_token}", true)}" title="{l s='remove this product from my cart' mod='blockcart'}"> </a>{/if}</span> Leider gibts keine Auswirkungen. Ich bedanke mich schon im voraus. 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