Magento Expert Forum - Improve your Magento experience

Results 1 to 3 of 3

Please help

  1. #1
    New member
    Join Date
    May 2014
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Please help

    Name:  block.jpg
Views: 52
Size:  28.3 KB

    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:


  2. #2
    Administrator david's Avatar
    Join Date
    Nov 2012
    Posts
    261
    Thanks
    22
    Thanked 42 Times in 34 Posts

    Default

    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

  3. #3
    Junior Member magebuzz's Avatar
    Join Date
    Dec 2013
    Location
    Country of mixed things
    Posts
    12
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default

    What are you trying to edit?

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •