Change product url when changing product name
Are there any extensions or settings that can change the product url when you change the product name.
Before example:
- Product name: Product 1
- Product url: product-1
After example:
- Product name: Product 12
- Product url: product-12
I want this to be like the example above.
magento-1.7 magento-1.8 catalog url-rewrite
add a comment |
Are there any extensions or settings that can change the product url when you change the product name.
Before example:
- Product name: Product 1
- Product url: product-1
After example:
- Product name: Product 12
- Product url: product-12
I want this to be like the example above.
magento-1.7 magento-1.8 catalog url-rewrite
there is an extension which allows you to use variables when mass changing attributes, but I can't remember the name, so you can say {oldname}2
– Fabian Blechschmidt
May 28 '14 at 12:18
add a comment |
Are there any extensions or settings that can change the product url when you change the product name.
Before example:
- Product name: Product 1
- Product url: product-1
After example:
- Product name: Product 12
- Product url: product-12
I want this to be like the example above.
magento-1.7 magento-1.8 catalog url-rewrite
Are there any extensions or settings that can change the product url when you change the product name.
Before example:
- Product name: Product 1
- Product url: product-1
After example:
- Product name: Product 12
- Product url: product-12
I want this to be like the example above.
magento-1.7 magento-1.8 catalog url-rewrite
magento-1.7 magento-1.8 catalog url-rewrite
edited 8 mins ago
Teja Bhagavan Kollepara
2,94841847
2,94841847
asked May 28 '14 at 11:17
Jelle SideriusJelle Siderius
161112
161112
there is an extension which allows you to use variables when mass changing attributes, but I can't remember the name, so you can say {oldname}2
– Fabian Blechschmidt
May 28 '14 at 12:18
add a comment |
there is an extension which allows you to use variables when mass changing attributes, but I can't remember the name, so you can say {oldname}2
– Fabian Blechschmidt
May 28 '14 at 12:18
there is an extension which allows you to use variables when mass changing attributes, but I can't remember the name, so you can say {oldname}2
– Fabian Blechschmidt
May 28 '14 at 12:18
there is an extension which allows you to use variables when mass changing attributes, but I can't remember the name, so you can say {oldname}2
– Fabian Blechschmidt
May 28 '14 at 12:18
add a comment |
2 Answers
2
active
oldest
votes
Use Magmi to import a CSV with columns store, sku, name, url_key
and update the listings that way. Then reindex your site and you'll see the changes
add a comment |
Modify url key
attribute to your desired value under catalog -> Manage products -> general tab
That's not exactly what i mean. I mean to change all changed products to a new url.
– Jelle Siderius
May 28 '14 at 11:25
1
Either you can import all the products with sku and url-key and then re-import same with modified url keys or create a script that will iterate through all the products and modify url key.
– Anshu Mishra
May 28 '14 at 11:29
But there is no extension for this yet?
– Jelle Siderius
May 28 '14 at 11:29
I am not sure, but I guess there is no such extension.
– Anshu Mishra
May 28 '14 at 11:30
My website, recently update products name, how can i update my url key also. Now the product name and url key look like diff.
– Gem
Mar 15 '18 at 6:07
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%2f21664%2fchange-product-url-when-changing-product-name%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
Use Magmi to import a CSV with columns store, sku, name, url_key
and update the listings that way. Then reindex your site and you'll see the changes
add a comment |
Use Magmi to import a CSV with columns store, sku, name, url_key
and update the listings that way. Then reindex your site and you'll see the changes
add a comment |
Use Magmi to import a CSV with columns store, sku, name, url_key
and update the listings that way. Then reindex your site and you'll see the changes
Use Magmi to import a CSV with columns store, sku, name, url_key
and update the listings that way. Then reindex your site and you'll see the changes
answered Nov 16 '17 at 17:49
Steven JSteven J
683716
683716
add a comment |
add a comment |
Modify url key
attribute to your desired value under catalog -> Manage products -> general tab
That's not exactly what i mean. I mean to change all changed products to a new url.
– Jelle Siderius
May 28 '14 at 11:25
1
Either you can import all the products with sku and url-key and then re-import same with modified url keys or create a script that will iterate through all the products and modify url key.
– Anshu Mishra
May 28 '14 at 11:29
But there is no extension for this yet?
– Jelle Siderius
May 28 '14 at 11:29
I am not sure, but I guess there is no such extension.
– Anshu Mishra
May 28 '14 at 11:30
My website, recently update products name, how can i update my url key also. Now the product name and url key look like diff.
– Gem
Mar 15 '18 at 6:07
add a comment |
Modify url key
attribute to your desired value under catalog -> Manage products -> general tab
That's not exactly what i mean. I mean to change all changed products to a new url.
– Jelle Siderius
May 28 '14 at 11:25
1
Either you can import all the products with sku and url-key and then re-import same with modified url keys or create a script that will iterate through all the products and modify url key.
– Anshu Mishra
May 28 '14 at 11:29
But there is no extension for this yet?
– Jelle Siderius
May 28 '14 at 11:29
I am not sure, but I guess there is no such extension.
– Anshu Mishra
May 28 '14 at 11:30
My website, recently update products name, how can i update my url key also. Now the product name and url key look like diff.
– Gem
Mar 15 '18 at 6:07
add a comment |
Modify url key
attribute to your desired value under catalog -> Manage products -> general tab
Modify url key
attribute to your desired value under catalog -> Manage products -> general tab
answered May 28 '14 at 11:21
Anshu MishraAnshu Mishra
5,18552657
5,18552657
That's not exactly what i mean. I mean to change all changed products to a new url.
– Jelle Siderius
May 28 '14 at 11:25
1
Either you can import all the products with sku and url-key and then re-import same with modified url keys or create a script that will iterate through all the products and modify url key.
– Anshu Mishra
May 28 '14 at 11:29
But there is no extension for this yet?
– Jelle Siderius
May 28 '14 at 11:29
I am not sure, but I guess there is no such extension.
– Anshu Mishra
May 28 '14 at 11:30
My website, recently update products name, how can i update my url key also. Now the product name and url key look like diff.
– Gem
Mar 15 '18 at 6:07
add a comment |
That's not exactly what i mean. I mean to change all changed products to a new url.
– Jelle Siderius
May 28 '14 at 11:25
1
Either you can import all the products with sku and url-key and then re-import same with modified url keys or create a script that will iterate through all the products and modify url key.
– Anshu Mishra
May 28 '14 at 11:29
But there is no extension for this yet?
– Jelle Siderius
May 28 '14 at 11:29
I am not sure, but I guess there is no such extension.
– Anshu Mishra
May 28 '14 at 11:30
My website, recently update products name, how can i update my url key also. Now the product name and url key look like diff.
– Gem
Mar 15 '18 at 6:07
That's not exactly what i mean. I mean to change all changed products to a new url.
– Jelle Siderius
May 28 '14 at 11:25
That's not exactly what i mean. I mean to change all changed products to a new url.
– Jelle Siderius
May 28 '14 at 11:25
1
1
Either you can import all the products with sku and url-key and then re-import same with modified url keys or create a script that will iterate through all the products and modify url key.
– Anshu Mishra
May 28 '14 at 11:29
Either you can import all the products with sku and url-key and then re-import same with modified url keys or create a script that will iterate through all the products and modify url key.
– Anshu Mishra
May 28 '14 at 11:29
But there is no extension for this yet?
– Jelle Siderius
May 28 '14 at 11:29
But there is no extension for this yet?
– Jelle Siderius
May 28 '14 at 11:29
I am not sure, but I guess there is no such extension.
– Anshu Mishra
May 28 '14 at 11:30
I am not sure, but I guess there is no such extension.
– Anshu Mishra
May 28 '14 at 11:30
My website, recently update products name, how can i update my url key also. Now the product name and url key look like diff.
– Gem
Mar 15 '18 at 6:07
My website, recently update products name, how can i update my url key also. Now the product name and url key look like diff.
– Gem
Mar 15 '18 at 6:07
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%2f21664%2fchange-product-url-when-changing-product-name%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
there is an extension which allows you to use variables when mass changing attributes, but I can't remember the name, so you can say {oldname}2
– Fabian Blechschmidt
May 28 '14 at 12:18