Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

bobsi18

Pioneers
  • Posts

    436
  • Joined

  • Last visited

  • Days Won

    1

bobsi18 last won the day on May 29 2010

bobsi18 had the most liked content!

Profile Information

  • Real Name
    bobsi18
  • Gender
    Female
  • Location
    Melbourne, Australia
  • Website

Recent Profile Visitors

13,704 profile views

bobsi18's Achievements

  1. Good timing~! After reading about the recent Australia Post increases, I'm investigating using eParcel instead, so I would definitely be interested in this :)
  2. Old old thread, but I just wanted to post that I was having a similar issue, and it turned out to be a register globals issue - the "Bug fix for reg globals off" on the main contribution page (http://addons.oscommerce.com/info/1119) fixed it for me
  3. I'm also after something like this - all of the links there seem to be a discount based on the number of items ordered - I'm after something (like the OP) that gives a discount based on the $$ total of the order? EDIT: have found this contribution, might be what I'm looking for: http://addons.oscommerce.com/info/204
  4. Hi all, I've just started searching for solutions, but was wondering if anyone has any suggestions? I am running a MS2 shop, and have had points/rewards running on my shop for about 3 years, working brilliantly, thanks :) My site's server recently changed from PHP4/MYSQL4/register_globals on to PHP5/MYSQL5/register_globals off, and I thought it had gone ok, but I was wrong. Everything on the admin side is working (I can manually add points, adjust points, delete points etc), but customers are unable to redeem points when checking out. The box to tick "use points" is still there, it still correctly says how many points are available, but it doesn't allow the points to be used. If the points total is less than the order total, it just completes the checkout without redeeming the points. If the points total is more than the order total, it throws the error "REDEEM POINTS ERROR You do not have that many Points to spend." I had a look at the newer versions that have been submitted to the contributions, but it appears that they are for a RC2 shop rather than the MS2 shop. Any ideas on what to look for to fix this?
  5. Fixed the sorting issue... This appears to be a register_globals issue - to fix, find switch ($listing) { and replace with switch ($_GET['listing']) { in catalog_products_with_images.php Still trying to figure out the page links issue. Not sure if I'll be able to figure it out...
  6. I'm also having this problem - I had it working fine on a register_globals on/mysql4/php4 server, but I have just moved to register_globals off/mysql5/php5 and the sorting and the page links no longer work. Have no idea why. For now, I guess I'll have to take this off the website - hopefully there is a solution out there somewhere in the future :)
  7. I think I've fixed this. Let me know if there is a better fix, or I've done something wrong... On an oscommerce installation with the phplist addon installed, open create_account.php. find (line 38 of my modified store): replace with: find replace with find: replace with find: replace with
  8. Geah, I've got phplist integrated with oscommerce, and I'm having a few problems. When a customer signs up for an account, if they have an ' (apostrophe) in their name, it throws an error: I have no idea what to do about this, any ideas?
  9. Oh sob, it appears that this is why this is not working on my (local) test site: I have i/m successfully working on my server site, but am trying to set up a local site - the GD library info states: Whilst my server site GD library info states: All images with text watermarks are breaking on the local version, everything else is working fine. If anyone has any suggestions, please let me know, otherwise it looks like I'll have to live without text watermarks :(
  10. Ahhh, I honestly thought I'd done the right thing - whoops. Have installed (over the top of the original installation) and is now working great (realised after writing my last post that it wasn't really working - I was getting the redirect error after enabling "automatic redirects"). Doing a full install has fixed this. I had an issue originally (PHP Warning: strpos(): Empty delimiter in /includes/classes/seo.class.php on line 2580), but found earlier in this thread advice recommending that in includes/configure.php DIR_WS_HTTP_CATALOG should be / (for an installation in the root) - somehow this had changed between my server copy and my local copy - all fixed now. Thanks for your help Jack :)
  11. No, I didn't, I just did an upgrade as I was going from V2.1. The upgrade instructions noted to replace the seo.class.php file, and then to call the site in my browser. It mentions to "Re-configure through the admin control panel", but I just presumed that was to confirm that you wanted the same settings, and to see if I wanted to use any of the new settings (which I didn't). In any case, I found a spot in this thread where you advised uninstalling and reinstalling the contribution (using the options in the admin side), and then turning off all of the options. I have done this, and my site is working again, with the correct URL names. I've added my preferred settings back in (to cache categories and product info) and it's all good :)
  12. Ok, I've installed/upgraded (which was painless, just dropping in the new seo.class.php. However, I now have an issue on the site, I'm getting the "Too many redirects" error page (Too many redirects occurred trying to open “http://mysite/category-c-1.html”. This might occur if you open a page that is redirected to open another page which then is redirected to open the original page.) This is happening for category pages and product info pages. I have reset SEO URLs cache, I'm not sure where to go from here. I didn't change anything in the .htaccess file, it says: 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-(.*).html$ index.php?manufacturers_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-pi-(.*).html$ popup_image.php?pID=$2&%{QUERY_STRING} RewriteRule ^(.*)-t-(.*).html$ articles.php?tPath=$2&%{QUERY_STRING} RewriteRule ^(.*)-a-(.*).html$ article_info.php?articles_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-pr-(.*).html$ product_reviews.php?products_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-pri-(.*).html$ product_reviews_info.php?products_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-i-(.*).html$ information.php?info_id=$2&%{QUERY_STRING}
  13. Thanks for your responses Jack and FWR Media, I'll get to installing it and (hopefully) report back with an all clear :) At this stage, I'm trying to get my site up off the ground asap, as I have a migration to new servers imminent. After this is taken care of, I plan on revisiting my site and starting afresh on RC2, at that stage I'll make the decisions about what is best for my site (I first set up my site about 3 years ago, so much of my code and addons are from then). What's most important is that new URL's are the same as old URL's, so as not to lose any work done on search engines etc. I also have Jack's header tags installed - I'm fairly confident that it's a combination of this contribution and my insistence on fully describing each and every one of my products on my site (many others in the industry don't) that has put my site above my competitors who have very similar (code-wise) sites.
  14. Ok, I'll jump to it and start installing it... Just a quick one - is "Ultimate SEO 2-2.2d-9" suitable? (uploaded 23 Mar 2010) or is there a better one that you would recommend? Also, is it fair to presume that once installing V2.2d, this isn't backwards compatible? I was planning on uploading my (PHP5/MYSQL5 ready) site to the existing server (PHP4/MYSQL4) before it is migrated across to the new server - would this no longer be possible?
×
×
  • Create New...