Magento 2.3 – How to connect Multi-Store to Multi-Source Inventory?

We would like to implement a Multi-Store Implementation where one Store is connected to our Main Warehouse for Online orders while the second store runs our POS system and can only debit stock from our Physical Retail Location’s stock.

Is this something that is possible in Magento where we can implement both Multi-Store as well as Multi-Source model so that I run one unified back end but have it debit from a different physical location depending on where the order comes from?

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

Is Multi-Store Mode the default setting in Magento 2?

I just started at my second M2 store as ecommerce manager, and I’ve found that our site is in Multi Store mode. I asked my in-house developer if he knew we were in this mode and he said no and didn’t really know anything about the difference.

In my last store, we discovered we were in Multi Store mode about a year after we upgraded from M1 when I stumbled upon the configuration in Stores > Config > General > General > Single-Store Mode: No. It created problems for us related to the import/export of product data over time, which is why I’m concerned now at the new store where I want to begin doing imports to update large swaths of products.

Does an out of the box Magento 2 install set up with multi-store mode?

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

Can anyone recommend an advanced import/export extension for M2?

Just started at a new store and wanted to get opinions on the best option for a third-party import/export tool. I have experience with Firebear Advanced Import/Export Module at my last store, but it needed a good bit of customization from the developer in order to work right for our use case. Can anyone recommend a solid export/import tool for a run-of-the-mill ecommerce store selling Simple and Configurable products?

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

Free PWA mega menu’s storefront to get familiar with Magento PWA Studio.

Our team at Ubertheme is sharing our work-in-progress PWA Mega Menu’s storefront for free.

Since Magento PWA Studio is a relatively new solution, we do hope the pwa mega menu storefront gives you one option to get started and interact with the Magento PWA Studio technology stack.

You simply pull the source code of PWA Mega Menu storefront from the repo, follow the instruction. Once done, you should have a Magento PWA Studio instance with UB PWA Mega Menu like the following screenshot:

PWA Mega Menu demo: https://static.ubertheme.com/blog/2019/12/ub_pwa_megamenu/menu_column_grid.png

(Please note that the PWA mega menu’s backend remains to be based on our existing mega menu demo instance)

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

What do I still need to regenerate static content in developer mode?

I’ve written this blog post to resolve an issue with symlinks and extensions/themes in Magento (mostly for personal reference). But I’d like to know why it’s required to redeploy static content in development mode. I thought that wasn’t necessary? https://magentowizard.wordpress.com/2020/02/21/path-cannot-be-used-with-directory/

Thanks for any help.

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

Random Fraud Status on Orders

We have a B2B website and all our customers are approved to be on the site. No public or guest checkouts. Typically they all use credit cards. Some of the transactions are being marked as fraud. We don’t know why.

Magento 2 – Fraud Protection is not enabled. I can’t get the orders to go to a pending state or processing state. We have to call the customer and take everything over the phone which is causing delays and backing up customer service.

The credit cards are authorizing and nothing is wrong with the data from the merchant services. How can I stop this?

submitted by /u/bacon-beard-lumber
[link] [comments]

Is there an official Magento 1.x Module Development Reference/Documentation?

Hi people,

I had been selected recently to manage and improve an ecommerce with Magento 1.9 and they asked me to build several custom attribute modules so I figured how to build the basics about, but in the install of the module, I need to know the constants that I can use in “used_in_forms” because several attributes need to be in different forms on the store, but I can’t find any valid reference, just several StackOverflow/Exchange topics with fragments of code where I can find several of those constants but I need all of them…

Any help with that? or since Magento belongs to Adobe, I’ll need to pay the highly expensive certifications? I’ll appreciate.

Thanks in advance!

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

How to Setup Multiple Magento 2 websites/stores with Nginx?

Magento is so flexible that one instance of it can have multiple websites/stores with different languages, domain names, categories, etc. You can configure the websites, stores, and store views in the Magento Admin. You use the

MAGE_RUN_TYPE 

and

MAGE_RUN_CODE 

variables in entry point scripts(index.php), .htaccess or Nginx configuration files(depending upon the webserver you are using) to start the Magento application using these websites or store views.

Continue the full article

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