Skip to content

mageplaza

Auto Added by WPeMatico

finding this issue Call to a member function renderAmount() on false in

finding this issue Call to a member function renderAmount() on false in /var/www/html/fccstgdec/vendor/magento/module-catalog/Block/Product/View/Options/AbstractOptions.php:206 currently we are using Magento version 2.4.7 and Mageplaza One Step checkout version 4.3.3 and Stripe payment gatway version 4.3.1 Please review all conditions and suggest for… Read More »finding this issue Call to a member function renderAmount() on false in

Mageplaza Call to undefined method getCollectionClone()

I am encountering the following problem with Magento and the Mageplaza plugin: Call to undefined method MagentoCatalogSearchModelResourceModelFulltextCollectionInterceptor::getCollectionClone() at /app/app/code/Mageplaza/LayeredNavigation/Model/Layer/Filter/Price.php:179)” This is the code snippet in the Price.php file: /** @var Collection $productCollection */ $productCollection = $this->getLayer()->getProductCollection() ->getCollectionClone() ->setGetAllData(true) ->removeAttributeSearch([‘price.from’, ‘price.to’])… Read More »Mageplaza Call to undefined method getCollectionClone()

Parse error: syntax error, unexpected ‘RewriterInterface’ (T_STRING), expecting function (T_FUNCTION) or const (T_CONST) in …Delegator.php on line27

Magento ver. 2.4.5-p1 PHP 8.1 Smartwave Porto theme I am trying to install the Mageplaza Multiple Shipping Flat Rates extension via composer by running the following command: composer require mageplaza/module-multi-flat-rates But it gives me this Error: Parse error: syntax error,… Read More »Parse error: syntax error, unexpected ‘RewriterInterface’ (T_STRING), expecting function (T_FUNCTION) or const (T_CONST) in …Delegator.php on line27

Do all 3rd party extensions need to be installed via composer or can I install 1 via FTP and others through composer?

Magento ver. 2.4.5-p1 Smartwave Porto theme I am trying to install the ‘Multiple Shipping Flat Rates’ extension from Mageplaza as per a recommendation here: Easiest way to add a second flat rate shipping method on Magento 2? I’ve gone through… Read More »Do all 3rd party extensions need to be installed via composer or can I install 1 via FTP and others through composer?