Magento 2 – Checkout. Remove “New Address” Button from checkout billing/shipping address with module for B2B customers
Magento 2 – Checkout. Remove “New Address” Button from checkout billing/shipping address with module for B2B customers
Magento 2 – Checkout. Remove “New Address” Button from checkout billing/shipping address with module for B2B customers
let me know what I need to know and what can I expect from you…. | Read the rest of https://www.webhostingtalk.com/showthread.php?t=1897384&goto=newpost
Hello. This story starts in the end of the March when I needed a dedicated server in USA with BGP and DDoS protection. Before this I trie… | Read the rest of https://www.webhostingtalk.com/showthread.php?t=1897404&goto=newpost
I’m currently working on a module that involves the programmatic cancellation of orders. To cancel orders, I am using $this->orderManagement->cancel($orderId); in my code. This appears to be working correctly as the order status and state change to ‘canceled’ and the… Read More »sales_order_item_cancel Event Not Triggered when Canceling Order Programmatically using $this->orderManagement->cancel($orderId);
Is there a way to programmatically get the language of the admin user that is logged in?
How to add a subtitle / simple HTML element under each product name on a category page list? I’ve tried various solutions via adding referenceContainers to the catalog_category_view.xml in my module and trying to target the various elements however never… Read More »How to add an element under each product name on category pages?
I want to remove the Rokanthemes theme from my Magento 2 store. I have tried deleting all the folders, but this made my “Categories” page freak out. It gives me the following error message when trying to get to categories:… Read More »Removing Rokanthemes from Magento 2
I’m trying to apply a patch but it’s not working: composer.json “patches”: { “magento/setup”: { “Setup Patch Take4”: “patches/composer/setup_patch.patch” } } setup_patch.patch diff –git a/Model/Installer.php b/Model/Installer.php index ddd1ab51a..b9175dbad 100644 — a/Model/Installer.php +++ b/Model/Installer.php @@ -1047,7 +1047,7 @@ class Installer }… Read More »Magento 2.4: Unable to apply setup/src/Magento/Setup patch
I’m trying to retrieve orders from the REST API in Magento Community 2.4.3 with endpoints like /rest/default/V1/orders and /rest/default/V1/orders/items but while I can see the values for custom options of the items in the order, I can’t see their labels… Read More »Orders Rest API Missing Custom Option Label and Text Value
I’m facing an intriguing issue in Magento 2, and I would like to know if anyone has come across this or has any relevant information about it. In the Magento 2 database schema, the “entity_id” field of the “customer” table… Read More »Treating “integer” data as “string” in the “entity_id” field of customer