danielpk Posted December 4, 2013 Share Posted December 4, 2013 (edited) Hi Am using Prestashop version 1.4.2.5 and was wondering about a couple of things involving the mobile module: 1) Having the cart items link back to the original product. 2) Adding the animation (circle) to all the button actions. 3) Add to cart still show up for SOLD OUT items, even though i have disabled it from the backend. Any kind of help will be appreciated ...Thank you! EDIT: Managed to solve the first problem by adding the following code to the first starting link: $link->getProductLink so now my href code looks like this: <a href="{$link->getProductLink($product.id_product, $product.link_rewrite, $product.category, null, null, $product.id_shop, $product.id_product_attribute)}"> I edited the "shopping-cart.tpl" file, around line 60. Edited December 5, 2013 by danielpk (see edit history) Link to comment Share on other sites More sharing options...
danielpk Posted December 11, 2013 Author Share Posted December 11, 2013 *bump* Link to comment Share on other sites More sharing options...
Recommended Posts