I’m trying to implement an appointment slot booking system where people can simply pay and start chatting/calling with a professional. What I mean is that on a particular page there would be a list of professionals(for example lawyers) with some descriptive information about them. Customers could then verify themselves with […]
Magento
I’m using Magento 2.4, I have a column in sale_order_grid, in that column I have a button like: Vendor/Module/view/adminhtml/ui_component/sales_order_grid.xml <?xml version="1.0" encoding="UTF-8"?> <listing xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Ui:etc/ui_configuration.xsd"> <columns name="sales_order_columns"> <actionsColumn name="goflyy_order_id" class="VendorModuleUiComponentListingColumnGoFlyyGetOrder"> <argument name="data" xsi:type="array"> <item name="config" xsi:type="array"> <item name="bodyTmpl" xsi:type="string">ui/grid/cells/html</item> <!-- <item name="component" xsi:type="string">Vendor_Module/js/grid/columns/goflyygetorder</item> --> <item name="label" xsi:type="string" translate="true">GoFlyy Order ID</item> […]
It´s running fine in developer mode but when I try to pass to production mode see this error. ¿Could you help me? [root@host sho]# php bin/magento setup:di:compile Compilation was started. Repositories code generation… 1/7 [====>———————–] 14% 1 sec 56.0 MiB Fatal error: Interface ‘MagentoFrameworkGraphQlQueryResolverInterface’ not found in /home/wwwdos9/public_html/shop/app/code/Mageplaza/Smtp/Model/Resolver/Bestsellers/Bestsellers.php on line […]
I am using Python to access Magento 2 Rest API categories. The url that I am using is this: https:///rest/<store_code>/V1/categories/15647 The URL Path that is being returned is this: footwear/weights/hiking-boots-shoes however the correct path is: footwear/men/hiking-boots-shoes Most of the url_path for the categories are coming back correctly. But I estimate […]
On Admin Panel I need to create a sub-menu in Configuration that has a page. On that page I want to declare a global attribute and add a field that takes the values for this attribute.
I’ve been operating a multi store group website for the past two years (Magento 2.4.1). Each store group has 2 store views (one in our native language and another in english). Store Group 1 — Store View PT — Store View EN Store Group 2 — Store View PT — […]
Installed fresh magento 2.4.4 version on server . When i added some categories and products unable to check the swagger URL for API’s I navigated to https://myip/swagger. It is giving 404 page not found error. When i google for this error , In magento2.4.4 by default swagger is disabled in […]
I am adding Custom shipping rates according to state of UAE in Table rates shipping method. But getting an error because region or state is incorrect. anyone have idea which is correct region/state code for UAE states (Dubai, Abu Dhabi, Sharjah, Ajman, Fujairah, Ras Al-Khaimah & Umm Al Quwain) Please […]
I installed my custom plugin in Magento 2.4, but after that I’m not able to see the order list in the grid. Here below a screenshot: My plugin adds three columns in sales_order_grid, here below I’ll report the code for the first one as a sample Vendor/App/view/adminhtml/ui_component/sales_order_grid.xml: <?xml version="1.0" encoding="UTF-8"?> […]