Results 1 to 2 of 2

Thread: Customize iso_cart_full.html

  1. #1

    Default Customize iso_cart_full.html

    Hello,

    I want to customize my cart template, and especially add a header to the table containing the labels for each column

    I added this, but it doesn't work

    Code:
    <thead>
    <tr>
    <th><?php echo $msc['iso_quantity_header']; ?><</th>
    </tr>
    </thead>
    How do you do to call the strings defined in the default.php (languages folder) from this template ?

    Thanks
    Utilisateur de Contao depuis 2008

  2. #2
    Experienced user
    Join Date
    06-10-09.
    Location
    Cape Town, South Africa
    Posts
    1,387

    Default Re: Customize iso_cart_full.html

    You should be able to directly address them using $GLOBALS['TL_LANG']

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
  •