Falcon eccomerce acceleator
I want to gather information about the Falcon eCommerce accelerator. Can anyone know how it works, how we can see a demo or reference website, and what the differences are between default Magento and this solution?
I want to gather information about the Falcon eCommerce accelerator. Can anyone know how it works, how we can see a demo or reference website, and what the differences are between default Magento and this solution?
I am pulling files from 3rd party server using apis and generating pdf files. My code is some thing like this. I Will update the sample code to explain my approach. foreach ($fileData[‘dataDocuments’][‘items’] as $document) { //API Call $urlToGetData =… Read More »Issue in creating pdf using fileFactory->create() in magento 2
Can anyone help? Should create a block without cache
This looks like it has similar questions asked about it, but nothing recent, and I cant believe a platform the size of magento can’t handle this – unless I’m missing something obvious in my site configuration. We are a B2B… Read More »Configuration steps to Allow Backorders AND Filter for In Stock/Out of Stock Items
<?php namespace RavedigitalCustomModel; use MagentoShippingModelRateResult; /** * Class Checker * * @category Ravedigital * @package Ravedigital_Custom */ class Carrier extends MagentoFedexModelCarrier { /** * Parse calculated rates * * @param string $response * @return Result * @link http://www.usps.com/webtools/htm/Rate-Calculators-v2-3.htm * @SuppressWarnings(PHPMD.CyclomaticComplexity)… Read More »Call to an undefined method MagentoQuoteModelQuoteAddressRate::setCost()
Could anyone help to solve the matter -> in magento 2.4.6 at checkout page for pincode changes and if the custom shipping method is enable the AJAX call to “estimate-shipping-methods” does not trigger.
Hello everyone, Hope you’re all doing well. We are seeking some advice regarding the optimal server configuration for managing 100+ cPane… | Read the rest of https://www.webhostingtalk.com/showthread.php?t=1915529&goto=newpost
Hello, I have a problem. The fact is that I am looking for hosting for a highly specialized topic – a site for adults. It is extremely diffi… | Read the rest of https://www.webhostingtalk.com/showthread.php?t=1915570&goto=newpost
I have created a custom sorting option distance in magento 2.4.3-p1 and sort the collection with custom sorted entity ids di.xml `<type name=”MagentoCatalogModelConfig”> <plugin name=”catalog_config_plugin” type=”SunarcNearByProductPluginConfig” /> </type>` <preference for=”MagentoCatalogBlockProductProductListToolbar” type=”SunarcNearByProductBlockCatalogProductProductListToolbar” /> <type name=”MagentoElasticsearchModelResourceModelFulltextCollectionSearchCriteriaResolver”> <plugin name=”ajourquin_unset_es_order” type=”SunarcNearByProductPluginElasticsearchModelResourceModelFulltextCollectionSearchCriteriaResolver” /> </type> appcodeSunarcNearByProductPluginconfig.php… Read More »Magento 2.4.3-p1 custom sort by option with custom entity id not working
I updated from 2.4.4 to 2.4.6, everything seems good, except for the checkout. It seems that the customer addresses are not loaded correctly. https://i.imgur.com/rZKZLs1.png When I go on to the next step, the addresses are also empty: https://i.imgur.com/bBDNVSd.png I checked… Read More »Address empty in checkout after updating to 2.4.6?