Questions tagged [attributes]
Magento Entity Attributes
2,263 questions
0
votes
0
answers
81
views
how to fix this issue facing after upgrade 248p2
Compilation from source: /var/www/html/evolutionhomecorp.com/vendor/magento/theme-frontend-blank/web/css/styles-l.less
error evaluating function ceil: math functions take numbers as parameters in ...
0
votes
0
answers
38
views
Magento 2 admin product attribute custom validation on backend form
I have created 2 attributes of product using patch,
type : decimal
input : text
Also created one mixing is file and added my custom rule there but when I tried to add validation using
validate_rules =&...
0
votes
1
answer
77
views
Magento 2 | Adding values to the multiple select attribute of the product
I have created a product attribute in Magento2 which is of type multiple select.
Right now it is empty for all products and has no options created.
With my php code I am trying to add a random value ...
0
votes
1
answer
90
views
How to add customer Attribute inside custom tab section insted of "Account Information" in magento 2 customer attribute
I have created setup patch data using the attribute please check the below code and block using add custom tab
<?php
namespace Bliss\PricePerCustomer\Setup\Patch\Data;
use Magento\Customer\Model\...
1
vote
0
answers
35
views
color swatches and dropdown select on product page
Is there a way to get color swatches and a dropdown select for same attribute color on product view page?
0
votes
2
answers
99
views
Get cost price on frontend
I’m trying to get the cost price attribute from the advanced pricing section to show on frontend. I’ve set the attribute to be visible on frontend but not sure on the code I need to use in the ...
0
votes
3
answers
107
views
allowing duplicate attribute option values in store Level
Whenever i tried to add duplicate option value in Admin its throws an error like
"The value of Admin must be unique. (AB)" This is Totally fine.
but in storeView duplicated values are ...
0
votes
2
answers
109
views
Facing issue in fetching child product attributes value
I have following code, In which I am fetching attribute values for child and parent products:
public function setAttributeValues(array $products)
{
$this->values = [];
foreach (...
0
votes
1
answer
79
views
Get product attribute value on category page - Magento2
We want to load the product attribute value on the category page, of all attributes with a value "Yes" of label "is_featured". We create the following code in the list.phtml, but ...
0
votes
1
answer
60
views
Magento 2 : How can I show this custom code in product view page?
I want to add custom size with input field. Like this image and total quantity add to cart.
0
votes
0
answers
56
views
Magento 2: How to sort the attribute based on attribute label?
I have created a custom product attribute with drop-down option and added that attribute in schema.graphqls file but when checking the sorting is happening based on attribute option value not based on ...
0
votes
2
answers
115
views
Getting order extension attributes from Swissup Firecheckout?
I tried getting the checkout fields attributes which are included with the Swissup Firecheckout ... the developer said its possible with $order->getExtensionAttributes();.
So I created some throw ...
0
votes
1
answer
163
views
Where to delete attribute values - Magento 2.4.6
We have an issue where we get data from a client. They are copying and pasting from websites so things are a mess atm.
So we have attributes with sku values in them. I did try and delete them manually ...
1
vote
1
answer
114
views
Magento2: Filtering the catalog by attribute does not accurately display configurable products
Catalog filtering by attribute not shows accurately products who are configurable, when one variant of this products have value matched to filter value, in the catalog are showing all variants of this ...
1
vote
0
answers
40
views
How can I create another Block for my attributes like the dropdown in the picture? (Product page)
I need to add a dropdown as the one in the image. The current dropdown, shown in the image, contains some of my attributes. However, I need to add an additional dropdown for other attributes which is ...