Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

valid Questions regarding my images that are posted


yguyon

Recommended Posts

Posted

I'm trying to get some answers and I have a few valid Questions regarding my images that are posted

on my site.

 

If I go to my shopping cart I get the pop window that say that do you want to display non secure items.

 

I was told that my link images where hard coded so went and made sure all my images are referenced

by /images/ and not www.mysitename/images to my index.php.html file located at / includes / sts_templates / full /

 

after I made sure I use the correct function in my html_output as bellow. And I still get the problem.

 

Is there any modification that I need to do on my OC panel?

 

is there something else I'm missing?

 

Thanks for the help :blush:

 

------------------------------------------------------------------------------------------

 

/home/metro50/public_html/includes/functions/html_output.php

 

 

// The HTML image wrapper function

function tep_image($src, $alt = '', $width = '', $height = '', $parameters = '') {

 

 

 

 

// START STS v4.4:

global $sts;

$sts->image($src); // Take image from template folder if exists.

// END STS v4.4

 

if ( (empty($src) || ($src == DIR_WS_IMAGES)) && (IMAGE_REQUIRED == 'false') ) {

return false;

}

 

Do you want to display non secure items _ Images

sts_templates, index.php.html How should I resolve this ...

Archived

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

×
×
  • Create New...