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
I was using this great library but I encountered an issue. I am on Laravel 5.7 and even though I have created the inventory with category_id and metric_id provided, the sku is not generated. The functions $inventory->generateSku(), $inventory->regenerateSku() and $inventory->hasSku() all return an empty string even though $inventory->createSKU("skuCode"); works fine. If you need to know, Here is the code i've used:
Hello there,
I was using this great library but I encountered an issue. I am on Laravel 5.7 and even though I have created the inventory with category_id and metric_id provided, the sku is not generated. The functions
$inventory->generateSku()
,$inventory->regenerateSku()
and$inventory->hasSku()
all return an empty string even though$inventory->createSKU("skuCode");
works fine. If you need to know, Here is the code i've used:Can you please suggest what I should do to resolve the issue?
The text was updated successfully, but these errors were encountered: