Whoops, our bad
it’s been several times that I tried to make magento work but I always have the error page Whoops, our bad and I have tried everything so I am leaving it to you. If you need capture or anything you… Read More »Whoops, our bad
it’s been several times that I tried to make magento work but I always have the error page Whoops, our bad and I have tried everything so I am leaving it to you. If you need capture or anything you… Read More »Whoops, our bad
I tried to customize the Mobile search from label to anchor, but it’s not working. However, I modified the form.min.phtml and form-min.js file as below but still not working. <a title=”Search” class=”label” for=”search” data-role=”minisearch-anchor” href=”javascript::void(0)” > <span ><?php /* @escapeNotVerified… Read More »Customizing the search in Mobile only in Magento 2
Can anybody tell me how Can I use debugger on the Cron. I tried to do many things, but it doesn’t work.
hello I have this layout, and I would like move the block amasty.menu.toggle before items of the menu to have an hamburguer into the same horizontal list menu. I tried this : <move element=”amasty.menu.toggle” destination=”ammenu.top.menu.item” before=”-“> but I always find… Read More »Magento 2 – move block to another using move but not working
I have two websites in my magento admin and I need to add trust boxes in the pages using trust pilot – trust boxes. It is working fine for one website, but when load other website url in the trustpilot… Read More »Refused to connect error in trustpilot for other website in magento 2
I want to convert this customer group dropdown select to a multi-select dropdown in Magento 2.
SW Emarket Multi Vendor MarketPlace Elementor WordPress Theme is the best-selling MagenTech’s item on ThemeForest market. We always try to update this theme regularly as well as bring more homepages for customer’s selection This theme is suitable for the multi… Read More »eMarket – All-in-One Multi Vendor MarketPlace Elementor WordPress Theme Added Homepage 46
Can someone help & explain to me what does escapeUrl is deprecated mean? What I need to do for the changes? thanks <?= /* @escapeNotVerified */ $item->getQtyOrdered() ?> x <a href=”<?= $block->escapeUrl($productUrl) ?>”><?= /* @escapeNotVerified */ $block->getProductName($item->getProductId()) ?></a>
I have a store with MSI and I have bundled products, also I have disabled the option to show out-of-stock products. But when one of the simple products that compound the bundle doesn’t have stock the bundle appears out of… Read More »Bundle products are showing without stock even if I disable the option to show out of stock products
I’m getting the below error: [2022-09-20T20:10:16.753904+00:00] main.CRITICAL: Error: Call to a member function isSaleable() on null in C:xampphtdocsmagento2vendormagentomodule-catalogviewfrontendtemplatesproductlistaddtocompare.phtml:32 and the line 32 was contain a code: <?php if ($product->isSaleable() && $block->isRecurringEnable($product)): ?> also the $product contains: public function getProduct() {… Read More »Error: Call to a member function isSaleable() on null