+ Reply to Thread
Results 1 to 3 of 3

Thread: Content box showing main categories with recursive div

  1. #1

    Content box showing main categories with recursive div

    Can someone help me to write code(smarty or php) to create Content box showing main categories with recursive div?

  2. #2
    Hello Abdelwafi Et toulaly,

    Would you please explain us better what a box do you want to use. With screenshots if possible
    Last edited by Viktor; January 23, 2017 at 12:49 PM.
    Viktor,
    Flynax technical department,
    Best wishes.

  3. #3
    I would add a content box that with a recoursive funztion show into the page all categories formatted into html div
    Something like this: Screen Shot 2017-01-24 at 10.16.53.jpg


    so for exampole:
    for each (categories) {
    <div></div>

    }

+ Reply to Thread