Hi all
Please help, I am having trouble trying to add a custom button in detail view of a custom module in version 5.5. I created a file custom/modules/<modulename>/metadata/detailviewdefs.php and here is the code in the file
I've done repair several time but nothing, what am I missing?PHP Code:<?php
$module_name = 'Shipping';
$_object_name = 'shipping';
$viewdefs [$module_name] =
array (
'DetailView' =>
array (
'templateMeta' =>
array (
'buttons' => array(
'EDIT',
'DUPLICATE',
'DELETE',
'FIND DUPLICATE',
array(
'customCode' => '<input title="TCPDF" class="button" onclick="some code here" type="submit" name="TCPDF" value="TCPDF">'
),
),
...


LinkBack URL
About LinkBacks



Reply With Quote
Bookmarks