Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

csnipper123

Pioneers
  • Posts

    9
  • Joined

  • Last visited

Profile Information

  • Real Name
    Chris

csnipper123's Achievements

  1. I just don't get it, still does the same thing, image size width goes way off and name doesn't show, I am baffled at this point. The code makes sense, I just don't get it.
  2. I am moving this as recommended Code Monkey. I had asked you about having the names of the products display under the images in the scroller feature. You had sent me a modded code line, but for some reason all it did was change the image size, not sure how or why??? Anyway, I will post the original code, the suggested code, and how it now turned out, any further info needed let me know. Thanks for the help. ORIGINAL CODE: // $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%"') . '</a>'; Suggested code: all it did was change image width or something to that effect $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>';
  3. actually, I will move this to the proper support forum, however if you have the answer I appreciate it!!
  4. 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
  5. 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
  6. I saw my answer in a previous post where you answered some elses question, so I got it now. Thank you for your help and time.
  7. I trying to just set up the categoy menu with this add-ons menu maker. I entered values into the menu maker and nothings showing up. When I activate the manufacturers option that shows up but nothing else. I am guessing I am not entering one or more of the values correctly. So I was asking a basic rundown of what each of the values do so I know how to set up categories and sub-categories.
  8. I have successfully installed add on. However I don't quite get how to set up the menu in the menu maker. How do I set up these values so that they appear on my page. I basically need a quick rundown or a link to a page that explains the proper way to build the menu in menu maker. Group Class * Required Linked file * Required Link's parameter Displaying Show Hide Parent ID Menu elements sort order
×
×
  • Create New...