Good day Razon,
I just updated to the new version, and you were right—the issue with the invalid nonce is gone. Everything seems fine now on that front.
However, I’ve noticed another issue: the existing records I already had are not showing on the single product page. When I create a new linked variation, it works correctly, but the older ones are not displaying.
Do you have any suggestions?
Thank you very much for your support!
Best regards,
Ploutarchos
Hello my friend,
Thank you for checking this issue.
I will check it and let you know if all working properly.
Best regards
I have found 2 more errors in the same file.
Before constructor just set values:
private array $restriction_settings;
private array $fee_settings;
And inside the constructor just initialize the values by adding this lines:
$this->restriction_settings = [];
$this->fee_settings = [];
Thank you !