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
This is visible right after you create a new Product Container, before there are any products in the store.
See views/main/storeproducts.php
<p>Sorry, no products were found.</p>
We need this to look cleaner, maybe grey, more spacing. It doesn't need to be red -- it's not an error, it just means the user is starting setting up their store.
See views/main/products.php
<div class="danger">Sorry, no products were found.</div>
The text was updated successfully, but these errors were encountered:
This is visible right after you create a new Product Container, before there are any products in the store.
See views/main/storeproducts.php
<p>Sorry, no products were found.</p>
We need this to look cleaner, maybe grey, more spacing. It doesn't need to be red -- it's not an error, it just means the user is starting setting up their store.
See views/main/products.php
<div class="danger">Sorry, no products were found.</div>
The text was updated successfully, but these errors were encountered: