How To Put A Table With Mysql Data In Product Page

Hi, is there any way to put a table with MySQL data in product page in versions 4.*.*? Thanks in advance! :)

Hi, is there any way to put a table with MySQL data in product page in versions 4.*.*? Thanks in advance! :)

Very bad solution from my point of view, but it should work

{$data = "SELECT * FROM ?:table_name"|db_get_array}

{foreach from=$data item=d}

    {foreach from=$d item=value}
        
    {/foreach}

{/foreach}
{$value}

Is there any better way? Could you make an addon? Of course I would pay for that.

Is there any better way? Could you make an addon? Of course I would pay for that.

Sure, we can create module using CS-Cart standards. Feel free to contact us