usawicker Posted October 5, 2012 Share Posted October 5, 2012 Hello, When I tried to create an order from the back office, it doesn't work. I'm able to select the customer's name and the product but when I click on Add to Cart button, nothing is happening and I cannot go further. Link to comment Share on other sites More sharing options...
emercato.eu Posted October 5, 2012 Share Posted October 5, 2012 idem, olso add a product in a existent order si not possibile. in a v.1.5.0.17 was ok and now v.1.5.1 there is a bug?! but when go out a new version never body tested???? Link to comment Share on other sites More sharing options...
emercato.eu Posted October 6, 2012 Share Posted October 6, 2012 only you and me?!? never body use that application? Link to comment Share on other sites More sharing options...
Ulisses Ramos Posted October 6, 2012 Share Posted October 6, 2012 (edited) same problem here. Reverting to 1.5.0.17 and my product images on the front office are not shown again. This error was corrected and is back again... Edited October 6, 2012 by oriflameorge (see edit history) Link to comment Share on other sites More sharing options...
infoseek Posted October 6, 2012 Share Posted October 6, 2012 (edited) the same problem with 1.5.1,but 1.5.0.17 don't have this problem, I have creat a issue in bug tracker! see here http://forge.prestashop.com/browse/PSCFV-4776 Edited October 6, 2012 by infoseek (see edit history) Link to comment Share on other sites More sharing options...
rajsharma Posted October 6, 2012 Share Posted October 6, 2012 I am also facing this issue and have also lodged an issue Link to comment Share on other sites More sharing options...
emercato.eu Posted October 6, 2012 Share Posted October 6, 2012 now i have resolved (ma not correct) add a product: i have take a **\classes\Cart.php of V. 1.5.0.17 and put in **\classes\ v.1.5.1 writeon a new file for image: rename in a tab/image "small_default" to "small" for everything. Link to comment Share on other sites More sharing options...
emercato.eu Posted October 7, 2012 Share Posted October 7, 2012 this is my file /class/cart.php of v. 1.5.1 changed i rewrite 3 code back from v.1.5.0.17 and now funcion. FROM ln:444 // Build JOIN $sql->leftJoin('product', 'p', 'p.`id_product` = cp.`id_product`'); $sql->innerJoin('product_shop', 'product_shop', 'product_shop.id_shop='.$id_shop); $sql->leftJoin('product_lang', 'pl', ' p.`id_product` = pl.`id_product` AND pl.`id_lang` = '.(int)$this->id_lang.Shop::addSqlRestrictionOnLang('pl', $id_shop) ); to // Build JOIN $sql->leftJoin('product', 'p', 'p.`id_product` = cp.`id_product`'); $sql->join(Shop::addSqlAssociation('product', 'p')); $sql->leftJoin('product_lang', 'pl', ' p.`id_product` = pl.`id_product` AND pl.`id_lang` = '.(int)$this->id_lang.Shop::addSqlRestrictionOnLang('pl') ); FROM LN466 AND cl.`id_lang` = '.(int)$this->id_lang.Shop::addSqlRestrictionOnLang('cl', $id_shop) TO AND cl.`id_lang` = '.(int)$this->id_lang.Shop::addSqlRestrictionOnLang('cl') for image, go in a tabs ----> image, you have a xxxxx_default. delete "_default" a recrea a thumbs. 4 Link to comment Share on other sites More sharing options...
premanshu Posted October 8, 2012 Share Posted October 8, 2012 Thanks.. This workaround worked for correcting 20 sec delay in product getting added to cart in FO.. just few days to go live with my shop.. I upgraded to 1.5.1 and ends up with a cart which is too slow to work.. Link to comment Share on other sites More sharing options...
ajensen27 Posted October 8, 2012 Share Posted October 8, 2012 Thanks emercato, that did the trick. 1 Link to comment Share on other sites More sharing options...
usawicker Posted October 10, 2012 Author Share Posted October 10, 2012 Yes it does work with emercato's code. I tried to use the last SVN of Cart.php and it's still not fixed. I hope a Prestashop admin/dev will see this post and work on an official fix. Link to comment Share on other sites More sharing options...
winthur Posted October 11, 2012 Share Posted October 11, 2012 Hi Emecarto, i dont understand what you mean by for image, go in a tabs ----> image, you have a xxxxx_default. delete "_default" a recrea a thumbs. Do you mean go to backoffice>preference>images, delete all the _delete and them regenerate the thumbnails? Link to comment Share on other sites More sharing options...
winthur Posted October 11, 2012 Share Posted October 11, 2012 When i try the above mentioned, i always encounter http error 500 internal server error. Do you mind sending me your cart.php? Link to comment Share on other sites More sharing options...
Jessie K. Jepsen Posted October 11, 2012 Share Posted October 11, 2012 (edited) Thank you Edited October 11, 2012 by EMPeiTQ (see edit history) Link to comment Share on other sites More sharing options...
emercato.eu Posted October 11, 2012 Share Posted October 11, 2012 winthur someone has a problem a thumb of image. my advice is not to delete "_default" bur replace all voice you have in new without "_default" . example you have , small_default, large_default ecc ecc. add, small, large ecc ecc without "_default" and after this regenerate all images thumbs. u understand? 1 Link to comment Share on other sites More sharing options...
emercato.eu Posted October 11, 2012 Share Posted October 11, 2012 my cart.php is a personal for my use sorry. Link to comment Share on other sites More sharing options...
winthur Posted October 11, 2012 Share Posted October 11, 2012 i see i see. thank you Link to comment Share on other sites More sharing options...
steph54fr Posted October 13, 2012 Share Posted October 13, 2012 Thank you emercato.eu 1 Link to comment Share on other sites More sharing options...
winthur Posted October 14, 2012 Share Posted October 14, 2012 Hi emercato, Just a question, is there anyway to mod the voucher auto generated to non cumulative? you came across any? and any idea which file to change? i ave been searching n searching but no luck. Hope you bring me luck! Winthur Link to comment Share on other sites More sharing options...
genesispro Posted October 14, 2012 Share Posted October 14, 2012 thx it worked fine...!!! Link to comment Share on other sites More sharing options...
vynx Posted October 14, 2012 Share Posted October 14, 2012 thx it worked fine...!!! which workaround you try and work? Link to comment Share on other sites More sharing options...
emercato.eu Posted October 14, 2012 Share Posted October 14, 2012 Hi emercato, Just a question, is there anyway to mod the voucher auto generated to non cumulative? you came across any? and any idea which file to change? i ave been searching n searching but no luck. Hope you bring me luck! Winthur if you create 2 or plus voucher there is an option for not combine beetwen them. Link to comment Share on other sites More sharing options...
winthur Posted October 15, 2012 Share Posted October 15, 2012 Hi emercato, Im sorry. but where can i change that? i have 2 voucher under the same customer already but still voucher can combine Link to comment Share on other sites More sharing options...
sg1_anhell Posted November 27, 2012 Share Posted November 27, 2012 Works! Thanks you so much! Link to comment Share on other sites More sharing options...
benjamin utterback Posted November 27, 2012 Share Posted November 27, 2012 Hello all, this was fixed in version 1.5.2. If you are experiencing this issue with an install of 1.5.2, it may be something else. Link to comment Share on other sites More sharing options...
Blejzer Posted December 5, 2012 Share Posted December 5, 2012 Thank you, it works! I have fresh install of 1.5.1 and the cart was working fine until I got the call from one customer stating that he cannot place order. After I looked, I had over 200 abandoned carts in last week!!! Saved my life. Link to comment Share on other sites More sharing options...
Fuz Posted March 7, 2013 Share Posted March 7, 2013 Thanks a lot... Link to comment Share on other sites More sharing options...
Lgfx13 Posted April 29, 2014 Share Posted April 29, 2014 (edited) Hi ! I had this problem with 1.5.2. (it happened 2 times in 1.5 year) Why do you said it might be something else Benjamin ?? Edited April 29, 2014 by Lgfx13 (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts