Hi,

Thank you very much for the help

I made the following changes in tpl_account_back_in_stock_notifications_default.php

// Add the product's name
$product_name = htmlentities($subscribed_notification_lists[$i]['product_name'], ENT_COMPAT, CHARSET);
$back_in_stock_notifications_item->setVariable('product_name', $product_name);

// Add the product's model
$product_model = htmlentities($subscribed_notification_lists[$i]['product_model'], ENT_COMPAT, CHARSET);
$back_in_stock_notifications_item->setVariable('product_model', $product_model);

// Add a link to the product's page
$product_info_page_link = zen_href_link(FILENAME_PRODUCT_INFO, 'products_id=' $subscribed_notification_lists[$i]['id']);
$back_in_stock_notifications_item->setVariable('product_info_page_link', $product_info_page_link);



******************

and in file inc.html.back_in_stock_notifications.html

<!-- ceon-begin-part ACCOUNT_BACK_IN_STOCK_NOTIFICATIONS_ITEM1 -->
<tr>
<td class="AccountBackInStockNotificationsListing AccountBackInStockNotificationsListingCellRow1"><ceon:variable name="checkbox"><input type="checkbox checked="checked" /></ceon:variable></td>
<td class="AccountBackInStockNotificationsListing AccountBackInStockNotificationsListingCellRow1"><a href="{ceon:product_info_page_link}"><ceon:variable name="product_model">Product Model</ceon:variable> - <ceon:variable name="product_name">Product Number One</ceon:variable> </a> </td>
<td class="AccountBackInStockNotificationsListing AccountBackInStockNotificationsListingCellRow1"><ceon:variable name="date_subscribed">23rd March</ceon:variable></td>
</tr>
<!-- ceon-end-part ACCOUNT_BACK_IN_STOCK_NOTIFICATIONS_ITEM1 -->
<!-- ceon-begin-part ACCOUNT_BACK_IN_STOCK_NOTIFICATIONS_ITEM2 -->
<tr>
<td class="AccountBackInStockNotificationsListing AccountBackInStockNotificationsListingCellRow2"><ceon:variable name="checkbox"><input type="checkbox checked="checked" /></ceon:variable></td>
<td class="AccountBackInStockNotificationsListing AccountBackInStockNotificationsListingCellRow2"><a href="{ceon:product_info_page_link}"><ceon:variable name="product_model">Product Model</ceon:variable> - <ceon:variable name="product_name">Product Number One</ceon:variable> </a></td>
<td class="AccountBackInStockNotificationsListing AccountBackInStockNotificationsListingCellRow2"><ceon:variable name="date_subscribed">23rd March</ceon:variable></td>
</tr>
<!-- ceon-end-part ACCOUNT_BACK_IN_STOCK_NOTIFICATIONS_ITEM2 -->


********************

RESULT

The page becomes blank when I enable the Add a link to the product's page portion in file tpl_account_back_in_stock_notifications_default.php and when I Comment this portion it shows the product model and name and also has a link. But when I click on the link I get this error message
/%7Bceon:product_info_page_link%7D 404