Sebwite / Magento2-Product-Downloads

Magento 2 Product Downloads extension by Sebwite
https://sebwite.nl
39 stars 35 forks source link

Not working on Magento 2.1.0RC1 #3

Closed quienti closed 6 years ago

quienti commented 8 years ago

I do not have Tab in my products Working fine on Magento 2.0.6 and lower

JacobDrummond commented 8 years ago

@sebwite,

Sebwite_ProductDownloads has stopped showing in product admin forms because currently adds its fieldset by extending Magento's product tabs.

However, in Magento 2.1, product form fieldsets are added via form modifiers.

For example, Magento_CatalogUrlRewrite adds its fieldset by:

  1. Creating a concrete form modifier that describes which fields need to be added.
  2. Registering the modifier with Magento_Product's form modifier pool.

Could you implement the new form modifiers approach in Sebwite_ProductDownloads?

JacobDrummond commented 8 years ago

Product form documentation: http://devdocs.magento.com/guides/v2.1/howdoi/customize_product.html

webdesk commented 7 years ago

I'm still not able to see the download tab on the Magento 2.1.0

tharshanlk commented 7 years ago

Having the same issue.. any ideas?

tlygnersjo commented 7 years ago

I'm also having the same issue on Magento 2.1.2. @sebwite

sdelombaerde commented 7 years ago

@sebwite When can we expect a working solution for Magento 2.1.5?

SilvanLaroo commented 6 years ago

We've made the extension compatible with Magento 2.1, please check the 2.1 branch. We will release a stable version soon.