You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 19, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: guides/m2devgde/v1.0.0.0/svcs-framework/compare_mage1_mage2.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ layout: howtom2devgde_chapters
3
3
title: Services Use Case—Magento 1 and Magento 2 Side By Side
4
4
---
5
5
6
-
# Services Use Case—Magento 1 and Magento 2 Side By Side
6
+
<h1id="svcs-use-case-mage1">Services Use Case—Magento 1 and Magento 2 Side By Side</h1>
7
7
8
8
<p><ahref="{{ site.githuburl }}guides/m2devgde/v1.0.0.0/svcs-framework/compare_mage1_mage2.md"target="_blank"><em>Help us improve this page</em></a> <imgsrc="{{ site.baseurl }}common/images/newWindow.gif"/></p>
9
9
@@ -34,7 +34,7 @@ Magento 2 implementation:
34
34
35
35
Both implementations:
36
36
37
-
* Use a template and two blocks
37
+
* Use one template and two blocks
38
38
* Return the address object as HTML
39
39
40
40
However, the similarities end there. The following table shows the key differences between the implementations:
### Discussion of Register During Checkout Example
77
+
### Discussion of the Register During Checkout Example
78
78
79
79
These two implementations both start with the controller calling the <tt>saveOrder</tt> method on the Onepage class, then Onepage calling <tt>submitOrder</tt> on the Quote class.
0 commit comments