Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

jedimarv

Pioneers
  • Posts

    6
  • Joined

  • Last visited

1 Follower

Profile Information

  • Real Name
    mark

jedimarv's Achievements

  1. I have a nother issue. Page not added - file name is invalid - opensearch.php When I look in the dropdown it show this page. What should I do??
  2. Thanks for your quick reply. I'm going at work with this information.
  3. Hi there, I'm using your latest version. I have a issue. In my admin it says; Page not added - file name is invalid - opensearch.php exclude Page not added - file name is invalid - headertags_seo_update.php exclude. When I use the link it does not exclude. Could you helpp with this
  4. I have a question.it's about the add-on extra info pages.I'm trying to add more pages than the max of 10 pages.Where can I adjust this in the script. I have added 30 pages in the <option> And have added it in this section also if ($action == 'insert') { if($page_type == "1" || $page_type == "2" || $page_type == "3" || $page_type == "4" || $page_type == "5" || $page_type == "6" || $page_type == "7" || $page_type == "8" || $page_type == "9" || $page_type == "10" || $page_type == "11" || $page_type == "12" || $page_type == "13" || $page_type == "14" || $page_type == "15" || $page_type == "16" || $page_type == "17" || $page_type == "18" || $page_type == "19" || $page_type == "20" || $page_type == "21" || $page_type == "22" || $page_type == "23" || $page_type == "24" || $page_type == "25" || $page_type == "26" || $page_type == "27" || $page_type == "28" || $page_type == "29" || $page_type == "30") { $selectquery=tep_db_query("select count(*) as count from ". TABLE_PAGES ." where page_type=\"$page_type\""); $exists = tep_db_fetch_array($selectquery); if($exists['count'] >= 1) { $updateall=tep_db_query("update ". TABLE_PAGES ." set page_type=\"30\" where page_type=\"$page_type\""); } } } if ($action == 'update') { if($page_type == "1" || $page_type == "2" || $page_type == "3" || $page_type == "4" || $page_type == "5" || $page_type == "6" || $page_type == "7" || $page_type == "8" || $page_type == "9" || $page_type == "10" || $page_type == "11" || $page_type == "12" || $page_type == "13" || $page_type == "14" || $page_type == "15" || $page_type == "16" || $page_type == "17" || $page_type == "18" || $page_type == "19" || $page_type == "20" || $page_type == "21" || $page_type == "22" || $page_type == "23" || $page_type == "24" || $page_type == "25" || $page_type == "26" || $page_type == "27" || $page_type == "28" || $page_type == "29" || $page_type == "30") { $selectquery=tep_db_query("select count(*) as count from ". TABLE_PAGES ." where page_type=\"$page_type\" and pages_id != \"(int)$pages_id\""); $exists = tep_db_fetch_array($selectquery); if($exists['count'] >= 1) { $updateall=tep_db_query("update ". TABLE_PAGES ." set page_type=\"30\" where page_type=\"$page_type\""); } } } But still is shows in the database in page_type the number 1. It goes up to 9 and no further Is there anyone who can help me with this problem Where in the script can I adjust this
  5. hello can i ask you something you know something about Ultimate Seo Urls 5 Pro multilanguage.which files do i need to change for the language dutch in this case. It works fine in english but when i add a language box dutch it missis a lot of lines. I got ap to the part where i got rit of a lot of errors, but when i look in the source of my shop it is not showing kewords or descriptions etc. So no meta name. Can you help me Thanks
×
×
  • Create New...