I’m trying to get a collection from the table eav/attribute (where product’s attributes are present along with customer’s, category’s, etc). I already tried to retrieve it like a normal model collection: $entitiesAttributes = Mage::getModel('eav/attribute')->getCollection(); But I get the following error: Cannot instantiate abstract class Mage_Eav_Model_Attribute Because, of course, the class […]
Magento
I’m migrating a Magento EE 1.14 store to another platform and can’t figure out how to export customer store credit balances to a data file. Anyone know where to find the current credit balance for each customer in the database? I see the credit memos, etc. but I don’t see […]
Created a custom image in category_form.xml i need to validate the image height and width while upload if its exceeds the allowed dimensions should display the alert message <field name="thumbnail_logo" sortOrder="104" formElement="imageUploader"> <argument name="data" xsi:type="array"> <item name="config" xsi:type="array"> <item name="source" xsi:type="string">category</item> </item> </argument> <settings> <elementTmpl>ui/form/element/uploader/image</elementTmpl> <dataType>string</dataType> <label translate="true">Category Image</label> <visible>true</visible> […]
I’m looking to change the default order of customer groups when creating a new customer from the admin. Currently it looks like it goes alphabetically, how can I change this to go by ID or any custom order. I’ve looked up and down through the vendor magento_customer files but can’t […]
I would like move the place order button into the Check /money Order, I tried with jquery but it seem that the button does not want to appear anymore
Can you help me figure out which best practices to use for get block template by id in phtml file? thanks everyone if you need some info please send comment okay, try it: i created a block in admin panel with id bottom-content and the block will be show in […]
I’m using opensearch and I’m getting the following error on the category page. I’m also getting a similar error during indexing. 1 exception(s): Exception #0 (ElasticsearchCommonExceptionsBadRequest400Exception): {"error":"no handler found for uri [/magento2_product_1/document/_search] and method [POST]"} I’m using brew for opensearch, the version is 2.3.0.
I originally was facing an issue of not being able to save any configurations on my magento application, and a user on this site recommended to run the php bin/magento setup:upgrade command as the first step to resolving my issue. Well, that only created a much larger issue. When running […]
i have problem with checkout page. When i use in delivery address Company name, VAT number and Fax…this information are not show on “Billing address is same” and on right (recipient)…both places are on pictures lower. I need show company name,VAT number and Fax number show on this places. Can […]