Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

sheltoma

Pioneers
  • Posts

    5
  • Joined

  • Last visited

Everything posted by sheltoma

  1. I figure this out. I replaced the following line in the instructions instead of adding the new code above it. // include the language translations require(DIR_WS_LANGUAGES . $language . '.php'); Thanks, Mark
  2. I figure this out. I replaced the following line in the instructions instead of adding the new code above it. // include the language translations require(DIR_WS_LANGUAGES . $language . '.php'); Thanks, Mark
  3. After installing Ultimate_Seo_Urls_5_PRO_r197: The English substitution file isn't being used any longer: For example, the following menu appears now: HEADER_TITLE_TOP HEADER_TITLE_CART_CONTENTS | HEADER_TITLE_CHECKOUT | HEADER_TITLE_MY_ACCOUNT Instead of the following: Home Cart Contents | Checkout | My Account Do you know what might be happening? I am starting to look into it. Thanks, Mark
  4. I had to change the apache rewrite rules below: 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] To the following: RewriteRule ^(.*)-c-([0-9_]+).html$ /index.php [NC,L,QSA] RewriteRule ^(.*)-p-([0-9]+).html$ product_info.php [NC,L,QSA] RewriteRule ^(.*)-c-([0-9_]+).html$ index.php [NC,L,QSA] RewriteRule ^(.*)-m-([0-9]+).html$ index.php [NC,L,QSA] RewriteRule ^(.*)-pi-([0-9]+).html$ popup_image.php [NC,L,QSA] RewriteRule ^(.*)-pr-([0-9]+).html$ product_reviews.php [NC,L,QSA] RewriteRule ^(.*)-pri-([0-9]+).html$ product_reviews_info.php [NC,L,QSA] # Articles contribution RewriteRule ^(.*)-t-([0-9_]+).html$ articles.php [NC,L,QSA] RewriteRule ^(.*)-au-([0-9]+).html$ articles.php [NC,L,QSA] RewriteRule ^(.*)-a-([0-9]+).html$ article_info.php [NC,L,QSA] # Information pages RewriteRule ^(.*)-i-([0-9]+).html$ information.php [NC,L,QSA] # Links contribution RewriteRule ^(.*)-links-([0-9_]+).html$ links.php [NC,L,QSA] # Newsdesk contribution RewriteRule ^(.*)-n-([0-9]+).html$ newsdesk_info.php [NC,L,QSA] RewriteRule ^(.*)-nc-([0-9]+).html$ newsdesk_index.php [NC,L,QSA] RewriteRule ^(.*)-nri-([0-9]+).html$ newsdesk_reviews_info.php [NC,L,QSA] RewriteRule ^(.*)-nra-([0-9]+).html$ newsdesk_reviews_article.php [NC,L,QSA] To get the rewriting to work. It didn't like the "/" in the original reqular expressions. I am using GoDaddy linux hosting with Apache/1.3.33. Do you see a problem with making these changes? Thanks, Mark
  5. After installing Ultimate_Seo_Urls_5_PRO_r197: The product descriptions factions are not the same. For example, the following description now appears: Plain SUEDE-LINED dress belt. Standard sizes range from 28†to 50â€, with larger sizes available by NONRETURNABLE SPECIAL ORDER ONLY. Standard belt width is 1 ½â€, but 1 ¼†and 1 ¾†widths are available by NONRETURNABLE SPECIAL ORDER ONLY. Please specify size and width. Stiffener may be added for an additional charge. May be ordered in tan or black. Instead of the following: Plain SUEDE-LINED dress belt. Standard sizes range from 28” to 50”, with larger sizes available by NONRETURNABLE SPECIAL ORDER ONLY. Standard belt width is 1 ½”, but 1 ¼” and 1 ¾” widths are available by NONRETURNABLE SPECIAL ORDER ONLY. Please specify size and width. Stiffener may be added for an additional charge. May be ordered in tan or black. Do you know what might be happening? I am starting to look into it. Thanks, Mark
×
×
  • Create New...