Questions tagged [extensions]
Denotes a question about developing and integrating extensions
1,475 questions
0
votes
1
answer
52
views
Lost Access to Custom Payment Gateway Account in Magento Admin – Need Help Regaining Access
We developed a custom payment gateway integration for Magento, but we've lost access to the connected account within the Magento Admin. We’re now unable to manage or update the plugin.
We’ve tried ...
0
votes
0
answers
29
views
WhatApp Chat Extension With Current Page URL
How can I get current page Url with any msg from visitors on my website? Please help to get solutions.
0
votes
1
answer
65
views
How can I install Google Tag Manager in Magento 2.4 PWA (Venia Theme)?
I'm having trouble finding a Google Tag Manager extension that works properly with Magento 2.4 and is also compatible with the Venia PWA theme. Most of the modules I’ve found either don’t support PWA ...
0
votes
1
answer
64
views
How to customize/override magento2 extension
We are tried to customize/override the extension template file. we want to override below extension and its originale path is
html/app/code/VedndorName/Marketplace/view/frontend/templates/product/add....
1
vote
1
answer
127
views
Trait Function override not working magento 2
I am using third party plugin Cart2Quote and I am trying to override prepareTemplate function in my custom module Xyz/Plugin.
Here is the file from where I want to override function :
<?php
/**
* ...
0
votes
1
answer
49
views
Advance Search Option looking for Magento 2 Website
In the market, various Magento plugins are available for the website search option, but I am not sure which is good. We are looking for a Search facility like Wallsandfloors.
Expected behavior
Web ...
0
votes
2
answers
44
views
Magento 2 : Saved data not in DB after throw new LocalizedException
save some records to DB and after throw LocalizedException, the saved data does not show in the table. auto increment ID is assigned
$data = [
'sku' => $f_sku,
'user' => $...
0
votes
1
answer
237
views
Firebear Import/Export won't read all rows of the given CSV file on import
I am attempting to import products from a CSV file containing 7763 products, but only 6459 rows are being checked. I can confirm that products are being left out through the products page on the ...
0
votes
2
answers
378
views
There are no commands defined in the "setup:cron" namespace after upgrade to Magento 2.4.6-p3
After upgrading to magento 2.4.6-p3 in system.log and cron.log it is generating same error daily i.e -
main.ERROR: There are no commands defined in the "setup:cron" namespace.
Did you mean ...
0
votes
1
answer
293
views
Compilation from source: LESS file is empty:
I have upgraded my magento version from 2.4.0 to 2.4.6-p3 and in exceptions.log file i am continuously getting one error i.e
main.CRITICAL: Magento\Framework\View\Asset\ContentProcessorException: ...
1
vote
3
answers
639
views
Facing issue in composer.json file for an extension
I have mentioned in my one of extension in composer.json. Could anyone tell what does it mean. I think it means that the php version should be greater than 7.4.0 but less than 8.2.0 but when i ...
0
votes
2
answers
150
views
Aschroder_SMTPPro - need this one for magento 2
i want Aschroder_SMTPPro for magento 2 and wants to know weather it will be hyva compactible or not?
0
votes
2
answers
754
views
Header Logo is not displaying after upgrading to magento 2.4.6
I have my custom theme in magento and in that theme in header the logo is uploaded. The logo is already uploaded there with correct path but still magento default logo is displaying after upgrading to ...
1
vote
1
answer
257
views
Cannot instantiate abstract class Magento\Framework\Data\Collection\AbstractResource
I am getting this error on my homepage after upgrading my Magento version from 2.4.0 to 2.4.6.
Error: Cannot instantiate abstract class
Magento\Framework\Data\Collection\AbstractResource in
/home/...
1
vote
1
answer
68
views
main.CRITICAL: Class block does not exist error in log files but extension works?
I have a working extension that show reviews, but sometimes there's an error in the system.log file, and I don't know why?
var/log/system.log:
[2023-10-26T11:20:42.925466+00:00] main.CRITICAL: Class &...