Multi-channel, multi-source inventory, order dispatcher?

Is there a solution that allows you to setup rules and then decides to dispatch certain orders from certain sources?

For example, we want to store some inventory at Amazon FBA, some inventory at our own warehouse. If we receive an order in which all the items are located at Amazon, then we ship from Amazon.

If the order contains items that are not at Amazon, then we will fulfill it from our own warehouse.

So the solution would follow all these rules and automatically direct Amazon to ship.

Also, it would be ideal if this solution would also allow us to sync up products to Amazon, eBay, etc

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

Store vs Website vs Storeview

I am still confused by how to properly set this up. I am running Magneto 2.x.

So I have 3 niches or stores I want to mange under one system. Of the stores one has a multiple language setup.

I want to go into my admin to see all orders for all stores. I don’t care if the cart shares customer logins etc. That’s not no super important.

Let’s say we our niche is clothing so there is:

  • shophome.tld
  • shopbath.tld
  • shopbedding.tld
  • shopfurniture.tld

The default store shophome.tld also has subdomains such as an en-ca version and en-gb version.

Would my website be shophome.tld. Both shopbath.tld and shopbedding.tld and shopfurniture.tld would be Stores. And en-gb and en-ca off of shophome.tld would be store views of that store? Is this correct?

If I attempt to create a StoreView it asks me for the store name which I assume would be it’s way to tag en-ca to shophome.tld. Just trying to confirm the best way to do this and if it was done right?

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

Magento 2 Form Builder & Custom Forms Extension – WebKul

Magento 2 Form Builder allows the merchants to create customized forms for the storefront. Custom Form widget can be inserted on any CMS page supporting multiple input types and fields. This module allows the admin to create a custom form for the e-commerce store. The created form can be added to any page of the webstore.

Visit: https://store.webkul.com/magento2-form-builder.html

submitted by /u/webkul-software
[link] [comments]

[Plugin Request] Brand Page which shows categories that the brand offers

We have a lot of brands that offer products in just a few categories. We want to create customized Brand pages for all of them that automatically show the categories that these brands offer.

A rough example would be

  • Brand Logo
  • Brand Description
  • Categories that the brand has products in
    • On clicking this it should lead to a results page with all the products that the brand has in that category.
  • Featured products from the brand

Is there any way to achieve this with any off the shelf plugins? Is this possible at all?

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

What is TTFB for non-varnish hits supposed to be?

I am getting .9 seconds. My developers said that is fast. My host said that is fast. Sometimes it takes longer like 1.7seconds on certain products.

I am wondering if it is possible to get to .4-.5 seconds.(500ms)? M2

I cannot solely rely on varnish, as ALL varnish gets cleared after every time we update a product (We we do multiple times a day). or a product goes out of stock. We have a 4k product catalog.

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

Products disappear from Category pages and then randomly reappear

Hi All,

As a non-coder, business person I was hoping to get your advice for the following:

Intermittently products disappear from categories through out the day and then re-appear randomly. So far I have seen and had customer complaints from the following categories

1) https://www.artlounge.in/traditional-oil-paints

2) https://www.artlounge.in/watercolour-paint

Yesterday after re-index and re-cache it seems that the problem was fixed hence I can’t even show it to you as a live issue right now.

But this is an issue that is impossible for us to monitor. We can’t have someone checking every single category and sub category page through out the day to see if products are appearing.

Any advice on what I should do or ask my agency to do?

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

How to download required media files for a category or product on demand?

Suppose you got some Magento tasks like: – Re/designing a theme – Modifying a category or product page

In this case, Do you download all the media files?

Even if you decided to download all the media files? – Do you have sufficient storage? – Do you have enough patience to wait for the entire download?

Of course, not. That’s why I have created a utility bash script, which helps developer to quickly download the required images for category or product on demand via tool called “Magento 2 Media Downloader”:
* https://github.com/MagePsycho/magento2-media-downloader-bash-script

INSTALLATION

You can simply download the script file and give the executable permission. curl -0 https://raw.githubusercontent.com/MagePsycho/magento2-media-downloader-bash-script/master/src/m2-media-downloader.sh -o m2-media-downloader.sh chmod +x m2-media-downloader.sh To make it system-wide command (recommended) “` mv m2-media-downloader.sh ~/bin/m2-media-downloader

OR

mv m2-media-downloader.sh /usr/local/bin/m2-media-downloader

“`

USAGE

To display help cd /path/to/magento2 m2-media-downloader --help ![M2 Media Downloader Help](https://github.com/MagePsycho/magento2-media-downloader-bash-script/raw/main/docs/magento2-media-downloader-bash-script-help.png)

Note: You have to run the command from Magento 2 root directory

To download the category images m2-media-downloader --type=category --id=<categoryId>

To download the product images m2-media-downloader --type=product --id=<productId>

To update the script m2-media-downloader --update

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

Customer Service -Magento Commerce

We are switching over to Magento Commerce Q1 of this year. As we work to complete our new site, I’m curious how other companies utilize Magento from a customer service or inside sales perspective? Are there specific customizations you’ve built out or extensions you couldn’t live without?

From quoting, to modifying orders, manual entry or credit card payments. Would really love to hear how customer service or inside sales teams around the world are utilizing Magento Commerce.

We’ve spent the last year building the site, now we’re trying to figure out how we can become more efficient from a process perspective.

What is your team doing or what have you seen that you have found very helpful?

I should also add we use Salesforce for CRM and Hubspot for email marketing.

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

Poor category TTFB performance after 2.4 update caused by list.phtml

Since updating to 2.4 we have some categories with a TTFB of over 2.0 seconds.

After profiling the category pages we found that the Mageplaza/LayeredNavigationPro/view/frontend/templates/type/list.phtml has 35 requests each taking around 400ms.

This 35 figure I imagine is the amount of filterable attributes the category page has.

Even if I disable Mageplaza Layered Nav module even the core list.phtml returns a similar result e.g. 35 requests at about 380ms

Anyone else experienced this? Of course it’s only really an issue with categories that have a high amount of filterable attributes but unfortunately due to what we sell most of our categories have a large number of filter options

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

Change how Magento generates Product Image URLs

Hello!

We are working on a yet-to-be-launched Magento installation. We have roughly 19,000 products with images. We’re using the SIRV CDN to store images, and its extension to add functionality to the product details page. What’s great about this is that we can upload the image to SIRV and it automatically appears on the product details page without having to add it to the product in Magento. SIRV stores the images as https://mangerme.sirv.com/magento/products/{sku}/{sku}.jpg SIRV also creates a json file: https://mangerme.sirv.com/magento/products/01-010.view?info

The problem is, the extension does not override the images elsewhere (category, cart, upsell, etc.) Is there an extension out there that allows us to modify this by specifying a path pattern in the admin panel? If not, would this custom work be difficult?

Just FYI: Not expecting any code here, just fishing for some wisdom. Thanks in advance.

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

Upgraded from Magento CE 2.3.5 to 2.4.3 – 2fa with Google Authenticator keeps asking for the code.

Hi, first post here, I just upgraded Magento to 2.4.3 and I was happy to see the 2fa functionality.

On the first login I got the email and then got redirected to the QR code. I scanned it with the Google Authenticator App and it all went good.

The problem I am facing now is that when I login I get the second factor to enter my code but when I enter it, it reloads the same code page again. I see not error message that the code was rejected.

Any of you faced that problem ?

Thanks for any insight.

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