Questions tagged [magento-product-attributes]
The magento-product-attributes tag has no summary.
10 questions
1
vote
3
answers
675
views
How to add new field in Product link section Magento 2?
I want to add new field in the magento 2 admin > product > downloadable information > and link details. Please check the screenshot attached
After some research, I am able to add field in UI
...
2
votes
2
answers
86
views
magento 2 : is it impact on isting page performance for $_product->getResource()->getAttribute('custom_attribute_code')?
I have a custom attribute which has 15 text values.
I am using $_product->getResource()->getAttribute($attributecode)->getFrontend()->getValue($_product); . In catalog page I have used ...
2
votes
1
answer
752
views
How can I import multiple select attributes in Magento 2.3.5?
I'm working with a new installation of 2.3.5.
I am unable to import a multi-select product attribute.
My attribute I'm trying to import is "Year" for auto parts.
I have tried importing with ...
2
votes
0
answers
387
views
How to add image upload option in product custom options magento 2?
I would like to show custom options all values with their image icon for that I need to add the image with each custom option value. Please do not suggest any paid extension or module.
0
votes
0
answers
270
views
Product page Image Gallery Loading Issue
I'm getting images of product and using custom slider to load the product images in product details page,
The product is loading normally but sometimes when we refresh the page, Images wont showup. ...