Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

BoogiepopphantomThemisMartínez

Pioneers
  • Posts

    8
  • Joined

  • Last visited

BoogiepopphantomThemisMartínez's Achievements

  1. All the files are in the correct category. I upoload all the files.
  2. Any suggestions? /**** Begin Header Status Handler by Jack York @ ocommerce-solution.com ****/ if (HSH_ENABLE == 'true') { if (($category_depth != 'top' || ($category_depth == 'top' && isset($_GET['manufacturers_id'])) )&& ! IsvalidCatOrMan($cPath, $_GET['manufacturers_id'], $languages_id)) { header("HTTP/1.1 410 Gone"); header("Status: 410 Gone"); printf("<script>window.location='" . HSH_REDIRECT_TO . "'</script>"); exit; } } /**** End Header Status Handler by Jack York @ ocommerce-solution.com ****/
  3. I have this problem: Fatal error: Call to undefined function IsvalidCatOrMan() index.php on line 46
  4. Hi, I can't make that ultimate seo ulrs works with the rewrite mod, I modified my .htaccess, I even try with the three methods but doesnt work. # If you are getting errors you may need to comment this out like .. # Options +FollowSymLinks Options +SymLinksIfOwnerMatch <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / http://www.boogiepetslandia.com = RewriteBase / RewriteRule ^([a-z0-9/-]+)-p-([0-9]+).html$ product_info.php [NC,L,QSA] RewriteRule ^([a-z0-9/-]+)-c-([0-9_]+).html$ index.php [NC,L,QSA] RewriteRule ^([a-z0-9/-]+)-m-([0-9]+).html$ index.php [NC,L,QSA] RewriteRule ^([a-z0-9/-]+)-pi-([0-9]+).html$ popup_image.php [NC,L,QSA] RewriteRule ^([a-z0-9/-]+)-pr-([0-9]+).html$ product_reviews.php [NC,L,QSA] RewriteRule ^([a-z0-9/-]+)-pri-([0-9]+).html$ product_reviews_info.php [NC,L,QSA] # Articles contribution RewriteRule ^([a-z0-9/-]+)-t-([0-9_]+).html$ articles.php [NC,L,QSA] RewriteRule ^([a-z0-9/-]+)-au-([0-9]+).html$ articles.php [NC,L,QSA] RewriteRule ^([a-z0-9/-]+)-a-([0-9]+).html$ article_info.php [NC,L,QSA] # Information pages RewriteRule ^([a-z0-9/-]+)-i-([0-9]+).html$ information.php [NC,L,QSA] # Links contribution RewriteRule ^([a-z0-9/-]+)-links-([0-9_]+).html$ links.php [NC,L,QSA] # Newsdesk contribution RewriteRule ^([a-z0-9/-]+)-n-([0-9]+).html$ newsdesk_info.php [NC,L,QSA] RewriteRule ^([a-z0-9/-]+)-nc-([0-9]+).html$ newsdesk_index.php [NC,L,QSA] RewriteRule ^([a-z0-9/-]+)-nri-([0-9]+).html$ newsdesk_reviews_info.php [NC,L,QSA] RewriteRule ^([a-z0-9/-]+)-nra-([0-9]+).html$ newsdesk_reviews_article.php [NC,L,QSA] </IfModule> I have my oscommerce in the public_html, Anyone can help me?
  5. Hello, I installed the program. Works well in google chrome, but the problem is in internet explorer. For example: In google chrome the link looks like this: http://www.boogiepetslandia.com/terrario-de-malla-fina-grande-exo-tera-p-90.html And Internet Explorer as follows: http://www.boogiepetslandia.com/terrario-de-malla-fina-grande-exo-tera-p-90.html?osCsid=674ac034dc84e7d4630ef66368d835ce I want to know how I can remove the series of numbers that follows after. Html and how I can remove in the p-90 too. As there is a faster way of doing the program? runs slow
×
×
  • Create New...