Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Scrolling Best Sellers Contribution Problem


Guest

Recommended Posts

Hello all.

 

I am using on of the contributions. This is the scrolling of the best sellers box.

 

I have the Plug-in operating but i am having problems with Images being displayed.

 

the path that is displayed is

 

http://www.coastalcomputerservices.com.au/catalog//catalog/images/AP35150_sm.jpg

 

I don't know where thisa information is coming from? as you can see this will not display an image.

 

If anyone has any ideas, My ears are wide open.

 

Thanks.... B)

Link to comment
Share on other sites

Hello all.

 

I am using on of the contributions. This is the scrolling of the best sellers box.

 

I have the Plug-in operating but i am having problems with Images being displayed.

 

the path that is displayed is

 

http://www.coastalcomputerservices.com.au/catalog//catalog/images/AP35150_sm.jpg

 

I don't know where thisa information is coming from? as you can see this will not display an image.

 

If anyone has any ideas, My ears are wide open.

 

Thanks.... B)

I think it might have something to do with the actual size defaultof the image.

 

I have the same problem some images will load up OK and then others wont.

I havent looked itto it jet here are the lines.

 

Adjust the images size on the scroll

 

To adjust the image size you want on the scroll go to line 57 and change the Width and Height values (default 60 x 80). IMPORTANT! Please don?t put the values between ? (ex? this is right: width=100 height=150 ? This is wrong and will crash the script: width=?100? height=?150?).

 

Line:

 

$bestsellers_list .= '<tr class=infoBoxContents align=center>' . tep_row_number_format($rows) . '.<br><a href=' . tep_href_link(FILENAME_PRODUCT_INFO, 'products_id=' . $best_sellers['products_id']) . '><center><img width=60 height=80 border=0 src='. HTTP_SERVER . DIR_WS_HTTP_CATALOG . DIR_WS_IMAGES . $imagem . '></center><br>' . $best_sellers['products_name'] . '</a><hr></tr>';

( WARNING )

I think I know what Im talking about.

BACK UP BACK UP BACK UP BACK UP

Link to comment
Share on other sites

I think it might have something to do with the actual size defaultof the image.

 

I have the same problem some images will load up OK and then others wont.

I havent looked itto it jet here are the lines.

 

Adjust the images size on the scroll

 

To adjust the image size you want on the scroll go to line 57 and change the Width and Height values (default 60 x 80). IMPORTANT! Please don?t put the values between ? (ex? this is right: width=100 height=150 ? This is wrong and will crash the script: width=?100? height=?150?).

 

Line:

 

      $bestsellers_list .= '<tr class=infoBoxContents align=center>' . tep_row_number_format($rows) . '.<br><a href=' . tep_href_link(FILENAME_PRODUCT_INFO, 'products_id=' . $best_sellers['products_id']) . '><center><img width=60 height=80 border=0 src='. HTTP_SERVER . DIR_WS_HTTP_CATALOG . DIR_WS_IMAGES . $imagem . '></center><br>' . $best_sellers['products_name'] . '</a><hr></tr>';

 

I don't think that this is a current problem.

 

The location of the files is the current problem

 

If i right click on the scrolling images the Location of the files is incorrect. It should be /images/filename.jpg

 

Do you know how i am able to fix this?

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...