Closed jkudish closed 8 years ago
Yes, hide all of that and we probably need to hide a few more things as well.
Under Products -> Display // Lets remove the default add to cart option.
Under the Products -> Inventory // Let's remove that since we aren't syncing inventory with WC and Shopify.
Remove the Account tab as since they aren't using the WC checkout they can't create a WC account.
Also since they aren't setting account on the WC site nor are they placing orders through the WC checkout they don't need the email tab as well.
Additionally the orders, coupons, and reports screens are no longer used and should be hidden. As should the WooCommerce dashboard status widget as it won't report the correct sales amounts anymore.
The stock column on the view all products screen should also be removed since we aren't allowing them to set inventory levels.
Actually instead of removing the orders, coupons, and reports links could we just redirect them to the corresponding pages on Shopify. Orders --> https://regionally-famous.myshopify.com/admin/orders Coupons --> https://regionally-famous.myshopify.com/admin/discounts Reports --> https://regionally-famous.myshopify.com/admin/reports
I would imagine that the official Shopify plugin stores the store url somewhere that you could query to use to build the urls.
Redirects and hiding extra "Add Product" buttons is now done.
I'll look at the other stuff soon!
All of the above is done now.
I think we should hide this:
And this:
What are your thoughts @nickhamze ?