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
when in the dashboard editing a product, the panel on the left should be extendable so that add-ons can save data along with the product.
This will require:
making a class to handle installing product panels. e.g. /VividStore/Product/ProductPanel
making an interface class. e.g. /VividStore/Product/ProductPanellInterface
setting a standard elements path to include the panel content: /elements/product_details/pkg_handle.php
The text was updated successfully, but these errors were encountered:
when in the dashboard editing a product, the panel on the left should be extendable so that add-ons can save data along with the product.
This will require:
making a class to handle installing product panels. e.g. /VividStore/Product/ProductPanel
making an interface class. e.g. /VividStore/Product/ProductPanellInterface
setting a standard elements path to include the panel content: /elements/product_details/pkg_handle.php
The text was updated successfully, but these errors were encountered: