How to separate backend code in Magento 2?Speeding up magento backend (now slow)magento backend user role assigned fieldRegistration and sent coupon codeUsing Magento as backend ONLY for websitehow to expand the view “order” in magento backend?Magento 2 backendIs there any way to modify the magento php code (backend)?How many Facebook Pixel Code can you have in Magento?Unable to add product attribute using backend (Magento 2.3)Magento 2 Upgrade error Backend is not opening
What size of powerbank will I need to power a phone and DSLR for 2 weeks?
What reason would an alien civilization have for building a Dyson Sphere (or Swarm) if cheap Nuclear fusion is available?
Why do textbooks often include the solutions to odd or even numbered problems but not both?
How do I professionally let my manager know I'll quit over smoking in the office?
Do I have any obligations to my PhD supervisor's requests after I have graduated?
Helping ease my back pain when I'm studying 13 hours everyday, even weekends
How to draw this center trajectory of rolling ball?
What did River say when she woke from her proto-comatose state?
Can Ogre clerics use Purify Food and Drink on humanoid characters?
Minimum distance between holes in inner tube
Greeting with "Ho"
What was the Shuttle Carrier Aircraft escape tunnel?
What is the origin of Scooby-Doo's name?
Inaccessible base class despite friendship
Can White Castle?
Has there been any indication at all that further negotiation between the UK and EU is possible?
JSON selector class in Python
Is it illegal to withhold someone's passport and green card in California?
Why don't countries like Japan just print more money?
Do I have to explain the mechanical superiority of the player-character within the fiction of the game?
How to avoid voltage drop when using full bridge rectifier as reverse polarity protection
"How can you guarantee that you won't change/quit job after just couple of months?" How to respond?
How do I turn off a repeating trade?
How can I politely work my way around not liking coffee or beer when it comes to professional networking?
How to separate backend code in Magento 2?
Speeding up magento backend (now slow)magento backend user role assigned fieldRegistration and sent coupon codeUsing Magento as backend ONLY for websitehow to expand the view “order” in magento backend?Magento 2 backendIs there any way to modify the magento php code (backend)?How many Facebook Pixel Code can you have in Magento?Unable to add product attribute using backend (Magento 2.3)Magento 2 Upgrade error Backend is not opening
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I have multiple clients that need their stores to behave differently i.e. additional fields for orders, different ways of saving data etc. etc. Is it possible with Magento 2 to write for example a different controller for submitting the order within 2 storefronts? So client A and client B have have their own CheckoutController? Is that level of code separation available in Magento 2.x or do you need to have a different codebase for each client?
magento2.3 backend code
New contributor
add a comment |
I have multiple clients that need their stores to behave differently i.e. additional fields for orders, different ways of saving data etc. etc. Is it possible with Magento 2 to write for example a different controller for submitting the order within 2 storefronts? So client A and client B have have their own CheckoutController? Is that level of code separation available in Magento 2.x or do you need to have a different codebase for each client?
magento2.3 backend code
New contributor
add a comment |
I have multiple clients that need their stores to behave differently i.e. additional fields for orders, different ways of saving data etc. etc. Is it possible with Magento 2 to write for example a different controller for submitting the order within 2 storefronts? So client A and client B have have their own CheckoutController? Is that level of code separation available in Magento 2.x or do you need to have a different codebase for each client?
magento2.3 backend code
New contributor
I have multiple clients that need their stores to behave differently i.e. additional fields for orders, different ways of saving data etc. etc. Is it possible with Magento 2 to write for example a different controller for submitting the order within 2 storefronts? So client A and client B have have their own CheckoutController? Is that level of code separation available in Magento 2.x or do you need to have a different codebase for each client?
magento2.3 backend code
magento2.3 backend code
New contributor
New contributor
New contributor
asked Jun 13 at 14:27
DagmaraDagmara
1
1
New contributor
New contributor
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Different codebase.
In a multi site scenario magento has only been Designed where different storefronts share functionality but have different configurations such as catalog or payment and shipping.
However if you start to break this up into separate journeys will need a lot of custom code.
Eventually you will reach a point where you wish you have separate stores as changes on one inadvertently affect the other.
I've seen things like this
https://store.webkul.com/magento2-multi-vendor-marketplace.html
But I dont think that's what you want
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "479"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Dagmara is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f278271%2fhow-to-separate-backend-code-in-magento-2%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Different codebase.
In a multi site scenario magento has only been Designed where different storefronts share functionality but have different configurations such as catalog or payment and shipping.
However if you start to break this up into separate journeys will need a lot of custom code.
Eventually you will reach a point where you wish you have separate stores as changes on one inadvertently affect the other.
I've seen things like this
https://store.webkul.com/magento2-multi-vendor-marketplace.html
But I dont think that's what you want
add a comment |
Different codebase.
In a multi site scenario magento has only been Designed where different storefronts share functionality but have different configurations such as catalog or payment and shipping.
However if you start to break this up into separate journeys will need a lot of custom code.
Eventually you will reach a point where you wish you have separate stores as changes on one inadvertently affect the other.
I've seen things like this
https://store.webkul.com/magento2-multi-vendor-marketplace.html
But I dont think that's what you want
add a comment |
Different codebase.
In a multi site scenario magento has only been Designed where different storefronts share functionality but have different configurations such as catalog or payment and shipping.
However if you start to break this up into separate journeys will need a lot of custom code.
Eventually you will reach a point where you wish you have separate stores as changes on one inadvertently affect the other.
I've seen things like this
https://store.webkul.com/magento2-multi-vendor-marketplace.html
But I dont think that's what you want
Different codebase.
In a multi site scenario magento has only been Designed where different storefronts share functionality but have different configurations such as catalog or payment and shipping.
However if you start to break this up into separate journeys will need a lot of custom code.
Eventually you will reach a point where you wish you have separate stores as changes on one inadvertently affect the other.
I've seen things like this
https://store.webkul.com/magento2-multi-vendor-marketplace.html
But I dont think that's what you want
answered Jun 13 at 18:19
Dominic XigenDominic Xigen
1,8101311
1,8101311
add a comment |
add a comment |
Dagmara is a new contributor. Be nice, and check out our Code of Conduct.
Dagmara is a new contributor. Be nice, and check out our Code of Conduct.
Dagmara is a new contributor. Be nice, and check out our Code of Conduct.
Dagmara is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Magento Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f278271%2fhow-to-separate-backend-code-in-magento-2%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown