How to create the customfield for product?

Login to Magento Admin>Store>Attributes>Product On the Product Attributes page, you can see by default that Magento gives us pre-defined attributes. Let me create a new attribute. Click on Add New Attribute Now we need to fill out details in the New Product Attribute and then Save. Let’s explain the fields: Default Label:Label text attributes that recognize… Continue reading How to create the customfield for product?

Published
Categorized as Magento

How to display the custom fields data on my account page under account information and how to remove the unwanted nav links from my account tabs.

1)First create a module app/code/JJ/Account then in that module create a registration page, then create etc folder in that module.xml, and create a view folder- view/frontend/layout/ create a customer_account_index.xml then create a template file under the viwe/frontend/templates/info.phtml file. this two line – for get the data from customfield to my account page under the account… Continue reading How to display the custom fields data on my account page under account information and how to remove the unwanted nav links from my account tabs.

Published
Categorized as Magento