kittidid Posted August 14, 2005 Posted August 14, 2005 I've just installed the PDF Datasheet Maker. All seems to work well except for 2 things. The photo lies under the options (text is overlaying atop the image) and my descriptions are not showing. I add descriptions to my product pages through an html page. Code shown below: // BOF: WebMakers.com Added: Shoppe Enhancement Controller // Use seperate class for description ?> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td><?php echo tep_draw_separator(); ?></td> </tr> <tr> <td><span class="<?php echo PRODUCT_INFO_DESCRIPTION_CLASS; ?>"><?php echo stripslashes($product_info['products_description']); ?></span></td> </tr> <tr> <td><?php /* WebMakers.com Added: */ include(DIR_WS_INCLUDES . 'mo_pics.php'); // MO Pics all in a new row and table of their own if there are any ?></td> </tr> </table> <?php // Use seperate class for description // EOF: WebMakers.com Added: Shoppe Enhancement Controller My questions are, how do I get the description to show in the pdf product page? How do I move the options and description down so they don't overlay on the image? Help please. Kitti Quote
houseofebook Posted August 21, 2005 Posted August 21, 2005 Hey PDF makers, one more challenge for you :P How to create PDF if i have HTML codes in description. i.e. in description i have pasted full HTML PAGE so in pdf its showing HTML code and not screen how it shows as an HTML PAGE PLEASE help, My store has almost 300 products and all of them are have HTML description including images in description itself. Thank you in advance. Quote
kittidid Posted September 5, 2005 Author Posted September 5, 2005 Still no help from anyone? :-" Kitti Quote
Top_Speed Posted September 14, 2005 Posted September 14, 2005 Hi (anyone?) Is this contrib dead??? I just installed 1.4 Works on the download but not when set to redirect? (blank page with progress bar holding midway). Any insight is much appreciated. Thanks, KJ Quote define('PROJECTS', 'Something that goes on forever!');
kittidid Posted September 14, 2005 Author Posted September 14, 2005 Hi (anyone?)Is this contrib dead??? I just installed 1.4 Works on the download but not when set to redirect? (blank page with progress bar holding midway). Any insight is much appreciated. Thanks, KJ <{POST_SNAPBACK}> I believe it is dead, because I could never receive any help. So my problem never got solved. It is a crying shame that a person makes a mod and then does not give support to those who use it. :huh: Wished I could help you, but I don't know much about this mod. You know, maybe there is another pdf mod out there that we can use. I know I will look around! :thumbsup: Kitti Quote
kittidid Posted October 25, 2005 Author Posted October 25, 2005 I've just installed the PDF Datasheet Maker. All seems to work well except for 2 things. The photo lies under the options (text is overlaying atop the image) and my descriptions are not showing. I add descriptions to my product pages through an html page. Code shown below: // BOF: WebMakers.com Added: Shoppe Enhancement Controller // Use seperate class for description ?> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td><?php echo tep_draw_separator(); ?></td> </tr> <tr> <td><span class="<?php echo PRODUCT_INFO_DESCRIPTION_CLASS; ?>"><?php echo stripslashes($product_info['products_description']); ?></span></td> </tr> <tr> <td><?php /* WebMakers.com Added: */ include(DIR_WS_INCLUDES . 'mo_pics.php'); // MO Pics all in a new row and table of their own if there are any ?></td> </tr> </table> <?php // Use seperate class for description // EOF: WebMakers.com Added: Shoppe Enhancement Controller My questions are, how do I get the description to show in the pdf product page? How do I move the options and description down so they don't overlay on the image? Help please. Kitti I have still yet to receive any help with my issue. Can someone please respond with an answer. I would really appreciate it. Kit Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.