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
Hi,
I understand your query. I noticed, two disabled validation are maintaining and it is not require. I will remove the unnecessary code and update it soon.
Reason for validation:
By default in our marketplace, we do not allow seller to change the attribute type and product type for existing products so we have disable the div using css. In case the inline css is not loading properly in fronted, this attributes will be accessible.So, in order to avoid this, we have disabled the field in the code.
Marketplace-M2/app/code/Apptha/Marketplace/view/frontend/templates/product/form.phtml
Line 109 in f1f5b72
Is it not necessary code?
<?php if (!empty($productId)) {echo __('disabled');}?>
The text was updated successfully, but these errors were encountered: