Show Description in gift list page?

More
2 years 11 months ago #45501 by hjames
What code do we need to add to show the gift description on the gift list page?

Please Log in or Create an account to join the conversation.

More
2 years 11 months ago #45502 by hjames
Found it:
<?php
if($item->gift_desc!='')
{
echo '<tr><td colspan="2" >'.$item->gift_desc.'</td> </tr>';
}
?>

Please Log in or Create an account to join the conversation.

Time to create page: 0.320 seconds
Powered by Kunena Forum
Disclaimer: Nordmograph is not affiliated with or endorsed by The Joomla! Project™. Any products and services provided through this site are not supported or warrantied by The Joomla! Project or Open Source Matters, Inc. Use of the Joomla!® name, symbol, logo and related trademarks is permitted under a limited license granted by Open Source Matters, Inc.