sm3004 Posted January 25, 2013 Share Posted January 25, 2013 Hi I have block wishlist setup on a custom theme and the thumbnail is not showing up on the Wishlist Page in the My Account section. The products are all multi-attributed. The code I have to show the image is: <img src="{$link->getImageLink($product.link_rewrite, $product.id_image, 'small')}" alt="{$product.name|escape:'htmlall':'UTF-8'}" /> But when displayed in html, the URL for the image is: http://67.222.9.31/~aagweb/-small/jorge-running-wild-muscle-tank.jpg The HTML code is missing the product ID, it should say: http://67.222.9.31/~aagweb/46-small/jorge-running-wild-muscle-tank.jpg but I can't figure out how to get the ID in to the URL and the only topic I found has outdated links to the solution: http://forge.prestashop.com/browse/PSCFI-4440 Link to comment Share on other sites More sharing options...
sm3004 Posted January 28, 2013 Author Share Posted January 28, 2013 bump Link to comment Share on other sites More sharing options...
logz05 Posted March 5, 2013 Share Posted March 5, 2013 Hi, I had the exact same problem but fortunately I speak Spanish - hey you have to be multi lingual round here - and so could read the solution in the Spanish forum. You need to select the image for the combination of the product. If you use the combination generator I'm not sure that it selects an image for every combination!!!! Hope that helps Link to comment Share on other sites More sharing options...
KSteele Posted July 4, 2013 Share Posted July 4, 2013 I have PS v1.5.4.1 (fairly fresh install) And "Yes" by default the "background:url(../img/bg_input.png) repeat-x 0 0 #fff" within the fillable "name" field for the wishlist is for some reason overlooked in the code QA and should be changed to: "background: #fff;" without the quotes of course. However, this whole mod is a wash it seems and looking for help to fix this... I see other examples of just 1 product added to the wishlist and the image doesn't show... but, add more than 1 product and the product repeats for all instances rather than showing x number of products and descriptions. (see SS) Any recommendations ??? **NOTE: Just to be clear "NO" I did not add the same item 3 times - I added 3 different products. Link to comment Share on other sites More sharing options...
KSteele Posted July 5, 2013 Share Posted July 5, 2013 ***********UPDATE************** Since this last post I deleted the wishlist shown above as "My Wishlist" with the green background and the wishlist module has since stopped working. No matter what I do I cannot save products to a new wishlist. I am using Firefox 22.0 and I have refreshed the page / cleared the cache.... created new customer accounts and ???? no love. The option to "Add to My Wishlist" link is present on the product page and when clicked I see the product image float down to the wishlist block, the block moves up and down like it has accepted the product... but nothing happens. The product does not show within the wishlist block nor does it show under "my account" "my wishlist" ---------- Anyone else having this issue ???? I need this to work... any help would be greatly appreciated. I am working with: PS v1.5.4.1 Wishlist v0.2 Theme: default PS theme w/ modified css 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