

adiwillow
Members-
Content count
244 -
Joined
-
Last visited
Profile Information
-
Real Name
adiwillow
-
i seem to have a limit of 200 items for the feed.. anyone know why this is? Thanks
-
hi.. i'm having the tax problem,.. prices are exclusive of tax (vat). How can i fix it? i've set currency to gbp and iso to gb. Anyone?
-
is there a way to limit the depth of the categories it displays? i only want two Ie top level and sub category, no deeper categories...
-
great thanx :)
-
anyone know if theres an IP blocker contrib available? got a rogue shopper on the site.. i know we can record it and complain to their ISP.. but is there a blocker available?
-
[Contribution] Ultimate SEO URLs - by Chemo
adiwillow replied to Chemo's topic in General Add-Ons Support
this kills the redirects, so is no good unfortunately... does anyone know of another solution (the problem is the 'next page' links dont work on product listings..) ? -
Which SEO contrib? redirects needed..
adiwillow replied to adiwillow's topic in General Add-Ons Support
jack.. just a quick one if you can help.. All url's etc are working fine on the site, and your redirects work great if you get the url wrong or change names etc. But, the rewrites from the old cName system arent quite working right. I was originally using cName for my old url's, but when clicking through from an old link the old url's are getting rewritten as follows: domain.com/index.php?cName=surveyors-ladders (example) doesnt seem to work right.. the url gets rewritten as domain.com/?cName=surveyors-ladders ie it just removes the index.php, and the page shown is the index page.. obviously this is going to cause me probs.. heres my htaccess.. Options +FollowSymLinks RewriteEngine On RewriteCond %{THE_REQUEST} ^[^/]*/index\.php [NC] RewriteRule . / [R=301,L] 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 Any ideas? -
[Contribution] Ultimate SEO URLs - by Chemo
adiwillow replied to Chemo's topic in General Add-Ons Support
hi all ! upgraded from the cName version to the rewrite version, and the fix by Jack for the URL problem. Anyway, the redirect from my old .. domain.com/index.php?cName=surveyors-ladders (example) doesnt seem to work right.. the url gets rewritten as domain.com/?cName=surveyors-ladders ie it just removes the index.php, and the page shown is the index page.. obviously this is going to cause me probs.. heres my htaccess.. Options +FollowSymLinks RewriteEngine On RewriteCond %{THE_REQUEST} ^[^/]*/index\.php [NC] RewriteRule . / [R=301,L] 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 Anyone any ideas? -
Which SEO contrib? redirects needed..
adiwillow replied to adiwillow's topic in General Add-Ons Support
thanks :) just installed your addon to ultimate seo on another site.. can i ask though is the mod search engine friendly? ie does it tell the search engines that may have an incorrect url indexed that this is a permanent redirect? -
Which SEO contrib? redirects needed..
adiwillow replied to adiwillow's topic in General Add-Ons Support
yep i've seen SEO-G and i must admit its the favourite.. just hard to tell if it did the 404's etc.. The 404 and 301 redirects are massively important to any e-commerce site i think, with the way the products and titles change regularly.. i hope SEO-G does this :) -
Hi all, i'm about to ditch my current ultimate SEO mod, as the redirects never worked and i dont like the way the pages are still accesible by altering any of the wording on the url. eg /garden-fountains-c-15.html goes to exactly the same page as /arse-biscuits-c-15.html So, i need a decent SEO url's mod, which returns a 404 if ever the page cannot be found (deleted category for example), or a 301 if the name has been changed (renamed category). any suggestions?
-
can anyone answer a quick one for me regarding this? I noticed that with ultimate SEO, you can type anything before the 'c-1.html' . Eg garden-benches-c-1.html? is the same as 'benches-random-c-1.html' , ie both will go to the page. Obviously this isnt good, so does SEO-G do a similar thing?
-
hi aLL :) got this working now using the downhomeconsulting mod :) one thing though, when there is an error such as the fraud protection error thrown back from HSBS, and it returns you to the checkout process page, there is the error message displayed in the URL, is there any way to display this in the page itself, or a customer error?
-
okay.. now got the hashes correct, but whilst adding some debuggin code i'm getting the following error ... ret=/home/p/l/plough/public_html/cgi-bin//TestHash.e: 11: Syntax error: newline unexpected (expecting ")") now, is this a server config error, or is it somethingin the module? Thanks
-
hmm evertyings in and permission set correctly.. yet my orderhash has value="11" in it, and i keep getting the hacking attempt error.. anyone got any clues why its jsut 11? Also, how do i turn on the debug? Thanks adi