i have third party of magento2 extension , This make some help for Dropshipping , you can add number of warehouses and each warehouse includes option such as (Products , orders, and so on ) . When user make order it’s appears in general table of orders and if i […]
Magento
After upgrading to Magento 2.4.3-p3 I can’t view any media folders in the storage root when trying to add an image to a cms page. It just hangs with a spinning’ loading’ icon. I’ve read the doc here but i’m not sure if this is the fix or where the […]
I’ve added an attribute to the Customer Addresses: <?php namespace DcCustomerSetup; use MagentoCustomerApiAddressMetadataInterface; use MagentoCustomerSetupCustomerSetupFactory; use MagentoEavModelEntityAttributeSetFactory as AttributeSetFactory; use MagentoFrameworkSetupModuleDataSetupInterface; use MagentoFrameworkSetupUpgradeDataInterface; use MagentoFrameworkSetupModuleContextInterface; class UpgradeData implements UpgradeDataInterface { protected $customerSetupFactory; protected $attributeSetFactory; public function __construct(CustomerSetupFactory $customerSetupFactory, AttributeSetFactory $attributeSetFactory) { $this->customerSetupFactory = $customerSetupFactory; $this->attributeSetFactory = $attributeSetFactory; } public function […]
Already run the setup:upgrade command it’s working fine, but now when I am running the setup:di:compile command, it’s giving the below error message. Repositories code generation… 1/9 [===>————————] 11% < 1 sec 48.0 MiBsyntax error, unexpected token “”, expecting variable#0 /home/site/www/vendor/composer/ClassLoader.php(322): ComposerAutoloadincludeFile() please provide your suggestion and guidelines.
I created a console command to create invoices and shipments for a certain set of orders. The total amount of all affected orders is about 79000. When I execute the command memory consumption is going up linear until out of memory. At about 14k processed orders it was 7.5G. $ […]
Product detail page getting 404 error when store switch. How to redirect this 404 error page to homepage or how to fix 404 error if the product exists in that store
I’m looking for the best reward point system that allow the customer to sign up for it and start collecting point and spend it with his order. I need it to be compatible with Magento 2.4.5p1
We recently had to let our webdeveloper go and dont have a new hire yet. We are experiencing an issue with deleted products continuing to show up in our search bar. We’ve cleared caches and ensured the products are removed. No one here is knowledgeable enough to know what to […]
I have a mobile app connected to magento via rest api. As payment processor I am using Braintree, default payment extension by Gene Commerce. Credit card, google pay works, problem is with Apple pay, because when I try to pay, I get encrypted data back and not sure what to […]