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

Grendel Contents Story Scholarship Depictions Notes References Navigation menu10.1093/notesj/gjn112Berserkeree

Log in Navigation menu

Invalid response line returned from server: HTTP/2 401 | ErrorPlease Please Help With Error 500 Internal Server Error after upgrading from 1.7 to 1.9Unable to place new customer orders in admin backendMagento - For “Manage Categories” Forbidden You do not have permission to access this documentHTTP ERROR 500 when using require(_once) app/Mage.phpMemcached causing Web Setup Wizard ErrorCould not create an acl object: Invalid XMLAn error occurred on the server. Please try to place the order againInvalid response line returned from server: HTTP/2 200 - message after update to 2.1.7Magento-CE 2.3.0 installation error on XamppMagento 2.2.6- After Migration all default Payment Methods are not working fine