Move Checkout Agreements from top to end of the pageMagento 1.9.x Removing the invoice link from Account...
Why did Jodrell Bank assist the Soviet Union to collect data from their spacecraft in the mid 1960's?
How should I handle players who ignore the session zero agreement?
Can a person refuse a presidential pardon?
How experienced do I need to be to go on a photography workshop?
Longest Jewish year
"On one hand" vs "on the one hand."
What formula could mimic the following curve?
What is better: yes / no radio, or simple checkbox?
If I delete my router's history can my ISP still provide it to my parents?
Why would the Pakistan airspace closure cancel flights not headed to Pakistan itself?
Approaches to criticizing short fiction
Can we use the stored gravitational potential energy of a building to produce power?
Why avoid shared user accounts?
Are there any monsters that consume a player character?
Quenching swords in dragon blood; why?
Explain the objections to these measures against human trafficking
How would one buy a used TIE Fighter or X-Wing?
Strange Sign on Lab Door
Everyone is beautiful
Am I a Rude Number?
What to do when being responsible for data protection in your lab, yet advice is ignored?
What is the purpose of easy combat scenarios that don't need resource expenditure?
Called into a meeting and told we are being made redundant (laid off) and "not to share outside". Can I tell my partner?
What are the advantages of using `make` for small projects?
Move Checkout Agreements from top to end of the page
Magento 1.9.x Removing the invoice link from Account Order info pagesMagento can't pass the Billing step in the checkout pageHow to update product quantity on check out page using Ajax in MagentoMagento-2 : How I can move terms and condition from payment to custom step checkoutMagento 2 - Checkout Agreements checked by defaultHow to make the check-out steps land at the top of the screen as oppose to closer to the bottom where people have to use the scroll bar to scroll upOnepage Checkout Magento 1.9.3Magento 2 : I need to move coupon form in checkout page to the page topCustom Javascript in Checkout - Agreements ModalPaypal Payment Pro Hosted not working with One Step Checkout
I am trying hard to move the checkout agreements in the last Checkout Step from the top of the page to bottom, right above the "order now" and "edit cart" buttons. But without success.
Right now they are placed at top of the
frontend/mytheme/default/template/checkout/onepage/review/info.phtml.
But moving or commenting out the
<block type="checkout/agreements" name="checkout.onepage.agreements" as="agreements" template="checkout/onepage/agreements.phtml"/>
in the checkout.xml of "mytheme" does not seem to have any effect at all.
The only effect seems to have renaming the agreements.phtml
to _old
, then they are gone completely.
What is the problem there? I just would like to move the agreements to the end of the page, before the order buttons.
But be very nice if anyone could give me some support on this.
Regards.
Yes, the line <?php echo $this->getChildHtml('agreements') ?>
is placed exactly like so.
What i do not understand is, if i comment out this line within the info.phtml and within the checkout.xml at base path and path of "mytheme" the agreements are still displayed at top of review.phtml.
Only if i rename both agreements.phtml within base and "mytheme"-path to like "_old" they are gone.
But moving the line <?php echo $this->getChildHtml('agreements') ?>
to place agreements at end of the page doesn´t work at all.
Do i have to do some configuration in the onepagecontroller.php-file to get this work?
magento-1.9 checkout terms-and-conditions
bumped to the homepage by Community♦ 1 min ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
I am trying hard to move the checkout agreements in the last Checkout Step from the top of the page to bottom, right above the "order now" and "edit cart" buttons. But without success.
Right now they are placed at top of the
frontend/mytheme/default/template/checkout/onepage/review/info.phtml.
But moving or commenting out the
<block type="checkout/agreements" name="checkout.onepage.agreements" as="agreements" template="checkout/onepage/agreements.phtml"/>
in the checkout.xml of "mytheme" does not seem to have any effect at all.
The only effect seems to have renaming the agreements.phtml
to _old
, then they are gone completely.
What is the problem there? I just would like to move the agreements to the end of the page, before the order buttons.
But be very nice if anyone could give me some support on this.
Regards.
Yes, the line <?php echo $this->getChildHtml('agreements') ?>
is placed exactly like so.
What i do not understand is, if i comment out this line within the info.phtml and within the checkout.xml at base path and path of "mytheme" the agreements are still displayed at top of review.phtml.
Only if i rename both agreements.phtml within base and "mytheme"-path to like "_old" they are gone.
But moving the line <?php echo $this->getChildHtml('agreements') ?>
to place agreements at end of the page doesn´t work at all.
Do i have to do some configuration in the onepagecontroller.php-file to get this work?
magento-1.9 checkout terms-and-conditions
bumped to the homepage by Community♦ 1 min ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
I am trying hard to move the checkout agreements in the last Checkout Step from the top of the page to bottom, right above the "order now" and "edit cart" buttons. But without success.
Right now they are placed at top of the
frontend/mytheme/default/template/checkout/onepage/review/info.phtml.
But moving or commenting out the
<block type="checkout/agreements" name="checkout.onepage.agreements" as="agreements" template="checkout/onepage/agreements.phtml"/>
in the checkout.xml of "mytheme" does not seem to have any effect at all.
The only effect seems to have renaming the agreements.phtml
to _old
, then they are gone completely.
What is the problem there? I just would like to move the agreements to the end of the page, before the order buttons.
But be very nice if anyone could give me some support on this.
Regards.
Yes, the line <?php echo $this->getChildHtml('agreements') ?>
is placed exactly like so.
What i do not understand is, if i comment out this line within the info.phtml and within the checkout.xml at base path and path of "mytheme" the agreements are still displayed at top of review.phtml.
Only if i rename both agreements.phtml within base and "mytheme"-path to like "_old" they are gone.
But moving the line <?php echo $this->getChildHtml('agreements') ?>
to place agreements at end of the page doesn´t work at all.
Do i have to do some configuration in the onepagecontroller.php-file to get this work?
magento-1.9 checkout terms-and-conditions
I am trying hard to move the checkout agreements in the last Checkout Step from the top of the page to bottom, right above the "order now" and "edit cart" buttons. But without success.
Right now they are placed at top of the
frontend/mytheme/default/template/checkout/onepage/review/info.phtml.
But moving or commenting out the
<block type="checkout/agreements" name="checkout.onepage.agreements" as="agreements" template="checkout/onepage/agreements.phtml"/>
in the checkout.xml of "mytheme" does not seem to have any effect at all.
The only effect seems to have renaming the agreements.phtml
to _old
, then they are gone completely.
What is the problem there? I just would like to move the agreements to the end of the page, before the order buttons.
But be very nice if anyone could give me some support on this.
Regards.
Yes, the line <?php echo $this->getChildHtml('agreements') ?>
is placed exactly like so.
What i do not understand is, if i comment out this line within the info.phtml and within the checkout.xml at base path and path of "mytheme" the agreements are still displayed at top of review.phtml.
Only if i rename both agreements.phtml within base and "mytheme"-path to like "_old" they are gone.
But moving the line <?php echo $this->getChildHtml('agreements') ?>
to place agreements at end of the page doesn´t work at all.
Do i have to do some configuration in the onepagecontroller.php-file to get this work?
magento-1.9 checkout terms-and-conditions
magento-1.9 checkout terms-and-conditions
edited Feb 2 '17 at 12:37
Jaimin Sutariya
9,32821955
9,32821955
asked Jan 31 '17 at 14:30
user5783213user5783213
12
12
bumped to the homepage by Community♦ 1 min ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 1 min ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Check if this line:
<?php echo $this->getChildHtml('agreements') ?>
is placed inside the block with id checkout-review-submit before the block with id review-buttons-container in
app/design/frontend/base/default/template/checkout/onepage/review/info.phtml
EDIT
The route app/design/frontend/base/default is the default theme of Magento. If you install a custom theme, check in the info.phtml or review.phtml of your theme.
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
});
}
});
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%2f157269%2fmove-checkout-agreements-from-top-to-end-of-the-page%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
Check if this line:
<?php echo $this->getChildHtml('agreements') ?>
is placed inside the block with id checkout-review-submit before the block with id review-buttons-container in
app/design/frontend/base/default/template/checkout/onepage/review/info.phtml
EDIT
The route app/design/frontend/base/default is the default theme of Magento. If you install a custom theme, check in the info.phtml or review.phtml of your theme.
add a comment |
Check if this line:
<?php echo $this->getChildHtml('agreements') ?>
is placed inside the block with id checkout-review-submit before the block with id review-buttons-container in
app/design/frontend/base/default/template/checkout/onepage/review/info.phtml
EDIT
The route app/design/frontend/base/default is the default theme of Magento. If you install a custom theme, check in the info.phtml or review.phtml of your theme.
add a comment |
Check if this line:
<?php echo $this->getChildHtml('agreements') ?>
is placed inside the block with id checkout-review-submit before the block with id review-buttons-container in
app/design/frontend/base/default/template/checkout/onepage/review/info.phtml
EDIT
The route app/design/frontend/base/default is the default theme of Magento. If you install a custom theme, check in the info.phtml or review.phtml of your theme.
Check if this line:
<?php echo $this->getChildHtml('agreements') ?>
is placed inside the block with id checkout-review-submit before the block with id review-buttons-container in
app/design/frontend/base/default/template/checkout/onepage/review/info.phtml
EDIT
The route app/design/frontend/base/default is the default theme of Magento. If you install a custom theme, check in the info.phtml or review.phtml of your theme.
edited Feb 2 '17 at 12:00
answered Jan 31 '17 at 15:42
Adrià GarridoAdrià Garrido
738
738
add a comment |
add a comment |
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%2f157269%2fmove-checkout-agreements-from-top-to-end-of-the-page%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