Bizzy Lizzy Posted December 10, 2018 Share Posted December 10, 2018 I have upgraded to 1.7.4.3 today and encounter quiet some issues 1) when looking at the products in the category - the field position is all set to 0. and there is no way of shuffling the products around or giving them a position 2) I get an error on combined to pack products - making frontoffice to go into error 500 : error: and indeed - in the new prestashop this product is not a pack. But when I try to add the products there is no way of selecting the products in the pack. The search is not doing anything even when I rebuild the index twice. So unable to select products. [PrestaShopException] Product with id 3213 is not a packat line 243 in file classes/Pack.php 238. $idProduct = (int) $idProduct; 239. $idProductAttribute = (int) $idProductAttribute; 240. $cacheIsPack = (bool) $cacheIsPack; 241. 242. if (!self::isPack($idProduct)) { 243. throw new PrestaShopException("Product with id $idProduct is not a pack"); 244. } 245. 246. // Initialize 247. $product = new Product($idProduct, false); 248. $packQuantity = 0; Link to comment Share on other sites More sharing options...
miconsolador.es Posted January 16, 2019 Share Posted January 16, 2019 crezzur, did u fix this problem above? I still have that problem and it is driving me crazy Link to comment Share on other sites More sharing options...
mir-aus Posted July 29, 2019 Share Posted July 29, 2019 did u fix this problem above? On 1/16/2019 at 11:14 AM, miconsolador.es said: crezzur, did u fix this problem above? I still have that problem and it is driving me crazy Link to comment Share on other sites More sharing options...
SahinSOLMAZ Posted October 9, 2019 Share Posted October 9, 2019 On 7/29/2019 at 3:19 AM, mir-aus said: did u fix this problem above? Hi Guys, I faced with it when after I delete some, demo categories. To solve problem practically, you can delete all demo products. (At the moment of deletion, something goes wrong when moving products in the category.) It's a bug. 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