secretpizzaparty / shopify-connect-for-woocommerce

Shopify Connect for WooCommerce Plugin
https://secretpizza.party
GNU General Public License v2.0
10 stars 2 forks source link

Hide unnecessary WooCommerce admin tabs/settings #7

Closed jkudish closed 8 years ago

jkudish commented 8 years ago

I think we should hide this:

image

And this:

screencapture-local-wordpress-dev-wp-admin-admin-php-1470779332238

What are your thoughts @nickhamze ?

nickhamze commented 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.

screen shot 2016-08-09 at 6 27 03 pm

The stock column on the view all products screen should also be removed since we aren't allowing them to set inventory levels.

nickhamze commented 8 years ago

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.

jkudish commented 8 years ago

Redirects and hiding extra "Add Product" buttons is now done.

I'll look at the other stuff soon!

jkudish commented 8 years ago

All of the above is done now.