Magento 2: is it possible to migrate only customer using migration tool
I want to migrate all customers from magento 1.9.0.1 to 2.1.5 Magento. I dont want to migrate product and other things. Is it possible?
When i run bin/magento migrate:data this command it will migrate all things product, order and customer but I dont want migrate products and orders.
magento2 magento2-migration-tool
add a comment |
I want to migrate all customers from magento 1.9.0.1 to 2.1.5 Magento. I dont want to migrate product and other things. Is it possible?
When i run bin/magento migrate:data this command it will migrate all things product, order and customer but I dont want migrate products and orders.
magento2 magento2-migration-tool
add a comment |
I want to migrate all customers from magento 1.9.0.1 to 2.1.5 Magento. I dont want to migrate product and other things. Is it possible?
When i run bin/magento migrate:data this command it will migrate all things product, order and customer but I dont want migrate products and orders.
magento2 magento2-migration-tool
I want to migrate all customers from magento 1.9.0.1 to 2.1.5 Magento. I dont want to migrate product and other things. Is it possible?
When i run bin/magento migrate:data this command it will migrate all things product, order and customer but I dont want migrate products and orders.
magento2 magento2-migration-tool
magento2 magento2-migration-tool
edited May 13 '18 at 14:08
Tim Bezhashvyly
10.4k43765
10.4k43765
asked Mar 18 '17 at 7:58
Navin BhudiyaNavin Bhudiya
7461024
7461024
add a comment |
add a comment |
4 Answers
4
active
oldest
votes
Yes,
It is possible to migrate only customers using migration tool.
But to achieve the same you need to know which tables are required to be migrated.
so, to break the solution into major steps :
step 1 : Comment all the non required steps
step 2 : Now Solve the errors for un-mapped fields if any.
step 3 : start migration by using cli command
bin/magento migrate:data <config.xml_path>
this should do the trick.
Get the idea about how tool is working and you will be able to perform above mentioned steps.
Now you asked about the steps in your comment, So, trying to answer that :
<step title="Customer Attributes Step">
<integrity>MigrationStepCustomerIntegrity</integrity>
<data>MigrationStepCustomerData</data>
<volume>MigrationStepCustomerVolume</volume>
</step>
keep this step and comment others. Solve the errors if any and run the data migration tool.
can you please explain me which steps i need to comment for that? because i am working first time on that
– Navin Bhudiya
Mar 18 '17 at 16:06
Welcome. Happy to help :)
– Pankaj Bhope
Mar 19 '17 at 4:54
Customers are migrated in database but not displaying in ADMIN. can you help me? All other content is migrated except customer.
– Jai
May 4 '17 at 9:39
my mistake was here. Customer and all data is migrated.
– Jai
May 8 '17 at 12:34
if i want to migrate only ORDERS? All data is migrating even customers individually is also migrating. Want only Orders. Which is right steps for it?
– Jai
May 8 '17 at 12:36
|
show 3 more comments
Files to specify in option tags in config.xml are
<map_file>etc/opensource-to-opensource/1.8.0.0/map.xml</map_file>
<customer_map_file>etc/opensource-to-opensource/map-customer.xml</customer_map_file>
<customer_document_groups_file>etc/opensource-to-opensource/customer-document-groups.xml</customer_document_groups_file>
<customer_attribute_groups_file>etc/opensource-to-opensource/customer-attribute-groups.xml</customer_attribute_groups_file>
<class_map>etc/opensource-to-opensource/class-map.xml</class_map>
add a comment |
mode and steps in that mode you need in config.xml is
<steps mode="data">
<step title="Customer Attributes Step">
<integrity>MigrationStepCustomerIntegrity</integrity>
<data>MigrationStepCustomerData</data>
<volume>MigrationStepCustomerVolume</volume>
</step>
<step title="Map Step">
<integrity>MigrationStepMapIntegrity</integrity>
<data>MigrationStepMapData</data>
<volume>MigrationStepMapVolume</volume>
</step></steps>
Files to specify in option tags in config.xml are
<map_file>etc/opensource-to-opensource/1.8.0.0/map.xml</map_file>
<customer_map_file>etc/opensource-to-opensource/map-customer.xml</customer_map_file>
<customer_document_groups_file>etc/opensource-to-opensource/customer-document-groups.xml</customer_document_groups_file>
<customer_attribute_groups_file>etc/opensource-to-opensource/customer-attribute-groups.xml</customer_attribute_groups_file>
<class_map>etc/opensource-to-opensource/class-map.xml</class_map>
i have perfect answer for this
rename config.xml.dist, map.xml.dist and map-customers.xml.dist as config.xml, map.xml and map-customer.xml
add a comment |
i have perfect answer for this
rename config.xml.dist, map.xml.dist and map-customers.xml.dist as config.xml, map.xml and map-customer.xml
Please don't post multiple answers. You can edit one answer and add more details if needed
– Marius♦
Jul 11 '18 at 12:15
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%2f164989%2fmagento-2-is-it-possible-to-migrate-only-customer-using-migration-tool%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
4 Answers
4
active
oldest
votes
4 Answers
4
active
oldest
votes
active
oldest
votes
active
oldest
votes
Yes,
It is possible to migrate only customers using migration tool.
But to achieve the same you need to know which tables are required to be migrated.
so, to break the solution into major steps :
step 1 : Comment all the non required steps
step 2 : Now Solve the errors for un-mapped fields if any.
step 3 : start migration by using cli command
bin/magento migrate:data <config.xml_path>
this should do the trick.
Get the idea about how tool is working and you will be able to perform above mentioned steps.
Now you asked about the steps in your comment, So, trying to answer that :
<step title="Customer Attributes Step">
<integrity>MigrationStepCustomerIntegrity</integrity>
<data>MigrationStepCustomerData</data>
<volume>MigrationStepCustomerVolume</volume>
</step>
keep this step and comment others. Solve the errors if any and run the data migration tool.
can you please explain me which steps i need to comment for that? because i am working first time on that
– Navin Bhudiya
Mar 18 '17 at 16:06
Welcome. Happy to help :)
– Pankaj Bhope
Mar 19 '17 at 4:54
Customers are migrated in database but not displaying in ADMIN. can you help me? All other content is migrated except customer.
– Jai
May 4 '17 at 9:39
my mistake was here. Customer and all data is migrated.
– Jai
May 8 '17 at 12:34
if i want to migrate only ORDERS? All data is migrating even customers individually is also migrating. Want only Orders. Which is right steps for it?
– Jai
May 8 '17 at 12:36
|
show 3 more comments
Yes,
It is possible to migrate only customers using migration tool.
But to achieve the same you need to know which tables are required to be migrated.
so, to break the solution into major steps :
step 1 : Comment all the non required steps
step 2 : Now Solve the errors for un-mapped fields if any.
step 3 : start migration by using cli command
bin/magento migrate:data <config.xml_path>
this should do the trick.
Get the idea about how tool is working and you will be able to perform above mentioned steps.
Now you asked about the steps in your comment, So, trying to answer that :
<step title="Customer Attributes Step">
<integrity>MigrationStepCustomerIntegrity</integrity>
<data>MigrationStepCustomerData</data>
<volume>MigrationStepCustomerVolume</volume>
</step>
keep this step and comment others. Solve the errors if any and run the data migration tool.
can you please explain me which steps i need to comment for that? because i am working first time on that
– Navin Bhudiya
Mar 18 '17 at 16:06
Welcome. Happy to help :)
– Pankaj Bhope
Mar 19 '17 at 4:54
Customers are migrated in database but not displaying in ADMIN. can you help me? All other content is migrated except customer.
– Jai
May 4 '17 at 9:39
my mistake was here. Customer and all data is migrated.
– Jai
May 8 '17 at 12:34
if i want to migrate only ORDERS? All data is migrating even customers individually is also migrating. Want only Orders. Which is right steps for it?
– Jai
May 8 '17 at 12:36
|
show 3 more comments
Yes,
It is possible to migrate only customers using migration tool.
But to achieve the same you need to know which tables are required to be migrated.
so, to break the solution into major steps :
step 1 : Comment all the non required steps
step 2 : Now Solve the errors for un-mapped fields if any.
step 3 : start migration by using cli command
bin/magento migrate:data <config.xml_path>
this should do the trick.
Get the idea about how tool is working and you will be able to perform above mentioned steps.
Now you asked about the steps in your comment, So, trying to answer that :
<step title="Customer Attributes Step">
<integrity>MigrationStepCustomerIntegrity</integrity>
<data>MigrationStepCustomerData</data>
<volume>MigrationStepCustomerVolume</volume>
</step>
keep this step and comment others. Solve the errors if any and run the data migration tool.
Yes,
It is possible to migrate only customers using migration tool.
But to achieve the same you need to know which tables are required to be migrated.
so, to break the solution into major steps :
step 1 : Comment all the non required steps
step 2 : Now Solve the errors for un-mapped fields if any.
step 3 : start migration by using cli command
bin/magento migrate:data <config.xml_path>
this should do the trick.
Get the idea about how tool is working and you will be able to perform above mentioned steps.
Now you asked about the steps in your comment, So, trying to answer that :
<step title="Customer Attributes Step">
<integrity>MigrationStepCustomerIntegrity</integrity>
<data>MigrationStepCustomerData</data>
<volume>MigrationStepCustomerVolume</volume>
</step>
keep this step and comment others. Solve the errors if any and run the data migration tool.
edited Mar 18 '17 at 16:52
answered Mar 18 '17 at 11:37
Pankaj BhopePankaj Bhope
951220
951220
can you please explain me which steps i need to comment for that? because i am working first time on that
– Navin Bhudiya
Mar 18 '17 at 16:06
Welcome. Happy to help :)
– Pankaj Bhope
Mar 19 '17 at 4:54
Customers are migrated in database but not displaying in ADMIN. can you help me? All other content is migrated except customer.
– Jai
May 4 '17 at 9:39
my mistake was here. Customer and all data is migrated.
– Jai
May 8 '17 at 12:34
if i want to migrate only ORDERS? All data is migrating even customers individually is also migrating. Want only Orders. Which is right steps for it?
– Jai
May 8 '17 at 12:36
|
show 3 more comments
can you please explain me which steps i need to comment for that? because i am working first time on that
– Navin Bhudiya
Mar 18 '17 at 16:06
Welcome. Happy to help :)
– Pankaj Bhope
Mar 19 '17 at 4:54
Customers are migrated in database but not displaying in ADMIN. can you help me? All other content is migrated except customer.
– Jai
May 4 '17 at 9:39
my mistake was here. Customer and all data is migrated.
– Jai
May 8 '17 at 12:34
if i want to migrate only ORDERS? All data is migrating even customers individually is also migrating. Want only Orders. Which is right steps for it?
– Jai
May 8 '17 at 12:36
can you please explain me which steps i need to comment for that? because i am working first time on that
– Navin Bhudiya
Mar 18 '17 at 16:06
can you please explain me which steps i need to comment for that? because i am working first time on that
– Navin Bhudiya
Mar 18 '17 at 16:06
Welcome. Happy to help :)
– Pankaj Bhope
Mar 19 '17 at 4:54
Welcome. Happy to help :)
– Pankaj Bhope
Mar 19 '17 at 4:54
Customers are migrated in database but not displaying in ADMIN. can you help me? All other content is migrated except customer.
– Jai
May 4 '17 at 9:39
Customers are migrated in database but not displaying in ADMIN. can you help me? All other content is migrated except customer.
– Jai
May 4 '17 at 9:39
my mistake was here. Customer and all data is migrated.
– Jai
May 8 '17 at 12:34
my mistake was here. Customer and all data is migrated.
– Jai
May 8 '17 at 12:34
if i want to migrate only ORDERS? All data is migrating even customers individually is also migrating. Want only Orders. Which is right steps for it?
– Jai
May 8 '17 at 12:36
if i want to migrate only ORDERS? All data is migrating even customers individually is also migrating. Want only Orders. Which is right steps for it?
– Jai
May 8 '17 at 12:36
|
show 3 more comments
Files to specify in option tags in config.xml are
<map_file>etc/opensource-to-opensource/1.8.0.0/map.xml</map_file>
<customer_map_file>etc/opensource-to-opensource/map-customer.xml</customer_map_file>
<customer_document_groups_file>etc/opensource-to-opensource/customer-document-groups.xml</customer_document_groups_file>
<customer_attribute_groups_file>etc/opensource-to-opensource/customer-attribute-groups.xml</customer_attribute_groups_file>
<class_map>etc/opensource-to-opensource/class-map.xml</class_map>
add a comment |
Files to specify in option tags in config.xml are
<map_file>etc/opensource-to-opensource/1.8.0.0/map.xml</map_file>
<customer_map_file>etc/opensource-to-opensource/map-customer.xml</customer_map_file>
<customer_document_groups_file>etc/opensource-to-opensource/customer-document-groups.xml</customer_document_groups_file>
<customer_attribute_groups_file>etc/opensource-to-opensource/customer-attribute-groups.xml</customer_attribute_groups_file>
<class_map>etc/opensource-to-opensource/class-map.xml</class_map>
add a comment |
Files to specify in option tags in config.xml are
<map_file>etc/opensource-to-opensource/1.8.0.0/map.xml</map_file>
<customer_map_file>etc/opensource-to-opensource/map-customer.xml</customer_map_file>
<customer_document_groups_file>etc/opensource-to-opensource/customer-document-groups.xml</customer_document_groups_file>
<customer_attribute_groups_file>etc/opensource-to-opensource/customer-attribute-groups.xml</customer_attribute_groups_file>
<class_map>etc/opensource-to-opensource/class-map.xml</class_map>
Files to specify in option tags in config.xml are
<map_file>etc/opensource-to-opensource/1.8.0.0/map.xml</map_file>
<customer_map_file>etc/opensource-to-opensource/map-customer.xml</customer_map_file>
<customer_document_groups_file>etc/opensource-to-opensource/customer-document-groups.xml</customer_document_groups_file>
<customer_attribute_groups_file>etc/opensource-to-opensource/customer-attribute-groups.xml</customer_attribute_groups_file>
<class_map>etc/opensource-to-opensource/class-map.xml</class_map>
edited Jul 11 '18 at 11:08
answered Jul 11 '18 at 10:29
Ds uppalDs uppal
11
11
add a comment |
add a comment |
mode and steps in that mode you need in config.xml is
<steps mode="data">
<step title="Customer Attributes Step">
<integrity>MigrationStepCustomerIntegrity</integrity>
<data>MigrationStepCustomerData</data>
<volume>MigrationStepCustomerVolume</volume>
</step>
<step title="Map Step">
<integrity>MigrationStepMapIntegrity</integrity>
<data>MigrationStepMapData</data>
<volume>MigrationStepMapVolume</volume>
</step></steps>
Files to specify in option tags in config.xml are
<map_file>etc/opensource-to-opensource/1.8.0.0/map.xml</map_file>
<customer_map_file>etc/opensource-to-opensource/map-customer.xml</customer_map_file>
<customer_document_groups_file>etc/opensource-to-opensource/customer-document-groups.xml</customer_document_groups_file>
<customer_attribute_groups_file>etc/opensource-to-opensource/customer-attribute-groups.xml</customer_attribute_groups_file>
<class_map>etc/opensource-to-opensource/class-map.xml</class_map>
i have perfect answer for this
rename config.xml.dist, map.xml.dist and map-customers.xml.dist as config.xml, map.xml and map-customer.xml
add a comment |
mode and steps in that mode you need in config.xml is
<steps mode="data">
<step title="Customer Attributes Step">
<integrity>MigrationStepCustomerIntegrity</integrity>
<data>MigrationStepCustomerData</data>
<volume>MigrationStepCustomerVolume</volume>
</step>
<step title="Map Step">
<integrity>MigrationStepMapIntegrity</integrity>
<data>MigrationStepMapData</data>
<volume>MigrationStepMapVolume</volume>
</step></steps>
Files to specify in option tags in config.xml are
<map_file>etc/opensource-to-opensource/1.8.0.0/map.xml</map_file>
<customer_map_file>etc/opensource-to-opensource/map-customer.xml</customer_map_file>
<customer_document_groups_file>etc/opensource-to-opensource/customer-document-groups.xml</customer_document_groups_file>
<customer_attribute_groups_file>etc/opensource-to-opensource/customer-attribute-groups.xml</customer_attribute_groups_file>
<class_map>etc/opensource-to-opensource/class-map.xml</class_map>
i have perfect answer for this
rename config.xml.dist, map.xml.dist and map-customers.xml.dist as config.xml, map.xml and map-customer.xml
add a comment |
mode and steps in that mode you need in config.xml is
<steps mode="data">
<step title="Customer Attributes Step">
<integrity>MigrationStepCustomerIntegrity</integrity>
<data>MigrationStepCustomerData</data>
<volume>MigrationStepCustomerVolume</volume>
</step>
<step title="Map Step">
<integrity>MigrationStepMapIntegrity</integrity>
<data>MigrationStepMapData</data>
<volume>MigrationStepMapVolume</volume>
</step></steps>
Files to specify in option tags in config.xml are
<map_file>etc/opensource-to-opensource/1.8.0.0/map.xml</map_file>
<customer_map_file>etc/opensource-to-opensource/map-customer.xml</customer_map_file>
<customer_document_groups_file>etc/opensource-to-opensource/customer-document-groups.xml</customer_document_groups_file>
<customer_attribute_groups_file>etc/opensource-to-opensource/customer-attribute-groups.xml</customer_attribute_groups_file>
<class_map>etc/opensource-to-opensource/class-map.xml</class_map>
i have perfect answer for this
rename config.xml.dist, map.xml.dist and map-customers.xml.dist as config.xml, map.xml and map-customer.xml
mode and steps in that mode you need in config.xml is
<steps mode="data">
<step title="Customer Attributes Step">
<integrity>MigrationStepCustomerIntegrity</integrity>
<data>MigrationStepCustomerData</data>
<volume>MigrationStepCustomerVolume</volume>
</step>
<step title="Map Step">
<integrity>MigrationStepMapIntegrity</integrity>
<data>MigrationStepMapData</data>
<volume>MigrationStepMapVolume</volume>
</step></steps>
Files to specify in option tags in config.xml are
<map_file>etc/opensource-to-opensource/1.8.0.0/map.xml</map_file>
<customer_map_file>etc/opensource-to-opensource/map-customer.xml</customer_map_file>
<customer_document_groups_file>etc/opensource-to-opensource/customer-document-groups.xml</customer_document_groups_file>
<customer_attribute_groups_file>etc/opensource-to-opensource/customer-attribute-groups.xml</customer_attribute_groups_file>
<class_map>etc/opensource-to-opensource/class-map.xml</class_map>
i have perfect answer for this
rename config.xml.dist, map.xml.dist and map-customers.xml.dist as config.xml, map.xml and map-customer.xml
edited 7 hours ago
Amit Bera♦
57.8k1474172
57.8k1474172
answered Jul 11 '18 at 11:12
Ds uppalDs uppal
11
11
add a comment |
add a comment |
i have perfect answer for this
rename config.xml.dist, map.xml.dist and map-customers.xml.dist as config.xml, map.xml and map-customer.xml
Please don't post multiple answers. You can edit one answer and add more details if needed
– Marius♦
Jul 11 '18 at 12:15
add a comment |
i have perfect answer for this
rename config.xml.dist, map.xml.dist and map-customers.xml.dist as config.xml, map.xml and map-customer.xml
Please don't post multiple answers. You can edit one answer and add more details if needed
– Marius♦
Jul 11 '18 at 12:15
add a comment |
i have perfect answer for this
rename config.xml.dist, map.xml.dist and map-customers.xml.dist as config.xml, map.xml and map-customer.xml
i have perfect answer for this
rename config.xml.dist, map.xml.dist and map-customers.xml.dist as config.xml, map.xml and map-customer.xml
edited Jul 11 '18 at 10:26
answered Jul 11 '18 at 10:10
Ds uppalDs uppal
11
11
Please don't post multiple answers. You can edit one answer and add more details if needed
– Marius♦
Jul 11 '18 at 12:15
add a comment |
Please don't post multiple answers. You can edit one answer and add more details if needed
– Marius♦
Jul 11 '18 at 12:15
Please don't post multiple answers. You can edit one answer and add more details if needed
– Marius♦
Jul 11 '18 at 12:15
Please don't post multiple answers. You can edit one answer and add more details if needed
– Marius♦
Jul 11 '18 at 12:15
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%2f164989%2fmagento-2-is-it-possible-to-migrate-only-customer-using-migration-tool%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