Jump to content

Upgraded to 1.7.4.3 from 1.6.14 - position in category 0


Bizzy Lizzy

Recommended Posts

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 pack
at 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

  • 1 month later...
  • 6 months later...
  • 2 months later...
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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...