You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On a product level, the 'Allow backorder' check is not saved in the latest version. (Concrete 5.7.5.9 + vivid store 3.1.4)
Since this is a fairly easy fix, i'll just post it here.
Solution:
src/VividStore/Product/Product.php - add pBackOrder as column and protected variable
On a product level, the 'Allow backorder' check is not saved in the latest version. (Concrete 5.7.5.9 + vivid store 3.1.4)
Since this is a fairly easy fix, i'll just post it here.
Solution:
---- Change to ---->
Do not forget to update the package afterwards or the column will not be created in the database
The text was updated successfully, but these errors were encountered: