Skip to content

magento man

Confused between Fastcomet and *********

Hello, I have a wordpress magazine site currently hosted at Namecheap. The magazine site lets people download PDF issues of the magazine an… | Read the rest of https://www.webhostingtalk.com/showthread.php?t=1882669&goto=newpost

Any cheap WiseCP license reseller ??

Can anyone suggest a company which is reselling WISECP one time license which is cheaper ?? i need one time license actually. and suggest … | Read the rest of https://www.webhostingtalk.com/showthread.php?t=1882720&goto=newpost

Magento 2.4.4: How to get Gift Message from Order object in my Observer class subscribed to checkout_onepage_controller_success_action?

With upgrade to Magento 2.4.4, I’m using checkout_onepage_controller_success_action to get order information that I insert into a custom table that I created in Magento. We’re allowing customers to enter gift message only in the cart page which means it is… Read More »Magento 2.4.4: How to get Gift Message from Order object in my Observer class subscribed to checkout_onepage_controller_success_action?

Magento2.4.4 Place order using stripe payment method through REST API

From stripe sdk I am able to create payment id successfully but when call api to create order in magento2 then getting authentication error. I am calling below API http://localhost/xxx/rest/default/V1/carts/mine/payment-information with below body { “paymentMethod”: { “method”: “stripe_payments”, “additional_data”: {… Read More »Magento2.4.4 Place order using stripe payment method through REST API

How to instantiate an helper class from my custom module in a test program in the directory at the same level as the root of Magento?

With the code below, I’m trying to instantiate an helper class from my custom module. // Sanitize the $_GET[] value // Create an object of the order loaded with the $order_id passed as query string. $orderId = htmlspecialchars($_GET[“order_id”]); $order =… Read More »How to instantiate an helper class from my custom module in a test program in the directory at the same level as the root of Magento?