For those of you looking to break into the world of web development with your first dev job, the amount of things you are expected to know can be overwhelming: HTML, CSS, JavaScript, version control, build tools, frameworks, the command line. The list goes on … But never fear! In […]
Blog
I’m preparing my server, I have to choose a performance plan, independent of the hosting provider, which plan makes more sense to a Magento 2 store? General Purpose High-performance virtual machines with a good balance of memory and dedicated hyper-threads from best in class Intel processors. A great choice for […]
For an application, this functionality is needed To Set default shipping and billing address on checkout page magento 2 and show selected on frontend.
In M2, is there a way to have a single coupon code for free shipping on the entire cart AND a free gift with purchase? I cannot get free shipping to work with the code if are also offering a GWP.
ReflectionException: Class MagentoFrameworkAppHttpInterceptor does not exist in /var/www/html/webstore-01.family.qa/public/vendor/magento/framework/Code/Reader/ClassReader.php:26 Stack trace: #0 /var/www/html/webstore-01.family.qa/public/vendor/magento/framework/Code/Reader/ClassReader.php(26): ReflectionClass->__construct(‘MagentoFramewo…’) #1 /var/www/html/webstore-01.family.qa/public/vendor/magento/framework/ObjectManager/Definition/Runtime.php(54): MagentoFrameworkCodeReaderClassReader->getConstructor(‘MagentoFramewo…’) #2 /var/www/html/webstore-01.family.qa/public/vendor/magento/framework/ObjectManager/Factory/Dynamic/Developer.php(48): MagentoFrameworkObjectManagerDefinitionRuntime->getParameters(‘MagentoFramewo…’) #3 /var/www/html/webstore-01.family.qa/public/vendor/magento/framework/ObjectManager/ObjectManager.php(56): MagentoFrameworkObjectManagerFactoryDynamicDeveloper->create(‘MagentoFramewo…’, Array) #4 /var/www/html/webstore-01.family.qa/public/vendor/magento/framework/App/Bootstrap.php(235): MagentoFrameworkObjectManagerObjectManager->create(‘MagentoFramewo…’, Array) #5 /var/www/html/webstore-01.family.qa/public/index.php(38): MagentoFrameworkAppBootstrap->createApplication(‘MagentoFramewo…’) #6 {main}
What I would like to achieve is to have the invoice number defined as so: YYYYMMDDD Where YYYY represents the current year, MM the current month and DDD the number that increments for each invoice. The issue is that I don’t know how to automatically reset the three digits at […]