Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Feb 7, 2020
1 parent 7ac8864 commit 6d1785b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "frugue/core"
,"version": "0.7.5"
,"version": "0.7.6"
,"description": "A custom module for frugue.com"
,"type": "magento2-module"
,"homepage": "https://github.com/frugue/core"
Expand Down
12 changes: 12 additions & 0 deletions view/frontend/layout/onestepcheckout_index_index.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version='1.0'?>
<page
xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
xsi:noNamespaceSchemaLocation='urn:magento:framework:View/Layout/etc/page_configuration.xsd'
>
<body>
<!-- 2020-02-07
I removed the «Please enter your details below to complete your purchase.» label
because it seems to be reduntant: https://github.com/frugue/site/issues/23 -->
<referenceContainer name='page.main.description' remove='true'/>
</body>
</page>

0 comments on commit 6d1785b

Please sign in to comment.