forked from extcode/cart
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[BUGFIX] Change shippingSameAsBilling Checkbox Handling to Item
Resolves: extcode#404
- Loading branch information
Showing
7 changed files
with
61 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
26 changes: 26 additions & 0 deletions
26
Documentation/Changelog/8.5/Important-404-ChangeCheckboxValueInOrderForm.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
.. include:: ../../Includes.txt | ||
|
||
=================================================== | ||
Breaking: #404 - Change Checkbox Value in OrderForm | ||
=================================================== | ||
|
||
See :issue:`360` | ||
|
||
Description | ||
=========== | ||
|
||
In the `OrderForm.html` partial the the value of the checkbox should not depend on the shippingSameAsBilling property | ||
of the shopping cart. | ||
This property should only be responsible for the checkbox. | ||
|
||
Affected Installations | ||
====================== | ||
|
||
This affects all installations overriding the `OrderForm.html`. | ||
|
||
Migration | ||
========= | ||
|
||
Replace the fluid condition of the value attribute with the value 1. | ||
|
||
.. index:: Template, Frontend |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
.. include:: ../../Includes.txt | ||
|
||
8.3 Changes | ||
=========== | ||
|
||
**Table of contents** | ||
|
||
.. contents:: | ||
:local: | ||
:depth: 1 | ||
|
||
Important | ||
^^^^^^^^^ | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
:titlesonly: | ||
:glob: | ||
|
||
Important-* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,7 @@ ChangeLog | |
:maxdepth: 5 | ||
:titlesonly: | ||
|
||
8.5/Index | ||
8.4/Index | ||
8.3/Index | ||
8.1/Index | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters