Import related skus for configurable products

Shop-Version: Magento 2.4.3

I want to import related skus for configurable products.

The csv file has the following heading: sku,related_skus

This is working for simple products but when the sku is a configurable product, the import check shows an error that the product type is not supported.

Do i have to use additional columns for this or is it simply not possible with the standard Magento 2 import function?

Thanks

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

How can we purchase/drop ship multiple items from different vendors and sell them as a kit on our website?

We have been using Netsuite for a couple of months now and we are having loads of problems on the inventory management side.

TL;DR – How can we purchase/drop ship multiple items from different vendors and sell them as a kit on our website.

Currently the purchasing process looks something like this: Customer wants kit XYZ from the front end of our Magento 2.4 Ecommerce website. Customer places the one item kit (XYZ) into their cart and purchases it. We check to see is we have part A, B, and C in stock. Turns out we have A in stock but not B or C, so we drop ship product B from vendor alpha and part C from vendor beta.

XYZ is made up of part A = $9.99 part B = $45.99 and part C =$43.99 which totals to $99.97 With the MAP price being $100 (the price we show on our website and sales order), we can’t use Groups in Netsuite as that will equal $99.97 (yes our vendors care). We also can’t use kits since you can’t put them on a PO. The parts aren’t assembled in any way and as far as I know, assembly items are handled differently by accounting, so that doesn’t work either.

Is there a Netsuite solution to this problem? In my mind, groups would work if we could change the price of the total group and not show the individual pricing on SOs/webpages. Kits would work if we could put them on a PO. Any advice is welcomed!

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

How to Configure Zero Subtotal Checkout in Magento 2

Hello, Magento Buddies!!

When the total of a bill reaches zero, it is considered a zero subtotal checkout. The discount must be applied here in order for the discount to be applied. Zero subtotal checkout must be provided by the admin. Have a look at How to Configure Zero Subtotal Checkout in Magento 2.

Complete Guide by How to Configure Zero Subtotal Checkout in Magento 2

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

How to Get Shipment Information Using SOAP API in Magento 2

Hello, Magento Buddies!!

The courier service provider needs shipping information to deliver the package. Hence, whenever you need to fetch shipping information outside the Magento system, the SOAP API comes in handy. Deep dive into How to Get Shipment Information Using SOAP API in Magento 2.

Complete Tutorial at How to Get Shipment Information Using SOAP API in Magento 2

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

[Question] How to get a survey script working in Magento 2 – Uncaught ReferenceError: Survey is not defined

We have this script from our marketing automation platform:

<bento-survey-form id="old-glade-12345" type="popup" delay="5"></bento-survey-form> 

However after simply adding it into the header we get the error:

Uncaught ReferenceError: Survey is not defined 

We tried fixing this by adding it via

requirejs-config.js

var config = { paths: { Survey: 'V4U_BentoSurvey/js/survey.jquery.min' }, shim: { Survey: { deps: ['jquery'] } } }; 

And also adding the script

<script src="https://unpkg.com/jquery"></script> <script src="https://unpkg.com/[email protected]/survey.jquery.min.js"></script> 

Any help on getting this sorted out would be highly appreciated!

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

Best Scalable ERP with Magento 2?

We have a marketplace eCommerce running on Magento 2. We built that project initially as a prototype to generate some traction to see how things would go. Now it looks very promising that the company decided to invest more in this project and create a separate company for that project.

Because it started as a prototype like I said, everything is a mess right now, most of the process is being done manually, so we thought first things first, we need a powerful and scalable ERP and this is exactly what I am seeking your advice at.

Keypoints about our marketplace business:

– We deal with several partners on a consignment and/or dropshipping basis and every one of them has his own %

– For some products, we have our own stock.

– Partners are located in 5 different countries in the region and each one of them ships to every country in the 5 countries.

– Partners might have multiple locations.

– Every country-to-country has it’s own couriers and its own TAX rules.

– Partners should be able to add their products by themselves (Shall I do this via ERP access or via Magento?)

I am trying to make everyone’s life easier, whether it’s the finance department or the operations team.

Any past experience in that? Advice? Recommendations?

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

Adobe Releases Critical Security Patch for RCE Exploit that Affects All Versions of Magento

The official patch notes with links to download it can be found here.

 

Adobe has released security updates for Adobe Commerce and Magento Open Source. These updates resolve a vulnerability rated critical. Successful exploitation could lead to arbitrary code execution.

Adobe is aware that CVE-2022-24086 has been exploited in the wild in very limited attacks targeting Adobe Commerce merchants.

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