Magento Payment Methods Not Showing - Shows a CC Form Instead
I have noticed a strange issue recently on the Magento checkout. The same thing occurs whether I am using the default onpage Magento checkout, or if I am using the lotusbreath onepage checkout extension.
When I go to the checkout, there is a credit card form, in place of where you would usually have a list of payment methods (PayPal, Pay In Store, Sage Pay etc.). I can not see these other options now.
When I load the page, I do see them load, very briefly, but they are immediatley replaced by this form. I have disabled all payment methods, apart from pay in store, sag pay and paypal. Sage pay takes the user to their website to process payments, so the form does not belong to that.
Where could this come from?
magento-1.9 checkout onepage-checkout security onestepcheckout
add a comment |
I have noticed a strange issue recently on the Magento checkout. The same thing occurs whether I am using the default onpage Magento checkout, or if I am using the lotusbreath onepage checkout extension.
When I go to the checkout, there is a credit card form, in place of where you would usually have a list of payment methods (PayPal, Pay In Store, Sage Pay etc.). I can not see these other options now.
When I load the page, I do see them load, very briefly, but they are immediatley replaced by this form. I have disabled all payment methods, apart from pay in store, sag pay and paypal. Sage pay takes the user to their website to process payments, so the form does not belong to that.
Where could this come from?
magento-1.9 checkout onepage-checkout security onestepcheckout
add a comment |
I have noticed a strange issue recently on the Magento checkout. The same thing occurs whether I am using the default onpage Magento checkout, or if I am using the lotusbreath onepage checkout extension.
When I go to the checkout, there is a credit card form, in place of where you would usually have a list of payment methods (PayPal, Pay In Store, Sage Pay etc.). I can not see these other options now.
When I load the page, I do see them load, very briefly, but they are immediatley replaced by this form. I have disabled all payment methods, apart from pay in store, sag pay and paypal. Sage pay takes the user to their website to process payments, so the form does not belong to that.
Where could this come from?
magento-1.9 checkout onepage-checkout security onestepcheckout
I have noticed a strange issue recently on the Magento checkout. The same thing occurs whether I am using the default onpage Magento checkout, or if I am using the lotusbreath onepage checkout extension.
When I go to the checkout, there is a credit card form, in place of where you would usually have a list of payment methods (PayPal, Pay In Store, Sage Pay etc.). I can not see these other options now.
When I load the page, I do see them load, very briefly, but they are immediatley replaced by this form. I have disabled all payment methods, apart from pay in store, sag pay and paypal. Sage pay takes the user to their website to process payments, so the form does not belong to that.
Where could this come from?
magento-1.9 checkout onepage-checkout security onestepcheckout
magento-1.9 checkout onepage-checkout security onestepcheckout
edited Aug 29 '16 at 13:45
Fabian Schmengler
54.4k20130341
54.4k20130341
asked Aug 8 '16 at 0:09
ShaunShaun
638
638
add a comment |
add a comment |
3 Answers
3
active
oldest
votes
This sounds like your site has been hacked. I'm sure this credit card form is displayed via JavaScript and sends entered credit card data to some unknown server far away, stealing your customers credit cards.
Take the site offline immediately and then start investigating the PHP code and other files, as well as configurations where scripts could have been added (often in System > Configuration > Design).
Then change passwords, make sure, that all security patches are applied and server software is up to date.
You will also have to notify your customers about this exploit, if people were trying to buy on your site while this form was in place.
See also: What should you do with the hacked installation?
add a comment |
I also had the same issue and now been solved by these simple steps.
Just check or any miscellaneous scripts in head section.
If found any encrypted script, then
Go to ->System-> Configuration-> Design ->HTML Head->Miscellaneous Scripts.
And delete all this script content.(Note take a backup of full site before performing deletion).
Save all the changes.
add a comment |
I am unfortunately experiencing the same issue. Cropped up yesterday. Done full server scan and did not find any files infected related to this.
It seems to be using Javascript payment.switchMethod('sagepaydirectpro') that shows the form but I am not certain. I've had to disable the site until I can find a resolve.
Checked Design Config for scripts but couldn't find anything.
Any help would be appreciated.
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%2f130323%2fmagento-payment-methods-not-showing-shows-a-cc-form-instead%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
This sounds like your site has been hacked. I'm sure this credit card form is displayed via JavaScript and sends entered credit card data to some unknown server far away, stealing your customers credit cards.
Take the site offline immediately and then start investigating the PHP code and other files, as well as configurations where scripts could have been added (often in System > Configuration > Design).
Then change passwords, make sure, that all security patches are applied and server software is up to date.
You will also have to notify your customers about this exploit, if people were trying to buy on your site while this form was in place.
See also: What should you do with the hacked installation?
add a comment |
This sounds like your site has been hacked. I'm sure this credit card form is displayed via JavaScript and sends entered credit card data to some unknown server far away, stealing your customers credit cards.
Take the site offline immediately and then start investigating the PHP code and other files, as well as configurations where scripts could have been added (often in System > Configuration > Design).
Then change passwords, make sure, that all security patches are applied and server software is up to date.
You will also have to notify your customers about this exploit, if people were trying to buy on your site while this form was in place.
See also: What should you do with the hacked installation?
add a comment |
This sounds like your site has been hacked. I'm sure this credit card form is displayed via JavaScript and sends entered credit card data to some unknown server far away, stealing your customers credit cards.
Take the site offline immediately and then start investigating the PHP code and other files, as well as configurations where scripts could have been added (often in System > Configuration > Design).
Then change passwords, make sure, that all security patches are applied and server software is up to date.
You will also have to notify your customers about this exploit, if people were trying to buy on your site while this form was in place.
See also: What should you do with the hacked installation?
This sounds like your site has been hacked. I'm sure this credit card form is displayed via JavaScript and sends entered credit card data to some unknown server far away, stealing your customers credit cards.
Take the site offline immediately and then start investigating the PHP code and other files, as well as configurations where scripts could have been added (often in System > Configuration > Design).
Then change passwords, make sure, that all security patches are applied and server software is up to date.
You will also have to notify your customers about this exploit, if people were trying to buy on your site while this form was in place.
See also: What should you do with the hacked installation?
edited Apr 13 '17 at 12:55
Community♦
1
1
answered Aug 29 '16 at 13:51
Fabian SchmenglerFabian Schmengler
54.4k20130341
54.4k20130341
add a comment |
add a comment |
I also had the same issue and now been solved by these simple steps.
Just check or any miscellaneous scripts in head section.
If found any encrypted script, then
Go to ->System-> Configuration-> Design ->HTML Head->Miscellaneous Scripts.
And delete all this script content.(Note take a backup of full site before performing deletion).
Save all the changes.
add a comment |
I also had the same issue and now been solved by these simple steps.
Just check or any miscellaneous scripts in head section.
If found any encrypted script, then
Go to ->System-> Configuration-> Design ->HTML Head->Miscellaneous Scripts.
And delete all this script content.(Note take a backup of full site before performing deletion).
Save all the changes.
add a comment |
I also had the same issue and now been solved by these simple steps.
Just check or any miscellaneous scripts in head section.
If found any encrypted script, then
Go to ->System-> Configuration-> Design ->HTML Head->Miscellaneous Scripts.
And delete all this script content.(Note take a backup of full site before performing deletion).
Save all the changes.
I also had the same issue and now been solved by these simple steps.
Just check or any miscellaneous scripts in head section.
If found any encrypted script, then
Go to ->System-> Configuration-> Design ->HTML Head->Miscellaneous Scripts.
And delete all this script content.(Note take a backup of full site before performing deletion).
Save all the changes.
edited Sep 27 '17 at 3:37
Manoj Deswal
4,28591743
4,28591743
answered Aug 11 '16 at 11:34
Jayank ChopraJayank Chopra
1
1
add a comment |
add a comment |
I am unfortunately experiencing the same issue. Cropped up yesterday. Done full server scan and did not find any files infected related to this.
It seems to be using Javascript payment.switchMethod('sagepaydirectpro') that shows the form but I am not certain. I've had to disable the site until I can find a resolve.
Checked Design Config for scripts but couldn't find anything.
Any help would be appreciated.
add a comment |
I am unfortunately experiencing the same issue. Cropped up yesterday. Done full server scan and did not find any files infected related to this.
It seems to be using Javascript payment.switchMethod('sagepaydirectpro') that shows the form but I am not certain. I've had to disable the site until I can find a resolve.
Checked Design Config for scripts but couldn't find anything.
Any help would be appreciated.
add a comment |
I am unfortunately experiencing the same issue. Cropped up yesterday. Done full server scan and did not find any files infected related to this.
It seems to be using Javascript payment.switchMethod('sagepaydirectpro') that shows the form but I am not certain. I've had to disable the site until I can find a resolve.
Checked Design Config for scripts but couldn't find anything.
Any help would be appreciated.
I am unfortunately experiencing the same issue. Cropped up yesterday. Done full server scan and did not find any files infected related to this.
It seems to be using Javascript payment.switchMethod('sagepaydirectpro') that shows the form but I am not certain. I've had to disable the site until I can find a resolve.
Checked Design Config for scripts but couldn't find anything.
Any help would be appreciated.
answered 6 hours ago
ChrisChris
12
12
add a comment |
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%2f130323%2fmagento-payment-methods-not-showing-shows-a-cc-form-instead%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