Recipe for creating subscriptions orders using only the API

Hi all, I’m using Magedelight’s Subscription Now Pro to allow for recurring subscription orders but it’s cron based order processor has no sense of “bundling”. That is, if a single customer orders subscribes to two products at the same time (with the same frequency) two different subscription profiles are created (one for each product) and …

Where to find a Magento Architect

Looking for new and creative was to reach the Magento community for a specific role Iā€™m hiring for. As a Magento dev / Architect, where do you go to see new opportunities other than LinkedIn for North American roles? submitted by /u/Interesting_Gain_980 [link] [comments]

PSA: Not all REST API endpoint adhere to the siteview scope in URL

TLDR: Not all REST API endpoints adhere to the siteview scope you can set in the URL. The Magento dev’s won’t fix this bug, but also do not specify which REST API endpoints are affected by this bug. ā€‹ Long version: A few weeks ago, we upgraded to Magento 2.4.3-p1. To our suprise, the bundle …

Bulk updating multi-select product attributes without clearing previous selections

Does anyone have a solution for bulk updating a multi-select attribute for products without wiping any attribute values that were selected already (which differs between products)…? It seems to be a pretty big oversight to have not made this actually usable. The only way would be to select all products that you want to make …

What happens if I redirect the HTML URL to the non.html url?

Hi Friends, Basically, I am working on an eCommerce site. It has huge pages with Html extensions, and I want to redirect them to non-HTML pages. I did it but was unable to update its canonical tags. That’s why I removed all redirection. Anyone can share their experience on this topic for the Magento site. …

how to setup a remote project locally and setup:install vs setup: upgrade

Usually when I’m setting up a project from remote server i do the following: 1 get the db dump and put it on my local db 2 composer install For here all is good but something is confusing me in the next step Usually my step 3 is bin/Magento setup:install –sompe-param …. But i sometimes …