Skip to content

magento man

Bug in ********’s WHMCS syncing tool

When we sync the ********’s domain pricing in WHMCS, it is syncing .security TLD at $2.00 but the real price is over $2000 in their system. … | Read the rest of https://www.webhostingtalk.com/showthread.php?t=1883867&goto=newpost

I Need Startup Hosting Company queries

Hello webhostingtalk members!, I hope you have a good day. today I’m here to receive your opinions to help me to introduce my company. … | Read the rest of https://www.webhostingtalk.com/showthread.php?t=1883865&goto=newpost

Magento 2 – Serve cached content from Varnish while fetching a new object from the backend to deliver it on the next request

When I change any objects in the Magento backend, a PURGE request is sent to Varnish which results in a slow response time once a customer requests the changed product. The site is then loaded into cache, so that the… Read More »Magento 2 – Serve cached content from Varnish while fetching a new object from the backend to deliver it on the next request

Magento 2.4.3-p3 extension attribute not available in API

I’m trying to add a custom order attribute (BC_Pdfinvoice) and make it available in the Order API response. I created a module and added an extension_attributes.xml file here Vendor/Module/etc/extension_attributes.xml: <?xml version=”1.0″?> <config xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance” xsi:noNamespaceSchemaLocation=”urn:magento:framework:Api/etc/extension_attributes.xsd”> <extension_attributes for=”MagentoSalesApiDataOrderInterface”> <attribute code=”BC_Pdfinvoice” type=”string”/> </extension_attributes>… Read More »Magento 2.4.3-p3 extension attribute not available in API