Jump to content

Search the Community

Showing results for tags 'categories home v5'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • CubeCart News & Announcements
    • News & Announcements
  • CubeCart Support Forums
    • Issue / Bug Reporting & Feature Requests
    • Install & Upgrade Support
    • Official CubeCart Hosting
    • Technical Help
    • Customising Look & Feel
  • CubeCart Extension Marketplace
    • Visit the CubeCart Extension Marketplace
    • Extension Discussion
    • Developer Forum
  • General
    • General Discussion
    • Show Off

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Location

Found 1 result

  1. Hi, I've just upgraded from V4 to V5 and trying to replicate the previous custom template I'd built. On the V4 site I'd set the home page template to display top level categories using the following code: <h2>Products</h2> <div> <!-- BEGIN: homepage_cats_loop --> <div class="homeCats"> <a href="index.php?_a=viewCat&amp;catId={MODCAT.cat_id}" class="txtDefault"><img src="{IMG_CATEGORY}" alt="{MODCAT.cat_name}" border="0" title="{MODCAT.cat_name}" /></a><br /> <a href="index.php?_a=viewCat&amp;catId={MODCAT.cat_id}" class="txtDefault">{MODCAT.cat_name}</a> </div> <!-- END: homepage_cats_loop --> The code above will no longer work, and will need to be modified. Does anyone know how I can get this code to work, or point me in the direction of some documentation that would help? I've searched various forums but come up blank so far, so any help very appreciated. Thanks!
×
×
  • Create New...