module-customer phtml override
I'm new to magento 2 and i have a question, how can i override the module module-customer with my own .phtml files?
I tried several searches but i cant find anything, i have tried the following but they didnt work even after i flushed the cached en upgrade from the console.
Magento_Customertemplates
Magento_Customerviewfrontendtemplates
I did forgot the capitals.
magento-2.0
add a comment |
I'm new to magento 2 and i have a question, how can i override the module module-customer with my own .phtml files?
I tried several searches but i cant find anything, i have tried the following but they didnt work even after i flushed the cached en upgrade from the console.
Magento_Customertemplates
Magento_Customerviewfrontendtemplates
I did forgot the capitals.
magento-2.0
4
Possible duplicate of Override template for module: /vendor/magento/offline-payments/
– Danny Nimmo
Apr 10 '17 at 0:01
Do you have your own theme implemented? If soapp/design/frontend/<your_package>/<your_theme>/Magento_Customer/templates/<path_to_phtml_file>
will do the override.
– Oshan
Apr 10 '17 at 7:06
Yes i did implemented my own theme, i did place the files in the directory but it didnt work. i looks like its working now, thanks for you sugestion.
– David Blokzijl
Apr 10 '17 at 15:29
add a comment |
I'm new to magento 2 and i have a question, how can i override the module module-customer with my own .phtml files?
I tried several searches but i cant find anything, i have tried the following but they didnt work even after i flushed the cached en upgrade from the console.
Magento_Customertemplates
Magento_Customerviewfrontendtemplates
I did forgot the capitals.
magento-2.0
I'm new to magento 2 and i have a question, how can i override the module module-customer with my own .phtml files?
I tried several searches but i cant find anything, i have tried the following but they didnt work even after i flushed the cached en upgrade from the console.
Magento_Customertemplates
Magento_Customerviewfrontendtemplates
I did forgot the capitals.
magento-2.0
magento-2.0
edited 1 hour ago
Teja Bhagavan Kollepara
2,96341847
2,96341847
asked Apr 9 '17 at 18:19
David BlokzijlDavid Blokzijl
162
162
4
Possible duplicate of Override template for module: /vendor/magento/offline-payments/
– Danny Nimmo
Apr 10 '17 at 0:01
Do you have your own theme implemented? If soapp/design/frontend/<your_package>/<your_theme>/Magento_Customer/templates/<path_to_phtml_file>
will do the override.
– Oshan
Apr 10 '17 at 7:06
Yes i did implemented my own theme, i did place the files in the directory but it didnt work. i looks like its working now, thanks for you sugestion.
– David Blokzijl
Apr 10 '17 at 15:29
add a comment |
4
Possible duplicate of Override template for module: /vendor/magento/offline-payments/
– Danny Nimmo
Apr 10 '17 at 0:01
Do you have your own theme implemented? If soapp/design/frontend/<your_package>/<your_theme>/Magento_Customer/templates/<path_to_phtml_file>
will do the override.
– Oshan
Apr 10 '17 at 7:06
Yes i did implemented my own theme, i did place the files in the directory but it didnt work. i looks like its working now, thanks for you sugestion.
– David Blokzijl
Apr 10 '17 at 15:29
4
4
Possible duplicate of Override template for module: /vendor/magento/offline-payments/
– Danny Nimmo
Apr 10 '17 at 0:01
Possible duplicate of Override template for module: /vendor/magento/offline-payments/
– Danny Nimmo
Apr 10 '17 at 0:01
Do you have your own theme implemented? If so
app/design/frontend/<your_package>/<your_theme>/Magento_Customer/templates/<path_to_phtml_file>
will do the override.– Oshan
Apr 10 '17 at 7:06
Do you have your own theme implemented? If so
app/design/frontend/<your_package>/<your_theme>/Magento_Customer/templates/<path_to_phtml_file>
will do the override.– Oshan
Apr 10 '17 at 7:06
Yes i did implemented my own theme, i did place the files in the directory but it didnt work. i looks like its working now, thanks for you sugestion.
– David Blokzijl
Apr 10 '17 at 15:29
Yes i did implemented my own theme, i did place the files in the directory but it didnt work. i looks like its working now, thanks for you sugestion.
– David Blokzijl
Apr 10 '17 at 15:29
add a comment |
1 Answer
1
active
oldest
votes
change Magento_customer
to **Magento_Customer**
I did forgot the capitals in my topic, so thats not the solution! thanks
– David Blokzijl
Apr 10 '17 at 5:47
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%2f169337%2fmodule-customer-phtml-override%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
change Magento_customer
to **Magento_Customer**
I did forgot the capitals in my topic, so thats not the solution! thanks
– David Blokzijl
Apr 10 '17 at 5:47
add a comment |
change Magento_customer
to **Magento_Customer**
I did forgot the capitals in my topic, so thats not the solution! thanks
– David Blokzijl
Apr 10 '17 at 5:47
add a comment |
change Magento_customer
to **Magento_Customer**
change Magento_customer
to **Magento_Customer**
answered Apr 10 '17 at 4:57
chiragchirag
2,1131830
2,1131830
I did forgot the capitals in my topic, so thats not the solution! thanks
– David Blokzijl
Apr 10 '17 at 5:47
add a comment |
I did forgot the capitals in my topic, so thats not the solution! thanks
– David Blokzijl
Apr 10 '17 at 5:47
I did forgot the capitals in my topic, so thats not the solution! thanks
– David Blokzijl
Apr 10 '17 at 5:47
I did forgot the capitals in my topic, so thats not the solution! thanks
– David Blokzijl
Apr 10 '17 at 5:47
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%2f169337%2fmodule-customer-phtml-override%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
4
Possible duplicate of Override template for module: /vendor/magento/offline-payments/
– Danny Nimmo
Apr 10 '17 at 0:01
Do you have your own theme implemented? If so
app/design/frontend/<your_package>/<your_theme>/Magento_Customer/templates/<path_to_phtml_file>
will do the override.– Oshan
Apr 10 '17 at 7:06
Yes i did implemented my own theme, i did place the files in the directory but it didnt work. i looks like its working now, thanks for you sugestion.
– David Blokzijl
Apr 10 '17 at 15:29