Custom add to cart button results in 'We can't find product error'
I'm trying to add a custom add to cart button to the product detail page that adds a separate/featured product to the cart. I'm using the following code to add the button for the product
<?php $postDataHelper = $this->helper('MagentoFrameworkDataHelperPostHelper');
$postData = $postDataHelper->getPostData($_csData[0]['add_to_cart_url'], ['product' => $_csData[0]['product_id']]);
?>
<button class="action tocart primary"
data-post='<?= /* @escapeNotVerified */ $postData ?>'
type="button" title="<?= /* @escapeNotVerified */ __('Add to Cart') ?>">
<span><?= /* @escapeNotVerified */ __('Add to Cart') ?></span>
</button>
I'm generating the add to cart url via MagentoCatalogBlockProductListProduct getAddToCartUrl()
The URL and form data look correct when compared to the data on the main product add to cart button. However, when I click the custom button, it say's adding and then displays a 'We can't find this product' error. I know the product exists, is enabled, has stock quantity, etc.
Has anyone run into this issue before? Could the issue lie in the form key? It's the same as the form key for the primary add to cart button. Do I need to generate a form key that is specific for my custom button? Any thoughts/suggestions would be appreciated.
magento2 error addtocart
add a comment |
I'm trying to add a custom add to cart button to the product detail page that adds a separate/featured product to the cart. I'm using the following code to add the button for the product
<?php $postDataHelper = $this->helper('MagentoFrameworkDataHelperPostHelper');
$postData = $postDataHelper->getPostData($_csData[0]['add_to_cart_url'], ['product' => $_csData[0]['product_id']]);
?>
<button class="action tocart primary"
data-post='<?= /* @escapeNotVerified */ $postData ?>'
type="button" title="<?= /* @escapeNotVerified */ __('Add to Cart') ?>">
<span><?= /* @escapeNotVerified */ __('Add to Cart') ?></span>
</button>
I'm generating the add to cart url via MagentoCatalogBlockProductListProduct getAddToCartUrl()
The URL and form data look correct when compared to the data on the main product add to cart button. However, when I click the custom button, it say's adding and then displays a 'We can't find this product' error. I know the product exists, is enabled, has stock quantity, etc.
Has anyone run into this issue before? Could the issue lie in the form key? It's the same as the form key for the primary add to cart button. Do I need to generate a form key that is specific for my custom button? Any thoughts/suggestions would be appreciated.
magento2 error addtocart
Turns out that this code will work. Be sure that your template file has a .phtml extension and not .php. Once that error was found this worked as expected.
– mlunt
Jan 4 at 15:50
add a comment |
I'm trying to add a custom add to cart button to the product detail page that adds a separate/featured product to the cart. I'm using the following code to add the button for the product
<?php $postDataHelper = $this->helper('MagentoFrameworkDataHelperPostHelper');
$postData = $postDataHelper->getPostData($_csData[0]['add_to_cart_url'], ['product' => $_csData[0]['product_id']]);
?>
<button class="action tocart primary"
data-post='<?= /* @escapeNotVerified */ $postData ?>'
type="button" title="<?= /* @escapeNotVerified */ __('Add to Cart') ?>">
<span><?= /* @escapeNotVerified */ __('Add to Cart') ?></span>
</button>
I'm generating the add to cart url via MagentoCatalogBlockProductListProduct getAddToCartUrl()
The URL and form data look correct when compared to the data on the main product add to cart button. However, when I click the custom button, it say's adding and then displays a 'We can't find this product' error. I know the product exists, is enabled, has stock quantity, etc.
Has anyone run into this issue before? Could the issue lie in the form key? It's the same as the form key for the primary add to cart button. Do I need to generate a form key that is specific for my custom button? Any thoughts/suggestions would be appreciated.
magento2 error addtocart
I'm trying to add a custom add to cart button to the product detail page that adds a separate/featured product to the cart. I'm using the following code to add the button for the product
<?php $postDataHelper = $this->helper('MagentoFrameworkDataHelperPostHelper');
$postData = $postDataHelper->getPostData($_csData[0]['add_to_cart_url'], ['product' => $_csData[0]['product_id']]);
?>
<button class="action tocart primary"
data-post='<?= /* @escapeNotVerified */ $postData ?>'
type="button" title="<?= /* @escapeNotVerified */ __('Add to Cart') ?>">
<span><?= /* @escapeNotVerified */ __('Add to Cart') ?></span>
</button>
I'm generating the add to cart url via MagentoCatalogBlockProductListProduct getAddToCartUrl()
The URL and form data look correct when compared to the data on the main product add to cart button. However, when I click the custom button, it say's adding and then displays a 'We can't find this product' error. I know the product exists, is enabled, has stock quantity, etc.
Has anyone run into this issue before? Could the issue lie in the form key? It's the same as the form key for the primary add to cart button. Do I need to generate a form key that is specific for my custom button? Any thoughts/suggestions would be appreciated.
magento2 error addtocart
magento2 error addtocart
edited 13 mins ago
Shoaib Munir
654318
654318
asked Dec 28 '18 at 17:41
mluntmlunt
11
11
Turns out that this code will work. Be sure that your template file has a .phtml extension and not .php. Once that error was found this worked as expected.
– mlunt
Jan 4 at 15:50
add a comment |
Turns out that this code will work. Be sure that your template file has a .phtml extension and not .php. Once that error was found this worked as expected.
– mlunt
Jan 4 at 15:50
Turns out that this code will work. Be sure that your template file has a .phtml extension and not .php. Once that error was found this worked as expected.
– mlunt
Jan 4 at 15:50
Turns out that this code will work. Be sure that your template file has a .phtml extension and not .php. Once that error was found this worked as expected.
– mlunt
Jan 4 at 15:50
add a comment |
0
active
oldest
votes
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%2f256101%2fcustom-add-to-cart-button-results-in-we-cant-find-product-error%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
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%2f256101%2fcustom-add-to-cart-button-results-in-we-cant-find-product-error%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
Turns out that this code will work. Be sure that your template file has a .phtml extension and not .php. Once that error was found this worked as expected.
– mlunt
Jan 4 at 15:50