I want to display products unit of measurement at the frontend. For that I have created weight_unit
attribute in admin panel and I am adding it to products like gram, kilogram, liter, etc. But I can't show it at frontend. I use following code to display at frontend:
<?php echo $_product->getAttributeText('weight_unit'); ?>
Still I am not getting proper show of product unit. Please can anyone suggest me how to show it? Is there any other methods to represent the product unit?
You can use translation method to achieve this. You can find out that in following link.
https://magento.stackexchange.com/questions/6924/custom-attribute-ending
In this post, translation method and translation CSV files are used to achieve this. You can write your unit of measurement in CSV file and use attribute code in translation method.
I have a function that returns JSON objects using hnews.getById(id). I then push each story returned in the promise to an array. I'm having trouble figuring out how I'd then get the complete array. Do ...
I have a function that returns JSON objects using hnews.getById(id). I then push each story returned in the promise to an array. I'm having trouble figuring out how I'd then get the complete array. Do ...
I am trying to understand why my SVG icon is not rendered correctly. The icon is a little smallest that my SVG element event if the viewBox property was used the same like width\height. Thanks for ...
I am trying to understand why my SVG icon is not rendered correctly. The icon is a little smallest that my SVG element event if the viewBox property was used the same like width\height. Thanks for ...
I'am trying to sign into Skype via the use of its SDK but I keep hitting the following error, "Error: NoFQDN". After searching this on the net I can't find any possible solution or even find out what ...
I'am trying to sign into Skype via the use of its SDK but I keep hitting the following error, "Error: NoFQDN". After searching this on the net I can't find any possible solution or even find out what ...
I have researched this issue and have found solutions using php but not angular. One of the requirements for saving the data on my page requires that two seperate angular objects have the same Id. ...
I have researched this issue and have found solutions using php but not angular. One of the requirements for saving the data on my page requires that two seperate angular objects have the same Id. ...