Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted

After i installed everything that is says I have 2 problem The first is I get

// Begin Scrolling Customer Testimonials v1.0 // Do not load Testimonials box if page is SSL // Why? It may trigger SSL warning if ($request_type != 'SSL') { include(DIR_WS_BOXES . 'customer_testimonials.php'); } // End Scrolling Scrolling Customer Testimonials v1.0

on my page where the box is suppose to be

 

and when I do Step 2.6 catalog/includes/functions/html_output.php

 

 

 

Find the following near line 185:

 

 

 

// Output a form password field

 

 

 

 

 

ADD the following just ABOVE it:

 

 

 

// Output a form filefield

 

function tep_draw_file_field($name) {

 

$field = tep_draw_input_field($name, '', '', 'file');

 

return $field;

 

}

 

 

 

////

My site gives me an error of Fatal error: Cannot redeclare tep_draw_file_field() (previously declared in /home2/techsonh/public_html/includes/functions/html_output.php:207) in /home2/techsonh/public_html/includes/functions/html_output.php on line 224

 

Can some one help me out on how to fix this

Posted

After i installed everything that is says I have 2 problem The first is I get

// Begin Scrolling Customer Testimonials v1.0 // Do not load Testimonials box if page is SSL // Why? It may trigger SSL warning if ($request_type != 'SSL') { include(DIR_WS_BOXES . 'customer_testimonials.php'); } // End Scrolling Scrolling Customer Testimonials v1.0

on my page where the box is suppose to be

 

and when I do Step 2.6 catalog/includes/functions/html_output.php

 

 

 

Find the following near line 185:

 

 

 

// Output a form password field

 

 

 

 

 

ADD the following just ABOVE it:

 

 

 

// Output a form filefield

 

function tep_draw_file_field($name) {

 

$field = tep_draw_input_field($name, '', '', 'file');

 

return $field;

 

}

 

 

 

////

My site gives me an error of Fatal error: Cannot redeclare tep_draw_file_field() (previously declared in /home2/techsonh/public_html/includes/functions/html_output.php:207) in /home2/techsonh/public_html/includes/functions/html_output.php on line 224

 

Can some one help me out on how to fix this

 

 

Okay I got the secound part to work just need help with the first part

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...