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
With #1480 the Content field is no longer required which is a normal behavior. This field is not always used.
A strange behavior occurs in frontend if I don't fill in the textarea.
As you can see although I did not enter a content for the first term I get an empty div.
This template /frontend/base/default/template/checkout/onepage/agreements.phtml was not intended for such a situation so it should be changed. If there is no value for Content then do not display that div.
I would make another change in the Sales menu. "Terms and conditions" should become "Terms and Conditions" to keep the same uppercase format like for other links.
If I have some time I will create this commit.
The text was updated successfully, but these errors were encountered:
* Update agreements.phtml
By PR #1480 which is merged in OM the content field is no longer required. If it is not filled in an empty container will be visible in frontend. This PR comes to solve this issue.
* Uppercase format in Sales menu - Terms and conditions
This commit will change in Backend -> Sales menu a link name from "Terms and conditions" to "Terms and Conditions".
It is not necessary to add the text in /app/locale/en_US/Mage_Checkout.csv because it already exists. I chose to keep the old version too.
* Wrong attributes order in comparison window
This PR fixes the issue #1289.
* Update Collection.php
Co-authored-by: Daniel Fahlke <flyingmana@googlemail.com>
With #1480 the Content field is no longer required which is a normal behavior. This field is not always used.
A strange behavior occurs in frontend if I don't fill in the textarea.
As you can see although I did not enter a content for the first term I get an empty div.
This template /frontend/base/default/template/checkout/onepage/agreements.phtml was not intended for such a situation so it should be changed. If there is no value for Content then do not display that div.
I would make another change in the Sales menu. "Terms and conditions" should become "Terms and Conditions" to keep the same uppercase format like for other links.
If I have some time I will create this commit.
The text was updated successfully, but these errors were encountered: