godsone Posted February 26, 2010 Share Posted February 26, 2010 There is a problem, there is no image in the shopping cart. It is URGENT!!! I need to deliver the website on MONDAY . PLEASE HELP. I installed presta directly on the server using the install wizard.The website is hosted at http://www.dnl.ro/proiecte7/teocta/ Link to comment Share on other sites More sharing options...
GhoHan Posted February 26, 2010 Share Posted February 26, 2010 i'm try to checking that ...have you try to check that folder permissions access ?? Link to comment Share on other sites More sharing options...
GhoHan Posted February 26, 2010 Share Posted February 26, 2010 Dear sir godsone I'm Ghohan try to fix your problem...i think you must make sure that folder ../public_html/proiecte7/teocta/img permissions recursively all in folder try to chmod 0777hope this information can help you sir Link to comment Share on other sites More sharing options...
godsone Posted February 26, 2010 Author Share Posted February 26, 2010 I allready did that, but it still isn't working. The strange thing is that i moved the shop on a localhost, using xampp, and the images still don't show up. Link to comment Share on other sites More sharing options...
GhoHan Posted February 26, 2010 Share Posted February 26, 2010 I allready did that, but it still isn't working. The strange thing is that i moved the shop on a localhost, using xampp, and the images still don't show up. try this one solution for you sirPlease disable first your Friendly URL feature on Back Office > PreferencesFriendly URL: set to NoTo make sure you have mod_rewrite is working fine or something wrong on your .htaccess filesIf that working please check you .htaccess files on root folder / because i'm try to add cart this product http://www.dnl.ro/proiecte7/teocta/product.php?id_product=11http://www.dnl.ro/proiecte7/teocta/11-53-large/bc-rich-bich-special-edition-archtop.jpghttp://www.dnl.ro/proiecte7/teocta/11-53-small/bc-rich-bich-special-edition-archtop.jpg http://www.dnl.ro/proiecte7/teocta/img/p/11-53-small.jpgyou can see that and you will know what wrong...maybe just 2 you must check .htaccess or your template something wrong. Link to comment Share on other sites More sharing options...
rocky Posted February 27, 2010 Share Posted February 27, 2010 For some reason, your cart is referencing a non-existent mini size. You should be using the small size instead. Change line 3 of themes/teocta/shopping-cart-product-line.tpl from: <a href="{$link->getProductLink($product.id_product, $product.link_rewrite, $product.category)|escape:'htmlall':'UTF-8'}"><img src="{$link->getImageLink($product.link_rewrite, $product.id_image, 'mini')}" alt="{$product.name|escape:'htmlall':'UTF-8'}" /> to: <a href="{$link->getProductLink($product.id_product, $product.link_rewrite, $product.category)|escape:'htmlall':'UTF-8'}"><img src="{$link->getImageLink($product.link_rewrite, $product.id_image, 'small')}" alt="{$product.name|escape:'htmlall':'UTF-8'}" /> You may be interested to know that there is a Javascript error on your site: Message: 'cssdropdown' is undefined Line: 220 Char: 1 Code: 0 URI: http://www.dnl.ro/proiecte7/teocta/ Link to comment Share on other sites More sharing options...
godsone Posted February 28, 2010 Author Share Posted February 28, 2010 Thanks rocky, your solution worked. Link to comment Share on other sites More sharing options...
Recommended Posts