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

Get product attribute by attribute group code in magento 2get product attribute by product attribute group in magento 2Magento 2 Log Bundle Product Data in List Page?How to get all product attribute of a attribute group of Default attribute set?Magento 2.1 Create a filter in the product grid by new attributeMagento 2 : Get Product Attribute values By GroupMagento 2 How to get all existing values for one attributeMagento 2 get custom attribute of a single product inside a pluginMagento 2.3 How to get all the Multi Source Inventory (MSI) locations collection in custom module?Magento2: how to develop rest API to get new productsGet product attribute by attribute group code ( [attribute_group_code] ) in magento 2

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

Magento 2.3: How do i solve this, Not registered handle, on custom form?How can i rewrite TierPrice Block in Magento2magento 2 captcha not rendering if I override layout xmlmain.CRITICAL: Plugin class doesn't existMagento 2 : Problem while adding custom button order view page?Magento 2.2.5: Overriding Admin Controller sales/orderMagento 2.2.5: Add, Update and Delete existing products Custom OptionsMagento 2.3 : File Upload issue in UI Component FormMagento2 Not registered handleHow to configured Form Builder Js in my custom magento 2.3.0 module?Magento 2.3. How to create image upload field in an admin form