Magento Expert Forum - Improve your Magento experience
-
Please help
How do this (on screen)? meybe block edit but i dont know where
in my cart.phtml i have:
<?php echo $this->getChildHtml('totals'); ?>
<?php if(!$this->hasError()): ?>
<ul class="checkout-types">
<?php foreach ($this->getMethods('methods') as $method): ?>
<?php if ($methodHtml = $this->getMethodHtml($method)): ?>
<li><?php echo $methodHtml; ?></li>
<?php endif; ?>
<?php endforeach; ?>
</ul>
<?php endif; ?>
View more threads in the same category:
-
-
Administrator
I think you will see where it is after you turn on the template path hints. Look at the instruction here http://magentoexpertforum.com/showth...nts-in-magento
-
-
Junior Member
What are you trying to edit?
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks