Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted

Hey everyone I just instaled a contribution AllProducts_V_4.4 what it is supose to do is show only the products hat start with a certain letter and that works fine but I'm haing some errors

 

 

 

Warning: main(includes/languages/english/FILENAME_ALLPRODS): failed to open stream: No such file or directory in /home/vitamin/public_html/allprods.php on line 18

 

Warning: main(includes/languages/english/FILENAME_ALLPRODS): failed to open stream: No such file or directory in /home/vitamin/public_html/allprods.php on line 18

 

Warning: main(): Failed opening 'includes/languages/english/FILENAME_ALLPRODS' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/vitamin/public_html/allprods.php on line 18

at the end of the day the code will be good

Posted

Ok lets see I'm moving the code to fit my interface better.

 

I just moved

 

  $firstletter=$HTTP_GET_VARS['fl'];
if (!$HTTP_GET_VARS['page']){
 $where="where pd.products_name like '$firstletter%'";
}else {
 $where="where pd.products_name like '$firstletter%'";
}

 

 

from the allproduc.php to the index.php that is were i'm displaying my products.

 

but I'm betting a error tha say"

 

 

Open Cube menue 01

 

any ideas what that is?

at the end of the day the code will be good

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...