-
Content count
3,215 -
Joined
-
Last visited
Everything posted by yesudo
-
This contrib allows you to: delete all products or delete all orders or delete all customers and perform other db manipulation operations ALL from your stores admin area. http://www.oscommerce.com/community/contributions,2324
-
Hello Keith, The mod you added does not appear to work on the site I am trying it on - are there any further modifications needed, that may have not been posted in the contrib area? Cheers, Emmett
-
http://www.oscommerce.com/community/contributions,3075 Allows store database to be automatically optimized. Period between optimizations can be configured in admin. This version is more secure than my previous version of this contribution - so I would suggest if you have the old version - replace with this.
-
[CONTRIBUTION] Ultimate SEO URLs v2.1 - by Chemo
yesudo replied to spidometrs's topic in General Add-Ons Support
Try the code in this post: http://forums.oscommerce.com/index.php?s=&...st&p=986319 -
[CONTRIBUTION] Ultimate SEO URLs v2.1 - by Chemo
yesudo replied to spidometrs's topic in General Add-Ons Support
Try going through the install instructions again just to check all has been amended correctly. -
[CONTRIBUTION] Ultimate SEO URLs v2.1 - by Chemo
yesudo replied to spidometrs's topic in General Add-Ons Support
Hello Dalice, Try the amendments, to the contribution, put forward by bchecketts and edgecrush3r. Cheers, Emmett -
This option allows you, via your store admin area, to attach an alternative page for customers to be offered when they hit the Dreaded - Product Not Found - message. This is configurable on a per Product basis. Example: http://www.oscommerce.com/community/contributions,3330 As this uses a new DB table it is not dependant on the product still being in your Database - so you can add deleted products and attach a link option for them also.
-
[CONTRIBUTION] Ultimate SEO URLs v2.1 - by Chemo
yesudo replied to spidometrs's topic in General Add-Ons Support
Try the amendments put forward by bchecketts and edgecrush3r here: http://www.oscommerce.com/community/contri...,all/search,seo -
[CONTRIBUTION] Ultimate SEO URLs v2.1 - by Chemo
yesudo replied to spidometrs's topic in General Add-Ons Support
Have you got some example Not Found urls ? -
[CONTRIBUTION] Ultimate SEO URLs v2.1 - by Chemo
yesudo replied to spidometrs's topic in General Add-Ons Support
Also what do you have in your htaccess file ? -
[CONTRIBUTION] Ultimate SEO URLs v2.1 - by Chemo
yesudo replied to spidometrs's topic in General Add-Ons Support
Hello Si, Which of the redirect error messages Google mentions are you seeing ? -
[Contribution] Ultimate SEO URLs - by Chemo
yesudo replied to Chemo's topic in General Add-Ons Support
Try amendments from edgecrush3r and bchecketts here: http://www.oscommerce.com/community/contributions,2823 -
[Contribution] Ultimate SEO URLs - by Chemo
yesudo replied to Chemo's topic in General Add-Ons Support
categories_seo_url() isn't part of Ultimate SEO URLs. tep_get_category_seo_url() is. -
[Contribution] Ultimate SEO URLs - by Chemo
yesudo replied to Chemo's topic in General Add-Ons Support
No sorry - should be: tep_get_category_seo_url Not sure what contrib you are using that is looking for: categories_seo_url() -
[Contribution] Ultimate SEO URLs - by Chemo
yesudo replied to Chemo's topic in General Add-Ons Support
The function name for the Ultimate SEO URLs contribution should be: tep_get_categories_seo_url -
[Contribution] Ultimate SEO URLs - by Chemo
yesudo replied to Chemo's topic in General Add-Ons Support
Hello JHouse, For problem 1 check you have included that function in the admin general.php file. For problem 2 - check line 306 from the categories.php in the contrib file - as it looks like yours is missing the value: , '" . tep_db_input($description['products_seo_url']) . "' Cheers, Emmett -
[CONTRIBUTION] Ultimate SEO URLs v2.1 - by Chemo
yesudo replied to spidometrs's topic in General Add-Ons Support
PM me your ftp details, Elise, and I will take a look for you. Cheers, Emmett -
[CONTRIBUTION] Ultimate SEO URLs v2.1 - by Chemo
yesudo replied to spidometrs's topic in General Add-Ons Support
Either way - SEO'd URLs are not required. -
[CONTRIBUTION] Ultimate SEO URLs v2.1 - by Chemo
yesudo replied to spidometrs's topic in General Add-Ons Support
There is no need for SEO friendly URLs within the shopping cart page. -
[CONTRIBUTION] Ultimate SEO URLs v2.1 - by Chemo
yesudo replied to spidometrs's topic in General Add-Ons Support
http://forums.oscommerce.com/index.php?s=&...st&p=981967 -
[CONTRIBUTION] Ultimate SEO URLs v2.1 - by Chemo
yesudo replied to spidometrs's topic in General Add-Ons Support
Hello James, Either uninstall the contribution or apply the modification by Randelia. Cheers, Emmett -
[CONTRIBUTION] Ultimate SEO URLs v2.1 - by Chemo
yesudo replied to spidometrs's topic in General Add-Ons Support
Hello Justin, Try the modifications submitted by bchecketts and edgecrush3r on the contribution page: http://www.oscommerce.com/community/contributions,2823 to see if they help with your issue. Cheers, Emmett -
[CONTRIBUTION] Ultimate SEO URLs v2.1 - by Chemo
yesudo replied to spidometrs's topic in General Add-Ons Support
Hello Justin, The patch Chooch mentions is a patch to osCommerce not the contribution. I just tried adding some products, on your site, to the cart and worked okay for me. Maybe you have sorted your issue in that regard. Cheers, Emmett -
[CONTRIBUTION] Ultimate SEO URLs v2.1 - by Chemo
yesudo replied to spidometrs's topic in General Add-Ons Support
Hello Matthew, First things I would check is that the htaccess file is in place and has the correct path in it - and also check that you have mod_rewrite enabled on your server. Cheers, Emmett