propinsanity, are you saying you implemented the paypal recurring payments module and changed this one file?? or you did not implement the recurring payments module and just had to change this one file???

also, are you sure of the path to the file?? isn't it includes/templates/yourtemplate/tpl_product_info_display.php


Quote Originally Posted by PropInsanity View Post
I DID IT!!!
Thanks Chuck :)

This is what I did... from form
includes/template/tpl_product_info_display

took the "product description (in red) and moved it AFTER the </form> closed. Showing below:

<!--bof Form close-->
</form>

<!--bof Product description -->
<?php if ($products_description != '') { ?>
<div id="productDescription" class="productGeneral biggerText"><?php echo stripslashes($products_description); ?></div>
<?php } ?>
<!--eof Product description -->
<br class="clearBoth" />


<!--bof Form close-->
</div>