How to check installed extensions on database magento 2
I need to check installed module on database table I hope your help Thanks Thomas
I need to check installed module on database table I hope your help Thanks Thomas
Magento 2 PWA: The Future of Mobile E-Commerce Experiences As mobile shopping continues to dominate the e-commerce landscape, businesses need innovative solutions to meet evolving customer expectations. Progressive Web Apps (PWAs) are emerging as game-changers, and Magento 2 PWA leads… Read More »Do you think Magento 2 PWA is the future of ecommerce? [closed]
I have a Magento 2 store selling phones and phone accessories. When customers search for “iPhone”, the search results randomly show a mix of iPhones and accessories. I want to prioritize the actual iPhone products (in category ID: 123xx) to… Read More »Prioritize Main Products Over Accessories in Search Results
HOT: Happy Lunar New Year 2025! Big Offer UpTo 50% OFF Storewide
A few days ago one of my hosts announced an “emergency server migration”….not unusual in the hosting world, and everything… | Read the rest of https://www.webhostingtalk.com/showthread.php?t=1933977&goto=newpost
We have a previous Magento install that’s made the upgrades through CE1.9 to 2.1 to currently 2.3.5, and we are planning on revamping everything, so starting with a fresh install of (most likely) CE2.4.6 (in hopes most extensions are updated… Read More »Best method to transfer customer data to fresh install
<?php /** * @package Bliss_PricePerCustomer * @author Bliss Web Solution Pvt. Ltd * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) * @copyright Copyright (c) 2025 Bliss Web Solution Pvt.Ltd (https://www.blisswebsolution.com/) */ namespace BlissPricePerCustomerPluginModel; use MagentoCustomerModelSession; use BlissPricePerCustomerModelCustomerPriceProdcut; use MagentoFrameworkAppConfigScopeConfigInterface; use… Read More »In Magento 2, I used the code below, but when I enabled the FPC the custom price for the product was not updated before adding it to the cart product
We’re using Magento CE 2.4.6, and we’re looking for implementing slave-master scheme to make our infrastructure more robust and faster. I know this implementation exists on the Magento 2 Entreprise Edition. Is it dangerous to implements this kind of architecture… Read More »Is slave – master model dangerous through Magento 2 CE?
I know anonymous nameservers and hostnames are generally for reseller packages, does anyone know of any reputable shared providers who offer… | Read the rest of https://www.webhostingtalk.com/showthread.php?t=1933864&goto=newpost
I’ve an extension which adding an extra fee for specific payment method. It’s appear in a row like shipping cost ( ex: extra fee – $5 ). What I’m looking for is to update the subtotal directly if there is… Read More »Update subtotal include extra fee