Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

[CONTRIBUTION] Ultimate SEO URLs v2.1 - by Chemo


Recommended Posts

Is this the same one included in Ultimate_SEO_URLSv21d_UPDATED_1_2? Also after researching the OSCsid issue it appers that the OSCsid is created on the 2nd click, but any subsequent click after that it is not passed on!! It seems like this could be an issue, do you know why this is happening and how to correct it?

 

Thanks alot for all of you help!!!

 

The osCid is meant to disappear, that means it's working.

Link to comment
Share on other sites

I have installed SEO Urls, the latest version and i'm experciecing some problems unfortunetly. I searched the last posts of this topic to see if someone else has the same problem but I couldn't find it.

 

If you have the following webshop:

http://xshparts.roosendaler.nl/cilinders-m...-21_54_121.html

 

And you want to browse to the second page it doesn't take the extra parameters like &page=2&sort=a but it redirects the user to the first page. It looks like a Mod_Rewrite problem but it's on a Linux server with apache and Mod_Rewrite enabled. The htacces file looks like this:

 

# $Id: .htaccess 1739 2007-12-20 00:52:16Z hpdl $
#
# This is used with Apache WebServers
#
# For this to work, you must include the parameter 'Options' to
# the AllowOverride configuration
#
# Example:
#
# <Directory "/usr/local/apache/htdocs">
#   AllowOverride Options
# </Directory>
#
# 'All' with also work. (This configuration is in the
# apache/conf/httpd.conf file)

# The following makes adjustments to the SSL protocol for Internet
# Explorer browsers

#<IfModule mod_setenvif.c>
#  <IfDefine SSL>
#    SetEnvIf User-Agent ".*MSIE.*" \
#             nokeepalive ssl-unclean-shutdown \
#             downgrade-1.0 force-response-1.0
#  </IfDefine>
#</IfModule>

# If Search Engine Friendly URLs do not work, try enabling the
# following Apache configuration parameter

# AcceptPathInfo On

# Fix certain PHP values
# (commented out by default to prevent errors occuring on certain
# servers)

# php_value session.use_trans_sid 0
# php_value register_globals 1

Options +FollowSymLinks
RewriteEngine On 
RewriteBase /

RewriteRule ^(.*)-p-(.*).html$ product_info.php?products_id=$2&%{QUERY_STRING}
RewriteRule ^(.*)-c-(.*).html$ index.php?cPath=$2&%{QUERY_STRING}
RewriteRule ^(.*)-m-([0-9]+).html$ index.php?manufacturers_id=$2&%{QUERY_STRING}
RewriteRule ^(.*)-pi-([0-9]+).html$ popup_image.php?pID=$2&%{QUERY_STRING}
RewriteRule ^(.*)-t-([0-9]+).html$ articles.php?tPath=$2&%{QUERY_STRING}
RewriteRule ^(.*)-a-([0-9]+).html$ article_info.php?articles_id=$2&%{QUERY_STRING}
RewriteRule ^(.*)-pr-([0-9]+).html$ product_reviews.php?products_id=$2&%{QUERY_STRING}
RewriteRule ^(.*)-pri-([0-9]+).html$ product_reviews_info.php?products_id=$2&%{QUERY_STRING}
RewriteRule ^(.*)-i-([0-9]+).html$ information.php?info_id=$2&%{QUERY_STRING}

 

Can anyone help me?

Link to comment
Share on other sites

I've Installed the contrib and it works fine - until one big problem makes the contrib useless for me:

When a customer places an order everything is okay until checkout_success but the order_id is not written in the confirmation email (it always sais order_id [0])

and NO order details are written to these database tables:

orders_products

orders_total

orders_status_history

 

record in orders is written correctly.

 

When I disable SEO, everything is correct.

 

Any suggests ?

 

Thanks,

Anton

Link to comment
Share on other sites

I've Installed the contrib and it works fine - until one big problem makes the contrib useless for me:

When a customer places an order everything is okay until checkout_success but the order_id is not written in the confirmation email (it always sais order_id [0])

and NO order details are written to these database tables:

orders_products

orders_total

orders_status_history

 

record in orders is written correctly.

 

When I disable SEO, everything is correct.

 

Any suggests ?

 

Thanks,

Anton

What version of ultimate seos and what version of osc?

Link to comment
Share on other sites

I have installed SEO Urls, the latest version and i'm experciecing some problems unfortunetly. I searched the last posts of this topic to see if someone else has the same problem but I couldn't find it.

 

If you have the following webshop:

http://xshparts.roosendaler.nl/cilinders-m...-21_54_121.html

 

And you want to browse to the second page it doesn't take the extra parameters like &page=2&sort=a but it redirects the user to the first page. It looks like a Mod_Rewrite problem but it's on a Linux server with apache and Mod_Rewrite enabled. The htacces file looks like this:

 

# $Id: .htaccess 1739 2007-12-20 00:52:16Z hpdl $
#
# This is used with Apache WebServers
#
# For this to work, you must include the parameter 'Options' to
# the AllowOverride configuration
#
# Example:
#
# <Directory "/usr/local/apache/htdocs">
#   AllowOverride Options
# </Directory>
#
# 'All' with also work. (This configuration is in the
# apache/conf/httpd.conf file)

# The following makes adjustments to the SSL protocol for Internet
# Explorer browsers

#<IfModule mod_setenvif.c>
#  <IfDefine SSL>
#    SetEnvIf User-Agent ".*MSIE.*" \
#             nokeepalive ssl-unclean-shutdown \
#             downgrade-1.0 force-response-1.0
#  </IfDefine>
#</IfModule>

# If Search Engine Friendly URLs do not work, try enabling the
# following Apache configuration parameter

# AcceptPathInfo On

# Fix certain PHP values
# (commented out by default to prevent errors occuring on certain
# servers)

# php_value session.use_trans_sid 0
# php_value register_globals 1

Options +FollowSymLinks
RewriteEngine On 
RewriteBase /

RewriteRule ^(.*)-p-(.*).html$ product_info.php?products_id=$2&%{QUERY_STRING}
RewriteRule ^(.*)-c-(.*).html$ index.php?cPath=$2&%{QUERY_STRING}
RewriteRule ^(.*)-m-([0-9]+).html$ index.php?manufacturers_id=$2&%{QUERY_STRING}
RewriteRule ^(.*)-pi-([0-9]+).html$ popup_image.php?pID=$2&%{QUERY_STRING}
RewriteRule ^(.*)-t-([0-9]+).html$ articles.php?tPath=$2&%{QUERY_STRING}
RewriteRule ^(.*)-a-([0-9]+).html$ article_info.php?articles_id=$2&%{QUERY_STRING}
RewriteRule ^(.*)-pr-([0-9]+).html$ product_reviews.php?products_id=$2&%{QUERY_STRING}
RewriteRule ^(.*)-pri-([0-9]+).html$ product_reviews_info.php?products_id=$2&%{QUERY_STRING}
RewriteRule ^(.*)-i-([0-9]+).html$ information.php?info_id=$2&%{QUERY_STRING}

 

Can anyone help me?

 

Sounds like the buggy version 2-2.2e.

Link to comment
Share on other sites

Hi

 

I still seem unable to find an answer to my issue of the urls.

 

I am getting www.mysite.com/productinfohere.html

rather than

www.mysite.com/product-info-here.html

 

The latter is my preferred and works on one of my stores but not the other.

 

Any ideas why?

 

Thanks

Link to comment
Share on other sites

Hi

 

I still seem unable to find an answer to my issue of the urls.

 

I am getting www.mysite.com/productinfohere.html

rather than

www.mysite.com/product-info-here.html

 

The latter is my preferred and works on one of my stores but not the other.

 

Any ideas why?

 

Thanks

 

Which version are you using?

Link to comment
Share on other sites

thanks but obviously as I asked the question I do not know hence not providing the answer.

 

Really and truly is that a helpful input for such a long standing member of the community?

Well, when was it installed?

What files were changed to install it?

Did you have to run an sql file to install it?

 

If you do do not know, you should consider the method that you use to add contributions.

 

I keep a copy of the contrib on my PC so that I know what I installed. Over time, I have found that even that is not enough. I now keep the addon and version number in the header ie between the /* and */ of my php file instead of just having the addin noted.

 

If you do not know, you will have to download and examine the various versions to work out which one you installed.

 

As for my previous response not helping, what can I say. We are responsible for our own sites, and our problems are our problems. If someone can help, that is a bonus.

Link to comment
Share on other sites

Yep totally agree it is our own problems. If I have to go through it all with a fine tooth comb then so be it BUT sometimes there are ways of telling which version such as a version number within the code, a distinct difference between codes etc etc.

 

I do not think you are wrong in what you say BUT to just state that I should know when I obviously do not is far from helpful and more patronizing and rude.

 

"if something is not worth saying then don't say it at all" springs to mind.

 

If I knew what I know now about OSC then I would probably have done the same in keeping a record but I came into this whole thing very new and naive - I have learnt a lot but there is no turning back the clock now.

 

 

I'm going to download the versions and try and establish which I have.

 

Hope this post does not cause any offence

Link to comment
Share on other sites

SEO 2.2.2 fixed reload

osCommerce 2.2-MS2

 

Thanks

 

I don't support 2-2.2e as it doesn't work.

 

Upload 2.1d updated.

Edited by FWR Media
Link to comment
Share on other sites

thanks but obviously as I asked the question I do not know hence not providing the answer.

 

Really and truly is that a helpful input for such a long standing member of the community?

 

Upload 2.1d updated and see what happens.

 

You won't have to do much as it's virtually the same install .. just check the code against what you already have and upload the 2.1d seo.class.php.

Edited by FWR Media
Link to comment
Share on other sites

... just uploaded 2.1d - still the same problem.

Your help would be very much appreciated.

 

 

When I disable SEO, everything is correct.

 

When you disable SEO what exactly do you turn off?

Link to comment
Share on other sites

Not sure if this will be worth asking for help after 125 pages, but here goes ... ;-)

 

Google sees our pages like this:

url.com/-p-182.html

url.com/-c-1.html

etc.

 

Looks like the pages are built like this at first visit, once you clicked a link it all works just fine. I tried to search for a similar issue by others, but could not find a solution, any tips here?

 

Thanks a million.

Link to comment
Share on other sites

Can anyone tell me if this contribution works with the 2.2 RC2 or not?

 

I have never got this to install even on the other versions of OsCommerce!

 

Odd that, I've installed it 100 times and never had it NOT work.

 

2.1d updated will work with RC2/a

Edited by FWR Media
Link to comment
Share on other sites

Not sure if this will be worth asking for help after 125 pages, but here goes ... ;-)

 

Google sees our pages like this:

url.com/-p-182.html

url.com/-c-1.html

etc.

 

Looks like the pages are built like this at first visit, once you clicked a link it all works just fine. I tried to search for a similar issue by others, but could not find a solution, any tips here?

 

Thanks a million.

 

It's a MySQL issue try 2.1d updated.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

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