Additional option to create an account after place an order
I am using Magento 1.9.2 and often customers checkout as guest because they are involved in a process and do not want to create an account in the checkout. I want to set a second possibility on the success message page after place the order.
the customer is relaxed and maybe it's easier to get a new reg. customer then.
any help appreciated.
magento-1.9 onepage-checkout customer-account
bumped to the homepage by Community♦ 2 mins 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 using Magento 1.9.2 and often customers checkout as guest because they are involved in a process and do not want to create an account in the checkout. I want to set a second possibility on the success message page after place the order.
the customer is relaxed and maybe it's easier to get a new reg. customer then.
any help appreciated.
magento-1.9 onepage-checkout customer-account
bumped to the homepage by Community♦ 2 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
i does not getI want to set a second possibility on the success message page after place the order. the customer is relaxed and maybe it's easier to get a new reg. customer then. any help appreciated.
– Amit Bera♦
Jan 1 '16 at 17:33
add a comment |
I am using Magento 1.9.2 and often customers checkout as guest because they are involved in a process and do not want to create an account in the checkout. I want to set a second possibility on the success message page after place the order.
the customer is relaxed and maybe it's easier to get a new reg. customer then.
any help appreciated.
magento-1.9 onepage-checkout customer-account
I am using Magento 1.9.2 and often customers checkout as guest because they are involved in a process and do not want to create an account in the checkout. I want to set a second possibility on the success message page after place the order.
the customer is relaxed and maybe it's easier to get a new reg. customer then.
any help appreciated.
magento-1.9 onepage-checkout customer-account
magento-1.9 onepage-checkout customer-account
asked Jan 1 '16 at 16:53
German GroceryGerman Grocery
11
11
bumped to the homepage by Community♦ 2 mins 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♦ 2 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
i does not getI want to set a second possibility on the success message page after place the order. the customer is relaxed and maybe it's easier to get a new reg. customer then. any help appreciated.
– Amit Bera♦
Jan 1 '16 at 17:33
add a comment |
i does not getI want to set a second possibility on the success message page after place the order. the customer is relaxed and maybe it's easier to get a new reg. customer then. any help appreciated.
– Amit Bera♦
Jan 1 '16 at 17:33
i does not get
I want to set a second possibility on the success message page after place the order. the customer is relaxed and maybe it's easier to get a new reg. customer then. any help appreciated.
– Amit Bera♦
Jan 1 '16 at 17:33
i does not get
I want to set a second possibility on the success message page after place the order. the customer is relaxed and maybe it's easier to get a new reg. customer then. any help appreciated.
– Amit Bera♦
Jan 1 '16 at 17:33
add a comment |
1 Answer
1
active
oldest
votes
Here are a few ideas.
Have you considered just adding a large button on your /app/design/frontend/yourtheme/default/template/checkout/success.phtml page with a link to your account registration page?
Maybe running a script for a pop-up would also work if you redirect your checkout/success page to the home page. At least the customer would have to interact with the pop-up unless they are running a blocker.
Make registration the only option.
I believe his goal is to associate the order with the account
– ladle3000
Jan 2 '16 at 2:37
Hi, I want to create a second chance to register as a customer. Magento offers the function "create an account for later use" on the checkout page but most customers do not use this because they are mental bounded with the checkout process. This was the reason for the idea to place a second possibility on the success page where the users are relaxed.
– German Grocery
Jan 2 '16 at 9:20
Magento offers the function "create an account for later use" on the checkout page but most customers do not use this because they are mental bounded with the checkout process. This was the reason for the idea to place a second possibility on the success page where the users are relaxed. @scot: yes, I have it. but in this case the customer have to fill out the complete form again - not fine. It would be great if the system use the details from the placed order.
– German Grocery
Jan 2 '16 at 9:28
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');
var $window = $(window),
onScroll = function(e) {
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom)) {
StackExchange.using('gps', function() { StackExchange.gps.track('embedded_signup_form.view', { location: 'question_page' }); });
$window.unbind('scroll', onScroll);
}
};
$window.on('scroll', onScroll);
});
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%2f95663%2fadditional-option-to-create-an-account-after-place-an-order%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
Here are a few ideas.
Have you considered just adding a large button on your /app/design/frontend/yourtheme/default/template/checkout/success.phtml page with a link to your account registration page?
Maybe running a script for a pop-up would also work if you redirect your checkout/success page to the home page. At least the customer would have to interact with the pop-up unless they are running a blocker.
Make registration the only option.
I believe his goal is to associate the order with the account
– ladle3000
Jan 2 '16 at 2:37
Hi, I want to create a second chance to register as a customer. Magento offers the function "create an account for later use" on the checkout page but most customers do not use this because they are mental bounded with the checkout process. This was the reason for the idea to place a second possibility on the success page where the users are relaxed.
– German Grocery
Jan 2 '16 at 9:20
Magento offers the function "create an account for later use" on the checkout page but most customers do not use this because they are mental bounded with the checkout process. This was the reason for the idea to place a second possibility on the success page where the users are relaxed. @scot: yes, I have it. but in this case the customer have to fill out the complete form again - not fine. It would be great if the system use the details from the placed order.
– German Grocery
Jan 2 '16 at 9:28
add a comment |
Here are a few ideas.
Have you considered just adding a large button on your /app/design/frontend/yourtheme/default/template/checkout/success.phtml page with a link to your account registration page?
Maybe running a script for a pop-up would also work if you redirect your checkout/success page to the home page. At least the customer would have to interact with the pop-up unless they are running a blocker.
Make registration the only option.
I believe his goal is to associate the order with the account
– ladle3000
Jan 2 '16 at 2:37
Hi, I want to create a second chance to register as a customer. Magento offers the function "create an account for later use" on the checkout page but most customers do not use this because they are mental bounded with the checkout process. This was the reason for the idea to place a second possibility on the success page where the users are relaxed.
– German Grocery
Jan 2 '16 at 9:20
Magento offers the function "create an account for later use" on the checkout page but most customers do not use this because they are mental bounded with the checkout process. This was the reason for the idea to place a second possibility on the success page where the users are relaxed. @scot: yes, I have it. but in this case the customer have to fill out the complete form again - not fine. It would be great if the system use the details from the placed order.
– German Grocery
Jan 2 '16 at 9:28
add a comment |
Here are a few ideas.
Have you considered just adding a large button on your /app/design/frontend/yourtheme/default/template/checkout/success.phtml page with a link to your account registration page?
Maybe running a script for a pop-up would also work if you redirect your checkout/success page to the home page. At least the customer would have to interact with the pop-up unless they are running a blocker.
Make registration the only option.
Here are a few ideas.
Have you considered just adding a large button on your /app/design/frontend/yourtheme/default/template/checkout/success.phtml page with a link to your account registration page?
Maybe running a script for a pop-up would also work if you redirect your checkout/success page to the home page. At least the customer would have to interact with the pop-up unless they are running a blocker.
Make registration the only option.
answered Jan 1 '16 at 18:30
ScotScot
9311
9311
I believe his goal is to associate the order with the account
– ladle3000
Jan 2 '16 at 2:37
Hi, I want to create a second chance to register as a customer. Magento offers the function "create an account for later use" on the checkout page but most customers do not use this because they are mental bounded with the checkout process. This was the reason for the idea to place a second possibility on the success page where the users are relaxed.
– German Grocery
Jan 2 '16 at 9:20
Magento offers the function "create an account for later use" on the checkout page but most customers do not use this because they are mental bounded with the checkout process. This was the reason for the idea to place a second possibility on the success page where the users are relaxed. @scot: yes, I have it. but in this case the customer have to fill out the complete form again - not fine. It would be great if the system use the details from the placed order.
– German Grocery
Jan 2 '16 at 9:28
add a comment |
I believe his goal is to associate the order with the account
– ladle3000
Jan 2 '16 at 2:37
Hi, I want to create a second chance to register as a customer. Magento offers the function "create an account for later use" on the checkout page but most customers do not use this because they are mental bounded with the checkout process. This was the reason for the idea to place a second possibility on the success page where the users are relaxed.
– German Grocery
Jan 2 '16 at 9:20
Magento offers the function "create an account for later use" on the checkout page but most customers do not use this because they are mental bounded with the checkout process. This was the reason for the idea to place a second possibility on the success page where the users are relaxed. @scot: yes, I have it. but in this case the customer have to fill out the complete form again - not fine. It would be great if the system use the details from the placed order.
– German Grocery
Jan 2 '16 at 9:28
I believe his goal is to associate the order with the account
– ladle3000
Jan 2 '16 at 2:37
I believe his goal is to associate the order with the account
– ladle3000
Jan 2 '16 at 2:37
Hi, I want to create a second chance to register as a customer. Magento offers the function "create an account for later use" on the checkout page but most customers do not use this because they are mental bounded with the checkout process. This was the reason for the idea to place a second possibility on the success page where the users are relaxed.
– German Grocery
Jan 2 '16 at 9:20
Hi, I want to create a second chance to register as a customer. Magento offers the function "create an account for later use" on the checkout page but most customers do not use this because they are mental bounded with the checkout process. This was the reason for the idea to place a second possibility on the success page where the users are relaxed.
– German Grocery
Jan 2 '16 at 9:20
Magento offers the function "create an account for later use" on the checkout page but most customers do not use this because they are mental bounded with the checkout process. This was the reason for the idea to place a second possibility on the success page where the users are relaxed. @scot: yes, I have it. but in this case the customer have to fill out the complete form again - not fine. It would be great if the system use the details from the placed order.
– German Grocery
Jan 2 '16 at 9:28
Magento offers the function "create an account for later use" on the checkout page but most customers do not use this because they are mental bounded with the checkout process. This was the reason for the idea to place a second possibility on the success page where the users are relaxed. @scot: yes, I have it. but in this case the customer have to fill out the complete form again - not fine. It would be great if the system use the details from the placed order.
– German Grocery
Jan 2 '16 at 9:28
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');
var $window = $(window),
onScroll = function(e) {
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom)) {
StackExchange.using('gps', function() { StackExchange.gps.track('embedded_signup_form.view', { location: 'question_page' }); });
$window.unbind('scroll', onScroll);
}
};
$window.on('scroll', onScroll);
});
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%2f95663%2fadditional-option-to-create-an-account-after-place-an-order%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');
var $window = $(window),
onScroll = function(e) {
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom)) {
StackExchange.using('gps', function() { StackExchange.gps.track('embedded_signup_form.view', { location: 'question_page' }); });
$window.unbind('scroll', onScroll);
}
};
$window.on('scroll', onScroll);
});
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');
var $window = $(window),
onScroll = function(e) {
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom)) {
StackExchange.using('gps', function() { StackExchange.gps.track('embedded_signup_form.view', { location: 'question_page' }); });
$window.unbind('scroll', onScroll);
}
};
$window.on('scroll', onScroll);
});
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');
var $window = $(window),
onScroll = function(e) {
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom)) {
StackExchange.using('gps', function() { StackExchange.gps.track('embedded_signup_form.view', { location: 'question_page' }); });
$window.unbind('scroll', onScroll);
}
};
$window.on('scroll', onScroll);
});
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
i does not get
I want to set a second possibility on the success message page after place the order. the customer is relaxed and maybe it's easier to get a new reg. customer then. any help appreciated.
– Amit Bera♦
Jan 1 '16 at 17:33