Enable Guest checkout in magento admin order create
I was wondering if it is possible and feasible to do.
I am in a need of Guest Checkout
for admin order checkout.
Anyone have any idea, please suggest.
magento-1.9 admin-order-create
add a comment |
I was wondering if it is possible and feasible to do.
I am in a need of Guest Checkout
for admin order checkout.
Anyone have any idea, please suggest.
magento-1.9 admin-order-create
add a comment |
I was wondering if it is possible and feasible to do.
I am in a need of Guest Checkout
for admin order checkout.
Anyone have any idea, please suggest.
magento-1.9 admin-order-create
I was wondering if it is possible and feasible to do.
I am in a need of Guest Checkout
for admin order checkout.
Anyone have any idea, please suggest.
magento-1.9 admin-order-create
magento-1.9 admin-order-create
asked Jun 18 '15 at 6:55
Adarsh KhatriAdarsh Khatri
6,67111643
6,67111643
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
When you say you want a Guest Checkout, I presume you mean you want them to be able to setup an order without providing the customer a login?
You should be able to acheive this out of the box with no requirement for further modules. Simply go to Sales -> Orders and click Create New Order
On the next screen you will be presented with a Select a customer, where you can create a new customer which may need you to select the website it will be associated with. At that point you just fill out the customer contact details in Billing & Shipping, as well as adding the various order elements (products, shipping etc)
I don't want to create any customer, just do checkout without any customer, I can put custom email though.
– Adarsh Khatri
Jun 18 '15 at 7:00
If you wish to provide no customer details that could be complex, especially with shipping being calculated on shipping address. You could perhaps create a internal account to associate them with.
– John Cuthbert
Jun 18 '15 at 7:02
I don't need shipping details as well. It's for my in store sale.
– Adarsh Khatri
Jun 18 '15 at 7:15
1
Ah that sounds fine, then I suggest you simply create a new customer and give the details of the physical store, then just associate all orders to that account using the above process.
– John Cuthbert
Jun 18 '15 at 7:18
I had have put this in second option. Was looking for where I don't need to mention any address, no shipping etc, which will make it easy and quick process.
– Adarsh Khatri
Jun 18 '15 at 23:38
|
show 2 more comments
Magento is very stupid and limited to the one workflow only. To make local sale you need fake customer, then invoice it, then ship...
This does not provide an answer to the question. Once you have sufficient reputation you will be able to comment on any post; instead, provide answers that don't require clarification from the asker. - From Review
– Rama Chandran M
5 mins ago
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%2f71412%2fenable-guest-checkout-in-magento-admin-order-create%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
When you say you want a Guest Checkout, I presume you mean you want them to be able to setup an order without providing the customer a login?
You should be able to acheive this out of the box with no requirement for further modules. Simply go to Sales -> Orders and click Create New Order
On the next screen you will be presented with a Select a customer, where you can create a new customer which may need you to select the website it will be associated with. At that point you just fill out the customer contact details in Billing & Shipping, as well as adding the various order elements (products, shipping etc)
I don't want to create any customer, just do checkout without any customer, I can put custom email though.
– Adarsh Khatri
Jun 18 '15 at 7:00
If you wish to provide no customer details that could be complex, especially with shipping being calculated on shipping address. You could perhaps create a internal account to associate them with.
– John Cuthbert
Jun 18 '15 at 7:02
I don't need shipping details as well. It's for my in store sale.
– Adarsh Khatri
Jun 18 '15 at 7:15
1
Ah that sounds fine, then I suggest you simply create a new customer and give the details of the physical store, then just associate all orders to that account using the above process.
– John Cuthbert
Jun 18 '15 at 7:18
I had have put this in second option. Was looking for where I don't need to mention any address, no shipping etc, which will make it easy and quick process.
– Adarsh Khatri
Jun 18 '15 at 23:38
|
show 2 more comments
When you say you want a Guest Checkout, I presume you mean you want them to be able to setup an order without providing the customer a login?
You should be able to acheive this out of the box with no requirement for further modules. Simply go to Sales -> Orders and click Create New Order
On the next screen you will be presented with a Select a customer, where you can create a new customer which may need you to select the website it will be associated with. At that point you just fill out the customer contact details in Billing & Shipping, as well as adding the various order elements (products, shipping etc)
I don't want to create any customer, just do checkout without any customer, I can put custom email though.
– Adarsh Khatri
Jun 18 '15 at 7:00
If you wish to provide no customer details that could be complex, especially with shipping being calculated on shipping address. You could perhaps create a internal account to associate them with.
– John Cuthbert
Jun 18 '15 at 7:02
I don't need shipping details as well. It's for my in store sale.
– Adarsh Khatri
Jun 18 '15 at 7:15
1
Ah that sounds fine, then I suggest you simply create a new customer and give the details of the physical store, then just associate all orders to that account using the above process.
– John Cuthbert
Jun 18 '15 at 7:18
I had have put this in second option. Was looking for where I don't need to mention any address, no shipping etc, which will make it easy and quick process.
– Adarsh Khatri
Jun 18 '15 at 23:38
|
show 2 more comments
When you say you want a Guest Checkout, I presume you mean you want them to be able to setup an order without providing the customer a login?
You should be able to acheive this out of the box with no requirement for further modules. Simply go to Sales -> Orders and click Create New Order
On the next screen you will be presented with a Select a customer, where you can create a new customer which may need you to select the website it will be associated with. At that point you just fill out the customer contact details in Billing & Shipping, as well as adding the various order elements (products, shipping etc)
When you say you want a Guest Checkout, I presume you mean you want them to be able to setup an order without providing the customer a login?
You should be able to acheive this out of the box with no requirement for further modules. Simply go to Sales -> Orders and click Create New Order
On the next screen you will be presented with a Select a customer, where you can create a new customer which may need you to select the website it will be associated with. At that point you just fill out the customer contact details in Billing & Shipping, as well as adding the various order elements (products, shipping etc)
answered Jun 18 '15 at 6:59
John CuthbertJohn Cuthbert
2,261827
2,261827
I don't want to create any customer, just do checkout without any customer, I can put custom email though.
– Adarsh Khatri
Jun 18 '15 at 7:00
If you wish to provide no customer details that could be complex, especially with shipping being calculated on shipping address. You could perhaps create a internal account to associate them with.
– John Cuthbert
Jun 18 '15 at 7:02
I don't need shipping details as well. It's for my in store sale.
– Adarsh Khatri
Jun 18 '15 at 7:15
1
Ah that sounds fine, then I suggest you simply create a new customer and give the details of the physical store, then just associate all orders to that account using the above process.
– John Cuthbert
Jun 18 '15 at 7:18
I had have put this in second option. Was looking for where I don't need to mention any address, no shipping etc, which will make it easy and quick process.
– Adarsh Khatri
Jun 18 '15 at 23:38
|
show 2 more comments
I don't want to create any customer, just do checkout without any customer, I can put custom email though.
– Adarsh Khatri
Jun 18 '15 at 7:00
If you wish to provide no customer details that could be complex, especially with shipping being calculated on shipping address. You could perhaps create a internal account to associate them with.
– John Cuthbert
Jun 18 '15 at 7:02
I don't need shipping details as well. It's for my in store sale.
– Adarsh Khatri
Jun 18 '15 at 7:15
1
Ah that sounds fine, then I suggest you simply create a new customer and give the details of the physical store, then just associate all orders to that account using the above process.
– John Cuthbert
Jun 18 '15 at 7:18
I had have put this in second option. Was looking for where I don't need to mention any address, no shipping etc, which will make it easy and quick process.
– Adarsh Khatri
Jun 18 '15 at 23:38
I don't want to create any customer, just do checkout without any customer, I can put custom email though.
– Adarsh Khatri
Jun 18 '15 at 7:00
I don't want to create any customer, just do checkout without any customer, I can put custom email though.
– Adarsh Khatri
Jun 18 '15 at 7:00
If you wish to provide no customer details that could be complex, especially with shipping being calculated on shipping address. You could perhaps create a internal account to associate them with.
– John Cuthbert
Jun 18 '15 at 7:02
If you wish to provide no customer details that could be complex, especially with shipping being calculated on shipping address. You could perhaps create a internal account to associate them with.
– John Cuthbert
Jun 18 '15 at 7:02
I don't need shipping details as well. It's for my in store sale.
– Adarsh Khatri
Jun 18 '15 at 7:15
I don't need shipping details as well. It's for my in store sale.
– Adarsh Khatri
Jun 18 '15 at 7:15
1
1
Ah that sounds fine, then I suggest you simply create a new customer and give the details of the physical store, then just associate all orders to that account using the above process.
– John Cuthbert
Jun 18 '15 at 7:18
Ah that sounds fine, then I suggest you simply create a new customer and give the details of the physical store, then just associate all orders to that account using the above process.
– John Cuthbert
Jun 18 '15 at 7:18
I had have put this in second option. Was looking for where I don't need to mention any address, no shipping etc, which will make it easy and quick process.
– Adarsh Khatri
Jun 18 '15 at 23:38
I had have put this in second option. Was looking for where I don't need to mention any address, no shipping etc, which will make it easy and quick process.
– Adarsh Khatri
Jun 18 '15 at 23:38
|
show 2 more comments
Magento is very stupid and limited to the one workflow only. To make local sale you need fake customer, then invoice it, then ship...
This does not provide an answer to the question. Once you have sufficient reputation you will be able to comment on any post; instead, provide answers that don't require clarification from the asker. - From Review
– Rama Chandran M
5 mins ago
add a comment |
Magento is very stupid and limited to the one workflow only. To make local sale you need fake customer, then invoice it, then ship...
This does not provide an answer to the question. Once you have sufficient reputation you will be able to comment on any post; instead, provide answers that don't require clarification from the asker. - From Review
– Rama Chandran M
5 mins ago
add a comment |
Magento is very stupid and limited to the one workflow only. To make local sale you need fake customer, then invoice it, then ship...
Magento is very stupid and limited to the one workflow only. To make local sale you need fake customer, then invoice it, then ship...
answered 42 mins ago
ferret-eferret-e
112
112
This does not provide an answer to the question. Once you have sufficient reputation you will be able to comment on any post; instead, provide answers that don't require clarification from the asker. - From Review
– Rama Chandran M
5 mins ago
add a comment |
This does not provide an answer to the question. Once you have sufficient reputation you will be able to comment on any post; instead, provide answers that don't require clarification from the asker. - From Review
– Rama Chandran M
5 mins ago
This does not provide an answer to the question. Once you have sufficient reputation you will be able to comment on any post; instead, provide answers that don't require clarification from the asker. - From Review
– Rama Chandran M
5 mins ago
This does not provide an answer to the question. Once you have sufficient reputation you will be able to comment on any post; instead, provide answers that don't require clarification from the asker. - From Review
– Rama Chandran M
5 mins ago
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%2f71412%2fenable-guest-checkout-in-magento-admin-order-create%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