how can I put this button 'add to card' up?How to add button and Action in User Order InformationEnable / Disable Add to Cart button programmaticallyHow to hide add to cart button from product page of a specific product?Magento 2 add to cart button validationRemove “Add to Cart” Button For All Frontend Pageshow i can create pricing tab add to cart url?Popup on `Add to Cart` ButtonHide Add To Cart Button (Products without Price)Magento 1.9 multiple add to cart buttonAdd an extra button in product view
pipe commands inside find -exec?
What are the consequences of changing the number of hours in a day?
Why is participating in the European Parliamentary elections used as a threat?
How can an organ that provides biological immortality be unable to regenerate?
Jem'Hadar, something strange about their life expectancy
is this saw blade faulty?
Homology of the fiber
Exposing a company lying about themselves in a tightly knit industry: Is my career at risk on the long run?
label a part of commutative diagram
What (if any) is the reason to buy in small local stores?
Does fire aspect on a sword, destroy mob drops?
Why didn’t Eve recognize the little cockroach as a living organism?
Do I need an EFI partition for each 18.04 ubuntu I have on my HD?
Asserting that Atheism and Theism are both faith based positions
Animating wave motion in water
Nested Dynamic SOQL Query
How are passwords stolen from companies if they only store hashes?
Should I be concerned about student access to a test bank?
What is it called when someone votes for an option that's not their first choice?
Do people actually use the word "kaputt" in conversation?
Which partition to make active?
What is the difference between something being completely legal and being completely decriminalized?
Gauss brackets with double vertical lines
DisplayForm problem with pi in FractionBox
how can I put this button 'add to card' up?
How to add button and Action in User Order InformationEnable / Disable Add to Cart button programmaticallyHow to hide add to cart button from product page of a specific product?Magento 2 add to cart button validationRemove “Add to Cart” Button For All Frontend Pageshow i can create pricing tab add to cart url?Popup on `Add to Cart` ButtonHide Add To Cart Button (Products without Price)Magento 1.9 multiple add to cart buttonAdd an extra button in product view
how can I put this button up ?
magento-1.9 addtocart
New contributor
add a comment |
how can I put this button up ?
magento-1.9 addtocart
New contributor
try to change from layout file
– Nagaraju Kasa
14 hours ago
It is very pretty your drawing
– PЯINCƏ
14 hours ago
:) there is just a sock)
– Sergiy Zinchuk
13 hours ago
are you usingrwd
theme ?
– Pawan
11 hours ago
add a comment |
how can I put this button up ?
magento-1.9 addtocart
New contributor
how can I put this button up ?
magento-1.9 addtocart
magento-1.9 addtocart
New contributor
New contributor
edited 14 hours ago
Gee Emm
1299
1299
New contributor
asked 14 hours ago
Sergiy ZinchukSergiy Zinchuk
61
61
New contributor
New contributor
try to change from layout file
– Nagaraju Kasa
14 hours ago
It is very pretty your drawing
– PЯINCƏ
14 hours ago
:) there is just a sock)
– Sergiy Zinchuk
13 hours ago
are you usingrwd
theme ?
– Pawan
11 hours ago
add a comment |
try to change from layout file
– Nagaraju Kasa
14 hours ago
It is very pretty your drawing
– PЯINCƏ
14 hours ago
:) there is just a sock)
– Sergiy Zinchuk
13 hours ago
are you usingrwd
theme ?
– Pawan
11 hours ago
try to change from layout file
– Nagaraju Kasa
14 hours ago
try to change from layout file
– Nagaraju Kasa
14 hours ago
It is very pretty your drawing
– PЯINCƏ
14 hours ago
It is very pretty your drawing
– PЯINCƏ
14 hours ago
:) there is just a sock)
– Sergiy Zinchuk
13 hours ago
:) there is just a sock)
– Sergiy Zinchuk
13 hours ago
are you using
rwd
theme ?– Pawan
11 hours ago
are you using
rwd
theme ?– Pawan
11 hours ago
add a comment |
1 Answer
1
active
oldest
votes
app/design/frontend/yourtheme/themename/template/catalog/product/view.phtml
find :
<?php if($_product->isSaleable()): ?>
<?php echo $this->getChildHtml('addtocart') ?>
...
Then place it in the top of your page or above the image block.
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
);
);
Sergiy Zinchuk is a new contributor. Be nice, and check out our Code of Conduct.
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%2f266375%2fhow-can-i-put-this-button-add-to-card-up%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
app/design/frontend/yourtheme/themename/template/catalog/product/view.phtml
find :
<?php if($_product->isSaleable()): ?>
<?php echo $this->getChildHtml('addtocart') ?>
...
Then place it in the top of your page or above the image block.
add a comment |
app/design/frontend/yourtheme/themename/template/catalog/product/view.phtml
find :
<?php if($_product->isSaleable()): ?>
<?php echo $this->getChildHtml('addtocart') ?>
...
Then place it in the top of your page or above the image block.
add a comment |
app/design/frontend/yourtheme/themename/template/catalog/product/view.phtml
find :
<?php if($_product->isSaleable()): ?>
<?php echo $this->getChildHtml('addtocart') ?>
...
Then place it in the top of your page or above the image block.
app/design/frontend/yourtheme/themename/template/catalog/product/view.phtml
find :
<?php if($_product->isSaleable()): ?>
<?php echo $this->getChildHtml('addtocart') ?>
...
Then place it in the top of your page or above the image block.
answered 13 hours ago
PЯINCƏPЯINCƏ
8,31631143
8,31631143
add a comment |
add a comment |
Sergiy Zinchuk is a new contributor. Be nice, and check out our Code of Conduct.
Sergiy Zinchuk is a new contributor. Be nice, and check out our Code of Conduct.
Sergiy Zinchuk is a new contributor. Be nice, and check out our Code of Conduct.
Sergiy Zinchuk is a new contributor. Be nice, and check out our Code of Conduct.
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%2f266375%2fhow-can-i-put-this-button-add-to-card-up%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
try to change from layout file
– Nagaraju Kasa
14 hours ago
It is very pretty your drawing
– PЯINCƏ
14 hours ago
:) there is just a sock)
– Sergiy Zinchuk
13 hours ago
are you using
rwd
theme ?– Pawan
11 hours ago