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;








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.










share|improve this question
























  • Where it says what?

    – Christoph Farnleitner
    Jul 4 at 20:36











  • added an image.

    – dragon25
    Jul 5 at 13:05

















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.










share|improve this question
























  • Where it says what?

    – Christoph Farnleitner
    Jul 4 at 20:36











  • added an image.

    – dragon25
    Jul 5 at 13:05













0












0








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.










share|improve this question
















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






share|improve this question















share|improve this question













share|improve this question




share|improve this question








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

















  • 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










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
);



);













draft saved

draft discarded


















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















draft saved

draft discarded
















































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.




draft saved


draft discarded














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





















































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







Popular posts from this blog

Category:9 (number) SubcategoriesMedia in category "9 (number)"Navigation menuUpload mediaGND ID: 4485639-8Library of Congress authority ID: sh85091979ReasonatorScholiaStatistics

Circuit construction for execution of conditional statements using least significant bitHow are two different registers being used as “control”?How exactly is the stated composite state of the two registers being produced using the $R_zz$ controlled rotations?Efficiently performing controlled rotations in HHLWould this quantum algorithm implementation work?How to prepare a superposed states of odd integers from $1$ to $sqrtN$?Why is this implementation of the order finding algorithm not working?Circuit construction for Hamiltonian simulationHow can I invert the least significant bit of a certain term of a superposed state?Implementing an oracleImplementing a controlled sum operation

Magento 2 “No Payment Methods” in Admin New OrderHow to integrate Paypal Express Checkout with the Magento APIMagento 1.5 - Sales > Order > edit order and shipping methods disappearAuto Invoice Check/Money Order Payment methodAdd more simple payment methods?Shipping methods not showingWhat should I do to change payment methods if changing the configuration has no effects?1.9 - No Payment Methods showing upMy Payment Methods not Showing for downloadable/virtual product when checkout?Magento2 API to access internal payment methodHow to call an existing payment methods in the registration form?