Barracuda – IP block
Is anyone facing issues with Barracuda IP blacklisting? Our multiple IP addresses from our range are being blocked, sometimes even entir… | Read the rest of https://www.webhostingtalk.com/showthread.php?t=1935405&goto=newpost
Is anyone facing issues with Barracuda IP blacklisting? Our multiple IP addresses from our range are being blocked, sometimes even entir… | Read the rest of https://www.webhostingtalk.com/showthread.php?t=1935405&goto=newpost
I’ve created a module to integrate clover payments via fiserv api, and everything works except the refund on credit memo, it only shows me the “Refund Offline” button, but the payment was made online! The config for the method states… Read More »Magento 2.4 only “Refund Offline” on credit memo using custom payment method
I’m trying to view a grid in database but I’m stuck on this error: Es100ProductNotifierModelResourceModelSubscriptionGridSubscriptionModel does not extend MagentoFrameworkDataObject Collection.php <?php namespace Es100ProductNotifierModelResourceModelSubscriptionGrid; use MagentoFrameworkViewElementUiComponentDataProviderSearchResult; class Collection extends SearchResult { protected $_idFieldName = ‘subscription_id’; /** * Collection constructor. * *… Read More »Magento 2 – Model does not extend MagentoFrameworkDataObject
Hello everyone, I recently purchased a 1 TB Storage Box from Hostbrr during their promotional offer. The advertised specs were: 1 TB N… | Read the rest of https://www.webhostingtalk.com/showthread.php?t=1935318&goto=newpost
I am looking for a website host that allows multi domain account. My plan is to host 3 to 4 domains. However, I am not a coder or even great… | Read the rest of https://www.webhostingtalk.com/showthread.php?t=1935311&goto=newpost
I have a client who has two websites with a UK company that use 20i for their hosting. As the sites have had issues for some time and des… | Read the rest of https://www.webhostingtalk.com/showthread.php?t=1934965&goto=newpost
Hi guys, This is my first post in the forum. I’m looking for a web hosting provider with an IP located in M�xico. I have contacted … | Read the rest of https://www.webhostingtalk.com/showthread.php?t=1934876&goto=newpost
First post here after lurking for a while, nice to meet you! In a very odd twist, a major ISP in Spain has decided to block all CloudFlar… | Read the rest of https://www.webhostingtalk.com/showthread.php?t=1934836&goto=newpost
There is 3rd party module that has the class called ExactMatch. public function getExactMatch() { $params = $this->request->getParams(); if (!empty($params[‘q’])) { $sku = strtoupper(urldecode($params[‘q’])); try { $product = $this->productRepository->get($sku); $result = ($product->getStatus() == 1) ? $product : 0; } catch… Read More »Paginator doesn’t work on catalogsearch/result page, site loads all the products; Retrieving SKU and rendering block on frontend
I am currently working on a “Contact Us” page for my Magento website, where users can submit an inquiry form, and the details will be sent to a company email via a PHP script (send-email.php). However, I am unsure where… Read More »Correct Directory for PHP Form Handling Script