csnipper123 Posted April 29, 2015 Share Posted April 29, 2015 I am not very good at PHP, so this may be simple to most on here. I am attempting to have the name displayed with the product in the fp-scroller on the front page module add-on. I have attached the script I am trying to change, any help will be greatly appreciated. I believe I need to have the product name coded into around line 228, but can't seem to get it to work. I have attached a pic of the scroller and a copy of the script, I am trying to get the names of the products to display under the appropriate images as they scroll past. fp_scroller.php Quote Link to comment Share on other sites More sharing options...
♥kymation Posted April 29, 2015 Share Posted April 29, 2015 Try changing line 228 to this: $body_text .= ' <a href="' . tep_href_link(FILENAME_PRODUCT_INFO, 'products_id=' . $products_data['products_id']) . '">' . tep_image(DIR_WS_IMAGES . $products_data['products_image'], $products_data['products_name'], SMALL_IMAGE_WIDTH, SMALL_IMAGE_HEIGHT, ' style="padding: 0 ' . MODULE_FRONT_PAGE_SCROLLER_IMAGE_PADDING . 'px;" width="100%"') . '<br /> . $products_data['products_name'] . '</a>'; In future, please post in the addon's support thread. I don't always see random forum posts about things that I support. Regards Jim Quote See my profile for a list of my addons and ways to get support. Link to comment Share on other sites More sharing options...
csnipper123 Posted April 30, 2015 Author Share Posted April 30, 2015 That didn't work, I had to add a ' after the </br > in order to get rid of error report. After that code ran but name still didn't show, and now picture enlarged to this Quote Link to comment Share on other sites More sharing options...
csnipper123 Posted April 30, 2015 Author Share Posted April 30, 2015 actually, I will move this to the proper support forum, however if you have the answer I appreciate it!! Quote Link to comment Share on other sites More sharing options...
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.