Unanswered Questions
721 questions with no upvoted or accepted answers
10
votes
1
answer
2k
views
Magento 2.2.1: Add Custom Upload file attribute in Checkout
I tried to add an Upload file attribute to the Checkout form, I am now able to add a custom field, but still, I am unable to save values to the database -
I used add Plugin -
added Below code
Amit\...
7
votes
1
answer
2k
views
Page Builder was rendering for 5 seconds without releasing locks
My products have small descriptions and description attributes.
A small description is a Tinymce field and a description is a pagebuilder.
When I edit a product, if I open the content section, here ...
7
votes
1
answer
2k
views
In Magento 2 , configurable product options disabled after the first selection.How to reset option?
I am using Magento 2, I have some Configurable Products with a lot of variants (in some cases there are 5 attributes, each with several options). Each variant has a Simple Product associated with it, ...
7
votes
2
answers
5k
views
Magento 2: Import/Export Product Attribute Set & it's Attributes
I refer Magento 2 - Export/Import Product Attributes but no one answered :(
I have already created new Attribute Set & it's Attributes. I have checked Magento Default Import/Export for Products. ...
7
votes
1
answer
2k
views
Custom /catalogsearch/ filters
Beforehand I have to tell: I'm a total n00b on Magento and what I need to know is more a "common practice" or "standard" about how is something achieved in Magento since I have to ...
5
votes
1
answer
253
views
many-to-one product attribute
I need to add an attribute that allows multiple values - but not from a set of pre-selected values, not multiple select but multiple text fields.
One product, one or more values in the one field. ...
5
votes
0
answers
2k
views
Magento 2 - Export/Import Product Attributes
I'm trying to export my Product Attributes from one store to a new clean store database. I created a mysqldump for the following tables:
catalog_eav_attribute
eav_attribute_group
eav_attribute_label
...
4
votes
0
answers
455
views
How to group by elasticsearch results/Remove duplicate items from Elasticsearch results
I need to customize my elasticsearch query based on a custom attribute. I have a product attribute with code product_code, I have added this attribute to search and in elasticsearch results, the value ...
4
votes
0
answers
425
views
Magento2 : How to add row/pattern type of customer attribute
How to add a row/pattern type of custom customer attribute (dynamic rows). We have the below attribute in Magento 1, we need to achieve the same in Magento 2.
I don't find any code reference for this, ...
4
votes
0
answers
92
views
Magento 2.2.7 error when using bulk attribute update when item is enabled
When trying to use the bulk update attributes I get the following error:
Exception message: Required parameter 'theme_dir' was not passed
I've been chasing this error for the last 2 weeks. At one ...
4
votes
1
answer
685
views
Update select attribute in custom_attributes via catalogProductRepositoryV1 API PUT request
I'm trying to update a product with the catalogProductRepositoryV1.
I want to change a custom select attribute for the given product. When sending the following request:
{
"product": {
"...
4
votes
0
answers
390
views
Unable to update custom product attribute value programatically
I have created a few custom product attributes in Magento 2.2.6 and have no problem saving a new product with these new attributes, load this created product, and update the standard Magento ...
4
votes
0
answers
279
views
Apply unique images by attribute to each sku magento 2 programmatically
In magento2 - How can I perform this task through a script?
I already relate the configurations to the product with this segment
$attributeModel = $this->objectManager->create('Magento\...
4
votes
0
answers
194
views
Custom additional custom address attributes not getting saved
I have created two custom address attribute latitude and longitude in custom address and they are showing fine in backend. However when I am creating a new customer from backend filling some value to ...
4
votes
0
answers
115
views
How can I create a key value input type for a product attribute?
I'm trying to get a table on a product page that exists of 2 columns. I want to use this to display technical details about that product. The first column would have a value like: 'volume' and then ...