Blogs in slider
I’m using Mageplaza blog extension to create blogs, now I need to show those blogs in a slider, What I have to do? I’m new to Magento. thank you.
I’m using Mageplaza blog extension to create blogs, now I need to show those blogs in a slider, What I have to do? I’m new to Magento. thank you.
Iam running magento2 2.3.5 and i want to make trigger in db between those table which will showing in following : this is a table names dropship_order include 9 column each column will generate from different table such as order_id… Read More »how to create trigger in db magento2
I have got 2 rewrite rules which work, but pub/ is added to the url when i dont want that. I add the rules to pub/.htaccess. If i add them to the .htaccess in the magento root, nothing happens. The… Read More »htaccess rewrite rule magento 2.4.5 prepends pub/
for my Magento site marketing I use backlink,so some backlinks are right and some others are not not ok I need to block my site access from unknow sites backlink. i used htacces code but that not working # ———————————————————————-… Read More »How can i check Magento site request comes from other unknown website in Magento 2?
Hello and thank you for any assistance with this. I have tried many things to make this work but nothing has worked so far. I have tried every solution on this page: Magento 2.2.3 – Remove price from select field… Read More »Magento 2.4.5p1 Remove Price From Custom Product Options Drop Down – No Solution Working
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… Read More »auto assign order to warehouse
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)… Read More »How to store the data of a “used_in_forms” attribute in the Checkout?
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… Read More »No media folders in storage root
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… Read More »How to stop huge memory consumption when iterating over large amount of orders?
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… Read More »Upgrading magento 2.3.6 to 2.4.5 its running in php8.1