Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

adiwillow

Archived
  • Posts

    244
  • Joined

  • Last visited

Everything posted by adiwillow

  1. i seem to have a limit of 200 items for the feed.. anyone know why this is? Thanks
  2. 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?
  3. 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...
  4. 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?
  5. 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..) ?
  6. 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?
  7. 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?
  8. 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?
  9. 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 :)
  10. 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?
  11. 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?
  12. 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?
  13. 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
  14. 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
  15. okay.. can i ask a quick question to everyone? How does ultimate SEO perform the actual redirects once a category or page name has been changed etc? The redirects aspect of my site doesnt work, even though the script is 100% correct. I think its down to sever settings.. So, does it add a 301 in the htaccess? does it create a page with the old name, but with a 404? help !
  16. hi all, upgraded from 2.0 to 2.1d, had a bit of trouble the the htaccess but now everything works fine. BUT the 301 redirect doesnt seem to work? eg I change the name of a category, both the new URL and the old one still work.. the old one doesnt redirect, as i'm presuming it should? Has anyone come across any possible reasons for this?
  17. hi all, i need to use freecount. It seems to work fine but when you hit the required amount and go to checkout, it doesnt remove the other shipping method from the options? ie it displays as follows. Free Count Best Way £0.00 o Per Item Best Way £80.00 o anyone know thw workaround? thanks adi
  18. great contrib , but just a quickie on this... I want to have JUST the selected top level category and children categories showing, ie no other TLC's. Is this possible?
  19. quickie on this... How do i move the 'purchase without account' on the checkout pages to above the other two account options? .. Ideally i need the purchase without account option to be the first one the customers will see, with the other two underneath it. Normally moving something like this is fairly simple but i'm a bit stumped.
  20. on this thread? you'd be better off going to college for a couple of years...
  21. on this thread? you'd be better off going to college for a couple of years...
  22. seeing as no-one seems to know about my earlier question (the one about having wholesale prices marked as being somehow). Does anyone know if there is a way to tell the customer what customer type they are in an infobox or something? eg... "You are logged in as a trade customer, all prices indicated are wholesale prices' ta very muchly... :D
×
×
  • Create New...