Which is the good for newbie site hosting provider?
I write blog posts and want to find a company that can give me a good place to host my website…. | Read the rest of https://www.webhostingtalk.com/showthread.php?t=1910942&goto=newpost
I write blog posts and want to find a company that can give me a good place to host my website…. | Read the rest of https://www.webhostingtalk.com/showthread.php?t=1910942&goto=newpost
I need always-on php/mysql for product DRM activation and verification. Also need WP (low traffic, no e-commerce). I am not an IT expert… | Read the rest of https://www.webhostingtalk.com/showthread.php?t=1910909&goto=newpost
If you’ve used/worked with Froge.Host, what did you think? I’m looking for a replacement for HostMantis (they keep locking me out of serv… | Read the rest of https://www.webhostingtalk.com/showthread.php?t=1910941&goto=newpost
I am trying to send emails programmatically on Magento 2.4.4-p5 using the TransportBuilder, but I get an exception: Area code is not set, even if I set it under the setTemplateOptions method. This is the content of my custom method… Read More »“Area code is not set” when trying to send emails
I have an Product Attribute with following values : https://prnt.sc/u8JrDsg_noG0 now when I am trying to import with that : https://prnt.sc/jyArfXbh5Ezs It gives me error : https://prnt.sc/ZoE3kIJhqB3a It consider Pipe sign as a separator, so it gives me error in… Read More »Import Product With Pipe Sign as configurable_variations
my backend is magento 2 with graphql and in front-side we are using next js so my problem is for on every request in api response set-cookie header gives different PHP session id but i have to maintain the same… Read More »Every api request session id is changing
We are experiencing an issue with one of the store PDP page, where the currency sign is not showing after the page loads. During PDP page loading, the currency symbol is displayed, but after successful loading, only the price is… Read More »Experiencing a problem with currency loading on PDP page
I’ve created an extension , while visiting magento.com/rest/V1/wishlist/1/2 it throws error. here are my files – di.xml <?xml version=”1.0″ ?> <config xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance” xsi:noNamespaceSchemaLocation=”urn:magento:framework:ObjectManager/etc/config.xsd”> <preference for=”YourCompanyWishlistWebServiceApiWishlistManagementInterface” type=”YourCompanyWishlistWebServiceModelWishlistManagement” /> </config> webapi.xml <?xml version=”1.0″ ?> <routes xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance” xsi:noNamespaceSchemaLocation=”urn:magento:module:Magento_Webapi:etc/webapi.xsd”> <route url=”/V1/wishlist/:customerId” method=”GET”> <service class=”YourCompanyWishlistWebServiceApiWishlistManagementInterface”… Read More »Request does not match any route error Magento 2 API
I have been searching how to export the Orders csv that is found in Orders Grid, I have not found anything regarded to that. This is the only file I have found about exporting orders to csv. /var/www/html/emall_dev/vendor/magento/module-reports/Test/Unit/Controller/Adminhtml/Report/Customer/ExportOrdersCsvTest.php But it’s… Read More »Magento 2 export orders grid csv programmatically
Magento 2.4.2 Lets say I have a qty of 1 for product X. Now when I try to put a qty of 10 of product X to the cart, the message “The requested qty is not available” is NOT shown.… Read More »“The requested qty is not available” not always shown?