I have created a module to extend the Tier Pricing template, but the getPrice() is not returning anything therefore the tier pricing array is always null Any hint is appreciated. Here is my layout XML: custom_catalog_product_prices.xml <?xml version="1.0"?> <!-- /** * Copyright © Magento, Inc. All rights reserved. * See […]
Magento
I have categories with Url Rewrites Rules. For example, base url for category MyTest = /mytest. But with rewrite rule url = /new-mytest. If I use MagentoCatalogModelResourceModelCategoryCollectionFactory – I get base url (/mytest). How can I get finally url for my categiry?
what is the correct answer in this question? An Architect is working to implement Adobe Commerce into a pre-built ecosystem in a company. Communication between different company domains uses event-driven design and is driven via AMQP protocol with using RabbitMQ. The Architect needs to establish the data flow between the […]
Good morning, does anyone know how I can create a custom selection in the checkout of the type “Magento_Ui/js/form/element/region” something like the default selection of “region” that contains all the departments/provinces of a country? I’m trying with PHP with LayuotProcessor, but I can’t get the select to list the departments, […]
please I made a test site to try to upgrade my Magento 2.2.3, but until now I haven’t succeeded at all. I could understand if I have to stop at 2.2 or go directly to 2.3, and if possible how to proceed too. I can not understand and I can […]
i changed the base admin url using the admin panel and now i cannot access the admin panel. i dont have access to the PHP file, im an online user, is there a way to find the new admin login url? the old URL was https://row.mysite.com/en/admin/ and i changed it […]
I am creating a Custom APi to retrieve products in cart how can i get the bundle product details as displayed in web currently how i do this $childrens = $item->getChildren(); public function getBundleData($childrens) { $data = []; $count = 0; foreach($childrens as $children) { $data[$count]['id'] = $children->getId(); $data[$count]['name'] = […]
Does anyone know where the configuration files are for currency format and symbol as on 2.4.6? In this case the ‘locale’ doesn’t exist for the specific country in the options so am using the default Spanish ‘es’ (es_ES), however the currency format is off showing the currency symbol AFTER the […]