M2 Devs on the bench

We had a project finish up and we have some M devs that are gonna be hitting the bench. They’re from E. Europe (Ukraine/Poland). Just trying to set them up with some projects so they can maintain.
All Sr. level, some certified, English ranges from Intermediate – upper intermediate
Ideally Full-time loading, but PT would work

Happy to answer any questions, discuss in private their experience, share CV’s etc.

I hope everyone has a great day!!

submitted by /u/The4threalm
[link] [comments]

Translation on root script

is it possible to translate string on root script? i am trying the ff but have no luck

<?php
ini_set('display_errors', 1);
ini_set('display_startup_errors', 1);
ini_set('memory_limit', '5G');
error_reporting(E_ALL);
use Magento\Framework\App\Bootstrap;
require __DIR__ . '/../app/bootstrap.php';
$params[\Magento\Store\Model\StoreManager::PARAM_RUN_CODE] = 'no';
$params[\Magento\Store\Model\StoreManager::PARAM_RUN_TYPE] = 'store';
$bootstrap = \Magento\Framework\App\Bootstrap::create(BP, $params);
// $bootstrap = Bootstrap::create(BP, $_SERVER);
$objectManager = $bootstrap->getObjectManager();
$state = $objectManager->get('Magento\Framework\App\State');
$state->setAreaCode('frontend');
$storeId = 4;
$emulation = $objectManager->create(\Magento\Store\Model\App\Emulation::class);
$emulation->startEnvironmentEmulation($storeId, \Magento\Framework\App\Area::AREA_FRONTEND, true);
echo __('Text');
$emulation->stopEnvironmentEmulation();

submitted by /u/LingonberryGreedy590
[link] [comments]

Hide Shipping Methods based on Shipping ZIP Code

I have a customer that is sending gift baskets to volunteers within their school district. The volunteers can pick their gift basket online and if they ship to a ZIP code within the school district, it should enable the shipping method (and show that shipping is free). If their ZIP code is outside of the school district, then they cannot place the order. Any idea of how to do this? I don’t want to install an extension for something like this if I don’t have to.

submitted by /u/TruePrinceOfWales
[link] [comments]

Magento 2 Luma – Limited Number of Color Swatches?

We are abandoning our custom magento theme as it was broken beyond belief. Going to use Luma as its got most of the features we need out of the box.

We finally using color swatches for our apparel, and our developers are saying we are limited to 100 color swatch shades. Is there any way to increase that amount? We have like 150 shades of colors that we’d like to utilize for our apparel.

submitted by /u/jschligs
[link] [comments]

Magento is almost dead… will MageOS and Hyvä save Magento?

I am highly concerned about Magento future. Personally, I think it was set to death. I saw with my own eyes so many talented community members leaving the platform as well as countless Magento stores being migrated to Shopify/BigCommerce.

However, the birth of MageOS and Hyvä kinda of oxygenated the ecosystem. It seems the very last breath.

– Will it still worth it to continue to invest in the Magento ecosystem as a developer?

– Do you think Magento will be a thing within the next 7-10 years from now?

– What are your guesses about how the next years will look like?

Appreciate your time to responde to these questions and the use of your critical thinking. Thank you so much. John.

submitted by /u/jdoe78998
[link] [comments]

Magento 2.4.4 CE – Import (add/replace) an existing product with 0 quantity does not increase salable quantity.

Hi all,

Since I upgraded to 2.4.4 I’ve been doing tests and I noticed something that seems like a bug. If you have an existing product with its current qty at 0 and you try to upload a CSV with just SKU & qty headers, the quantity after the import will be updated but not the salable quantity.

If I import a new product it will work and it will also work with an existing product with qty > 0.

I thought it was because of the upgrade so I tested the same thing on a vanilla install with sample data and got the same behaviour.

Any insights would be appreciated.

Thanks

submitted by /u/LouqueB
[link] [comments]

Anyone with a Magento test server I can connect API to for testing?

Does anyone have a test server online with magento? I need to connect to API for one day to test orders. I just need to see if it will download pending orders + send tracking numbers after I fulfill them via shipping software. Very quick work I need to test. Let me know if you have Magento setup that I can connect to your API key for testing.

submitted by /u/saveneur
[link] [comments]

Provide Mobile App a pdf file which require authorization

Hi everyone, i have a requirement for providing a pdf file(invoice) for mobile app to download and view.

Context: we are server side where provide API for Mobile App. In the app, we have a feature that user can download invoice as pdf file.

Question: how to properly do that? We was about to generate the file and host in our server and provide url but this doesnt work because we can not authorise which User able to download it(we dont want that file is public access).

Do you have any idea for this?

submitted by /u/noobiesofteng
[link] [comments]