EvanHerman / yikes-inc-easy-custom-woocommerce-product-tabs

This plugin extends WooCommerce by adding new product meta field, and allowing users to generate as many custom product tabs as they please.
GNU General Public License v2.0
15 stars 7 forks source link

Global Tabs Removed On Overridden & Saved #125

Open freddiemixell opened 5 years ago

freddiemixell commented 5 years ago

When creating global tabs all products will receive a saved tab. Sometimes on individual product page a user might want to edit that global tab.

This is a typical user story:

Possible Implementation

When clicking "Save Tabs" we should check to see if a global tab was altered. If that tab was altered a new tab would have been added to the product replacing it. At this point we're safe to remove the global saved tab from this product.