Hi Friends , You know magento is lord of e-trade site improvement . presently days there is an excess of other e-trade arrangements are additionally in business sector yet as contrast with gimmicks and security magneto is best decision for engineers too for clients.
Yes, One thing magento is not extremely easy to understand yet there is a great deal for other free expansion to make it easy to use . Magneto is accessible with part of topics and parcel of expansions however somethings engineers require some custom peculiarities and practically for magento store.
You have to include width and tallness Attributes of your item. so here i will demonstrate to you industry standards to make and presentation your own particular characteristics in magento items in simple 4 stages.
Let’s Create and Display Custom Attributes in Magento
Step 1: Create Attributes in Magento
Login to Magento admin and go to manage attributes
Catalog -> Attributes -> Manage Attributes
Now enter details in field according to your requrements , you can select textfield , dropdown and other type of attributes fields from options. after enter details now click on save and continue and now enter suitable text with will show on admin at products fields . now click on save .
Step 2: Add Attributes into Attributes Group in Magento
Login to Magento admin and go to manage attributes sets
Catalog -> Attributes -> Manage Attributes Sets
Click attributes from Unassigned Attributes and add to products group attributes using drag and drop
Step 3: Enter Value in New Attributes in Magento
Login to Magento admin and go to manage Products
Catalog -> Manage Products
Add new product and enter details in all required field and save it
Step 4: Display New Attributes in Magento
sometimes you need to display attributes value on products page in products details so is the code how to display it on product details page
For Example we have created attributes with code ‘ width_new ‘
Now Convert it ‘ width_new ‘ to ‘ WidthNew’ (every start letter is capital )
Now use magento function to get product value
<?php echo $_product->getWidthNew(); ?>
there is also another method
<?php echo $_product->getData('
WidthNew
'); ?>
Thank You for visitng and reading my tutorial. if you face any problem in implementing
this code into your website.
Ask your queries on website or comment. i will give you solution.
Thank You
Magento Experts , Hire Us