Importing Backorder status changes

We use a certain extension to update a site. There are a few jobs, the main ones are a big overnight import of product information and another one that runs every 15 mins which imports stock information. They come from different sources, the overnight from headoffice, so to speak, and the stock one from the warehouse. It has all run smoothly enough for a few years now.

The overnight one has a field for “allow backorders” (0, 1, 2), the stock import has a field for “qty” and “out-of-stock-qty”

Recently the client has noticed discrepancies in the backorder functionality. If they change a product to allow or disallow backorders, this information does not get imported into the site database.

On advice from the extension I have tested importing a qty with the overnight import, and then the backorder field got updated. However afaik this information is not available to the creators of the overnight import so I’m not sure this is an option.

I suppose my question is, is this standard Magento behaviour does anyone know? or is it likely a quirk of the import extension? Is it something that may have changed with recent versions of Magento as we don’t recall this happening before though maybe it did and just nobody noticed till now? Just wondering really so we can see where to go next. Thanks!

ETA:Magento version 2.4.5 p4 and uptodate extension verion too

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

Magento 2 for Checkout only?

Hi there! Now this might seem absolutely insane… but is it possible to have Magento be used for its checkout / order process only? Not even a product catalogue.

For example, rather than having our entire product catalogue imported into Magento, when a customer wishes to add a product to their cart, we then create a new temporary product in the catalogue, add it to the users cart, let them proceed with the order, then eventually removing that temporary product from the catalogue.

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

Magento as a beginner

I have quite a bit of experience with WordPress and some with WooCommerce but I’ve been asked to look into Magento for a client. They have an existing setup using Braintree as a payment processor. They want to move to Pin Payments instead.

I understand there are two Magento versions. One open source and the other an enterprise version. I am not sure which he is using.

I have done some development work with WordPress and WooCommerce so I know my way around PHP. However none with Magento.

I guess what I am asking is are there likely to be any issues with just swapping out Braintree plugin and swapping in Pin Payments? For example does Braintree store transactions inside of Magento or as a cloud service? If I uninstall Braintree are those transactions lost?

I am looking at the integrations on this page: https://pinpayments.com/integrations/magento

Has anyone had any experience with any of them?

Thanks

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

Gitlab authentication when patching?

I am patching a Magento 2 installation and getting asked for authentication for

https://brippo.gitlab.ebizmarts.com/ (sagepay extension)

Installing dependencies from lock file (including require-dev)

Package operations: 4 installs, 111 updates, 1 removal

- Syncing ebizmarts/brippo-payments (100.1.24) into cache

Authentication required (brippo.gitlab.ebizmarts.com):

Username: [email protected]

Password:

[RuntimeException]

Failed to execute git clone --mirror -- 'https://acc...net:m4g...%2A@brippo

.gitlab.ebizmarts.com/ebizmarts/brippo-payments.git' '/home/website/.cache/

composer/vcs/https---brippo.gitlab.ebizmarts.com-ebizmarts-brippo-payments.

git/'

Cloning into bare repository '/home/website/.cache/composer/vcs/https---bri

ppo.gitlab.ebizmarts.com-ebizmarts-brippo-payments.git'...

remote: HTTP Basic: Access denied. The provided password or token is incorr

ect or your account has 2FA enabled and you must use a personal access toke

n instead of a password. See https://brippo.gitlab.ebizmarts.com/help/topic

s/git/troubleshooting_git#error-on-git-fetch-http-basic-access-denied

fatal: Authentication failed for 'https://brippo.gitlab.ebizmarts.com/ebizm

arts/brippo-payments.git/'

I tried our usual ebizmarts log in that we use for extensions etc but it didn’t work. Is there something else I should be using? I don’t recall getting this on previous patches.
ETA – I have emailed them but no word yet and I was scheduled to get this done today, so just wondering, thanks

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

Error in 2.4.2 / 2.4.4 : no such entity

Hello ! Since 4 days my 2.4.2 and 2.4.4 test envs are experiencing strange issues and I’m looking for more infos.

The main error is my checkout page showing errors like “no such entity CustomerId=342” when the customer is logged in. If I m looking at the DB, this user exists.

Something weird is that this error happened on 2 envs that do not have same code versions and the error seems having appeared at the same time !

Their only common aspect is the same mariadb instance on azure…

Is it possible that a lack of db performance or a module problem (seems that the vertex module could be involved) could lead to this ?

Thanks for your infos !

submitted by /u/No-Appointment-3446
[link] [comments]