Skip to content

magento man

Best PHP-FPM settings for Heavy Traffic

Hello, I hope you guys are feeling well. I want to request you to please guide me some settings. I shall be thankful to you. I have Du… | Read the rest of https://www.webhostingtalk.com/showthread.php?t=1915096&goto=newpost

UK server with PHP FFMPEG

Looking for a UK-based server which includes access to FFmpeg via PHP. Ideally would have cPanel. Shared hosting would be fine although I… | Read the rest of https://www.webhostingtalk.com/showthread.php?t=1915030&goto=newpost

When creating an order via api, the salable quantity does not decrease

I am using the API /rest/V1/orders/create, but when creating an order, the salable quantity does not decrease. (Magento ver. 2.4.6-p3 community) I am using this payload: { “entity”: { “customer_group_id”: 1, “applied_rule_ids”: “2”, “base_currency_code”: “EUR”, “base_discount_amount”: 0, “base_grand_total”: 96, “base_shipping_amount”:… Read More »When creating an order via api, the salable quantity does not decrease

Magento2 success/error message not showing

I have created a custom module and added pagination in the view file after adding a message from the controller it’s not showing: Controller file <?php namespace GeekayDigitalVendorsControllerIndex; use MagentoFrameworkControllerResultFactory; use MagentoFrameworkMessageManagerInterface; class Generate extends MagentoFrameworkAppActionAction { protected $_customerSession; protected… Read More »Magento2 success/error message not showing