How to modify the content of this DIV?How do I remove the div `col-right sidebar` from the default theme html?How to add a custom product to cart using PHPIssue Accessing Model in Custom Head BlockEditing home page html code in RWD themeHow to Fetch Product child Function Outside External file in MagentoFailing to locate landing page content (screenshots)Dynamic content - how to realize?How to trace the content $this->getChildHtml() inside head.phtml fileRemove class on div from empty.xml layoutHow can I erase the “also please add” text in this website
I quit, and boss offered me 3 month "grace period" where I could still come back
Why are Hobbits so fond of mushrooms?
Why would guns not work in the dungeon?
The monorail explodes before I can get on it
How to query contacts with no cases, opportunities etc
Would letting a multiclass character rebuild their character to be single-classed be game-breaking?
Is a Lisp program in both prog-mode and lisp-mode?
Wrapper in return method for test class
Was the Ford Model T black because of the speed black paint dries?
QGIS Welcome page: What is 'pin to list' for?
Is it rude to tell recruiters I would only change jobs for a better salary?
Supporting developers who insist on using their pet language
What can the U.S. government do to prevent powerful people to get extremely favorable plea bargain deals like Jeff Epstein?
Keep milk (or milk alternative) for a day without a fridge
Do native speakers use ZVE or CPU?
Why does Hellboy file down his horns?
Identifying Lithuanian coordinate system?
Why do players in the past play much longer tournaments than today's top players?
Replacements for swear words
Correct use of ergeben?
How do Windows version numbers work?
Can I use "candidate" as a verb?
Is an acid a salt or not?
Cubic programming and beyond?
How to modify the content of this DIV?
How do I remove the div `col-right sidebar` from the default theme html?How to add a custom product to cart using PHPIssue Accessing Model in Custom Head BlockEditing home page html code in RWD themeHow to Fetch Product child Function Outside External file in MagentoFailing to locate landing page content (screenshots)Dynamic content - how to realize?How to trace the content $this->getChildHtml() inside head.phtml fileRemove class on div from empty.xml layoutHow can I erase the “also please add” text in this website
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I need to modify the content of this div.
To be exact, I need to change the conntent where it says <?php echo $html ?>
However, I don't know where to find the content.
The file path is:
src/app/design/frontend/website/default/template/serializedproduct/catalog/product/view/configurable.phtml
Also, not very clear about what getChildGroup()
means?
this is the code:
<div class="product-info 18">
<?php if ($detailedInfoGroup = $this->getChildGroup('detailed_info', 'getChildHtml')):?>
<h4><?php echo $this->__('Details') ?></h4>
<?php $itemprop = 'itemprop="description"' ?>
<?php foreach ($detailedInfoGroup as $alias => $html): ?>
<div <?php echo $this->__($itemprop); ?>class="info-content"><?php echo $html ?></div>
<?php $itemprop = ''; ?>
<?php endforeach;?>
<?php endif; ?>
</div>
Your help will be highly appreciated.
Thanks.
magento-1.9 html
add a comment |
I need to modify the content of this div.
To be exact, I need to change the conntent where it says <?php echo $html ?>
However, I don't know where to find the content.
The file path is:
src/app/design/frontend/website/default/template/serializedproduct/catalog/product/view/configurable.phtml
Also, not very clear about what getChildGroup()
means?
this is the code:
<div class="product-info 18">
<?php if ($detailedInfoGroup = $this->getChildGroup('detailed_info', 'getChildHtml')):?>
<h4><?php echo $this->__('Details') ?></h4>
<?php $itemprop = 'itemprop="description"' ?>
<?php foreach ($detailedInfoGroup as $alias => $html): ?>
<div <?php echo $this->__($itemprop); ?>class="info-content"><?php echo $html ?></div>
<?php $itemprop = ''; ?>
<?php endforeach;?>
<?php endif; ?>
</div>
Your help will be highly appreciated.
Thanks.
magento-1.9 html
Where it says what?
– Christoph Farnleitner
Jul 4 at 20:36
added an image.
– dragon25
Jul 5 at 13:05
add a comment |
I need to modify the content of this div.
To be exact, I need to change the conntent where it says <?php echo $html ?>
However, I don't know where to find the content.
The file path is:
src/app/design/frontend/website/default/template/serializedproduct/catalog/product/view/configurable.phtml
Also, not very clear about what getChildGroup()
means?
this is the code:
<div class="product-info 18">
<?php if ($detailedInfoGroup = $this->getChildGroup('detailed_info', 'getChildHtml')):?>
<h4><?php echo $this->__('Details') ?></h4>
<?php $itemprop = 'itemprop="description"' ?>
<?php foreach ($detailedInfoGroup as $alias => $html): ?>
<div <?php echo $this->__($itemprop); ?>class="info-content"><?php echo $html ?></div>
<?php $itemprop = ''; ?>
<?php endforeach;?>
<?php endif; ?>
</div>
Your help will be highly appreciated.
Thanks.
magento-1.9 html
I need to modify the content of this div.
To be exact, I need to change the conntent where it says <?php echo $html ?>
However, I don't know where to find the content.
The file path is:
src/app/design/frontend/website/default/template/serializedproduct/catalog/product/view/configurable.phtml
Also, not very clear about what getChildGroup()
means?
this is the code:
<div class="product-info 18">
<?php if ($detailedInfoGroup = $this->getChildGroup('detailed_info', 'getChildHtml')):?>
<h4><?php echo $this->__('Details') ?></h4>
<?php $itemprop = 'itemprop="description"' ?>
<?php foreach ($detailedInfoGroup as $alias => $html): ?>
<div <?php echo $this->__($itemprop); ?>class="info-content"><?php echo $html ?></div>
<?php $itemprop = ''; ?>
<?php endforeach;?>
<?php endif; ?>
</div>
Your help will be highly appreciated.
Thanks.
magento-1.9 html
magento-1.9 html
edited Jul 5 at 20:14
dragon25
asked Jul 4 at 17:08
dragon25dragon25
114 bronze badges
114 bronze badges
Where it says what?
– Christoph Farnleitner
Jul 4 at 20:36
added an image.
– dragon25
Jul 5 at 13:05
add a comment |
Where it says what?
– Christoph Farnleitner
Jul 4 at 20:36
added an image.
– dragon25
Jul 5 at 13:05
Where it says what?
– Christoph Farnleitner
Jul 4 at 20:36
Where it says what?
– Christoph Farnleitner
Jul 4 at 20:36
added an image.
– dragon25
Jul 5 at 13:05
added an image.
– dragon25
Jul 5 at 13:05
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%2f280864%2fhow-to-modify-the-content-of-this-div%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%2f280864%2fhow-to-modify-the-content-of-this-div%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
Where it says what?
– Christoph Farnleitner
Jul 4 at 20:36
added an image.
– dragon25
Jul 5 at 13:05