hi i have store on magento 2.3.7 after i added all my products and add my store to Goole WebMaster i get this error The “image” field is not included
Magento
I have a custom extensible entity: interface that extends ExtensibleDataInterface with get and set; model that extends AbstractExtensibleModel with get and set; My GetList method from repository: /** * @param SearchCriteriaInterface $criteria * @return AskQuestionSearchResultsInterface */ public function getList(SearchCriteriaInterface $criteria) { $searchResults = $this->searchResultsFactory->create(); $searchResults->setSearchCriteria($criteria); $collection = $this->askQuestionCollectionFactory->create(); $this->extensionAttributesJoinProcessor->process( $collection, […]
On my magento, I’ve created a custom attribute for the order and a custom attribute for the order items. In order to show these on the order api, I’ve placed my two attributes in an extension_attributes.xml and added the relative plugins for the OrderInterface and the OrderItemInterface. This modification works: […]
strong textI Have Custom Popup with Special Products when Someone Click On Add to cart On Category Page Product than Popup Open and They Show Special Products So The Problem is When i add To Cart Product From Popup than It Not add in Popup Real Time What Can I […]
In the PDP, I want to show the first main image and the partial second image in the product gallery of fotorama for Magento 2.4.6. Is this achievable?
I am new to Magento, i would like to create a Magento 2 extension that enable the address autocomplete feature. I’ve created a JS using internal wizard that mapped from using Magento Checkout form fields. The generated JS basically is expected to handle the address autocomplete when i enter some […]
I am using Hyva UI components “Ajax ATC A” and “MiniCart A” in which “MiniCart A” is not working properly. First, I clicked the Add to Cart button to open the cart popup, and the product was correctly added to the mini cart. After I clicked on the mini cart […]
I just recently updated to 2.4.6, and while I was using 2.4.4 this problem never occurred. After editing/adding a price to a product, and I click out of focus of the field, I get this error: Please enter a number 0 or greater, without comma in this field. Even though […]