Hi,
First; thanks for continuing the J2Store software. Good work!
I ran into this problem. I've already did the migration from J2Store 3 to 4. So far so good. The site is running on PHP 8.2
But since the migration (or the PHP update) I have this problem with articles not saving the price settings and such.
I discovered; new products do get a j2store_product_id in the database table j2store_products. This refers to the table j2store_variants.
But in the table j2store_variants no new line is created with that ID number.
If I create that line manually then the webshop seems to work fine again (as far as I could test it).
I think it's related to this Deprecated meassage. When I go to New article > tab: J2Store Cart. I see:
Deprecated: Creation of dynamic property J2StoreTableProduct::$j2store_product_id is deprecated in ... /libraries/f0f/table/table.php on line 645.
I hope you can help me with this or if there will be a bug fix soon?
Thanks ahead,
Mark