Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

WoodsWalker

Pioneers
  • Posts

    389
  • Joined

  • Last visited

Profile Information

  • Real Name
    Wendy
  • Gender
    Female
  • Location
    CANADA

WoodsWalker's Achievements

  1. Thanks for that link. It looks very interesting. Haven't tried it, but might! ~Wendy
  2. Sorry, hold the phone, I was being a moron. :blush: I got worried when I looked in phpMA this morning and thought there were no new entries, but I must have twiddled something in there, as the newest rows are now appearing at the top instead of the bottom (which I like better, actually). Naturally, this morning I looked at the bottom of the table, which contained entries from last night around the time I dumped the data. All is well.
  3. Hello, All, I've been using Supertracker for a month now, and enjoying it. But last night I decided to remove the 7000 oldest rows of data, using the interface that Supertracker provides. The only other thing I did at that time, prior to removing the rows, was to use phpMA to export these rows as a spreadsheet file to my PC. I noticed this morning that Supertracker stopped recording at that point. There have been no new rows of data. Normally I would have had 100 by now. Folks and bots are visiting the site - I can see them in Who's Online. Any ideas? :unsure: Thanks, ~Wendy
  4. In case anyone wonders what shipping module I am using, you can find the newest version of it here: State Based Rates
  5. Well, necessity being the mother of invention, I eventually answered it myself! B) The key was to look in the shipping modules I was using (the file in the table rate contribtion I am using is called "regionsclass.php", but this procedure can be adapted to most shipping modules) for: $shipping = In my case, this appeared in this context: $shipping = ($regionsclass_table[$i+1] / 100) * $order_total_price; I looked around in the code for likely possibilities, and tried replacing "$total_order_price" with a string I saw in the "weight" option part of the file, "$shipping_weight", like so: $shipping = ($regionsclass_table[$i+1] / 100) * $shipping_weight; ...and it did exactly what I wanted. Shazam! ~Wendy
  6. Hi Folks! I've been running my store for some time using a table rate contribution that allows me to add multiple zones, and to use the modes "Weight", "Price", "Percentage", "Item-count", or "Per_Item". I've been using the "Percentage" mode, calculating by a percentage of the order price, and that's been fine. However, sometimes this leads to unrealistically high shipping quotes, because some of my products are light, and others heavy. In order not to upset my set-up, which works well otherwise, I thought I might be able to calculate the shipping based on a percentage of a custom value that I would place in the "weight" column (instead of using the value in the "price" column). Just a simple change, but I'm not sure how to go about it. I've only recently begun to delve into PHP and the database itself, but will go there willingly with some help. I would be most grateful for some direction. Thanks in advance! ~Wendy
  7. Hi, Pam - just a handy hint - if you want to search the forum, don't bother with the forum's resident search, as it doesn't work very well. Search the forum using Google's advanced search, limiting results to the domain "www.oscommerce.com/forums".
  8. Hi Folks - Me again! Problem solved. I had read backwards in this thread, but not far enough. Finally found the same question at Post #490. It seems the installation into the database leaves out a row called "agent". You have to go into the database and insert that row. Equilla, who maintains this contribution, will probably fix it on the next update. Otherwise, it looks good and I look forward to supertracking. :) ~Wendy
  9. Hi All, Like the many folks who have posted above, when I install SuperTracker, my online catalogue disappears. In place of the index page, I get this message: 1054 - Unknown column 'agent' in 'field list' INSERT INTO `supertracker` (`ip_address`, `browser_string`, `country_code`, `country_name`, `referrer`,`referrer_query_string`,`landing_page`,`exit_page`,`time_arrived`,`last_click`, `agent`) VALUES ('216.211.59.244','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1','ca', 'Canada', 'http://www.mydomain.com/', '','/catalog/','/catalog/index.php','2008-10-26 21:35:45','2008-10-26 21:35:45','') [TEP STOP] In the above quote I have substituted "mydomain" for my own domain name. I did run supertracker_setup_db.php. It was successful. The Admin side seems to be functional, but the tracker is not tracking. The SuperTracker screen in Admin says: Database Info: the Supertracker database currently holds 0 rows (oldest record : ) even though I have had lots of traffic in the last few hours. Anyone know what is wrong? I am really looking forward to using this contribution! Thanks, ~Wendy P.S.: I have restored my storefront by removing the SuperTracker code from application_top.php .
  10. Hi, Jack! Just wanted to pipe in and say ... I just installed your Header Tags SEO contribution and ... it works! No issues. Thanks again! ~Wendy
  11. Oops, sorry Glen! I just glanced at my file folder of osC mods while I wrote my post. It's not v3.5.4(2) - it's just a second copy of the download. Apparently I was so excited about it, I downloaded it twice! :lol: Thanks again, - and thanks to Leslie for rerassuring me about SuperTracker, ~Wendy
  12. Hi Glen! I installed the Who's Online Enhancement v3.5.4(2) a couple of days ago, and I LOVE it! Easy to install, and it's very informative and fun. Thank you very much for all your work. :) I wonder if anyone here is also using the SuperTracker contribution? I was thinkiing of installing it, too, but wondered if it would conflict with the Who's Online Enhancement in any way. I wouldn't want to screw it up. :rolleyes: Thanks again, ~Wendy
  13. In addition to providing for special pricing, can this contribution be used to provide separate content (e.g., informational pages) to members of the separate groups? Thanks for any info... ~Wendy
×
×
  • Create New...