Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

DriWashSolutions

Pioneers
  • Posts

    228
  • Joined

  • Last visited

Everything posted by DriWashSolutions

  1. Updated results using v1.4 and moving the 2nd print line to 352: Array ( [0] => dly.php [1] => fedex1.php [2] => flat.php [3] => item.php [4] => spu.php [5] => table.php [6] => ups.php [7] => usps.php [8] => zones.php ) Array ( [dly] => Array ( => dly [title] => Local Delivery [description] => Delivered only within the limits of Tompkins County, New York, USA. [status] => 1 ) [fedex1] => Array ( [code] => fedex1 [title] => Federal Express [description] => Federal Express You will need to have registered an account with FEDEX to use this module. Please see the README.TXT file for other requirements. [status] => 1 ) [usps] => Array ( [code] => usps [title] => United States Postal Service [description] => United States Postal Service You will need to have registered an account with USPS at http://www.uspsprioritymail.com/et_regcert.html to use this module USPS expects you to use pounds as weight measure for your products. [status] => 1 ) )
  2. Disregard this one - got it figured out and am now running v1.4 however, shipping is now (--) in the GCO page.
  3. Just up-degraded from 1.3RC2 to 1.4 and am getting the following errors when viewing the shopping cart: Warning: in_array() [function.in-array]: Wrong datatype for second argument in /home/xxx/public_html/catalog/googlecheckout/gcheckout.php on line 218 Warning: in_array() [function.in-array]: Wrong datatype for second argument in /home/xxx/public_html/catalog/googlecheckout/gcheckout.php on line 218 Warning: in_array() [function.in-array]: Wrong datatype for second argument in /home/xxx/public_html/catalog/googlecheckout/gcheckout.php on line 218 - Or use - What is Google Checkout? * The Version of the installed module in the Admin UI is MODULE_PAYMENT_GOOGLECHECKOUT_VERSION and the one of the package is GOOGLECHECKOUT_FILES_VERSION, Remove/Reinstall the module
  4. here's mine: Array ( [0] => dly.php [1] => fedex1.php [2] => flat.php [3] => item.php [4] => spu.php [5] => table.php [6] => ups.php [7] => usps.php [8] => zones.php ) The print statement at line 356 is in the middle of a block of code - not sure it's the right spot for that. BTW, I'm using 1.3RC2
  5. I've just had my site moved to a new server, and GC is giving me issues. No visible errors to the user, but all shipping is $0.00. I am using FedEx shipping. Looking at the GC Integration control panel, here is the error: We timed out waiting for your server at https://www.mydomain.com/catalog/googlechec...onsehandler.php -- the error we got is: Read timed out Your server must respond faster to merchant calculation callback requests. What's the fix? I'm running a rather old version of GC - is the fix an upgrade or does something on the server need to be started/installed?
  6. You don't. That's a problem. I would stay away from PRI, as I've just been taken for fradulent charge of over $3,000US using PRI, and nothing passed verification (AVS, or CVV), yet the charge was accepted. They say it's my fault. I'm also using LinkPoint, and have NEVER had a chargeback, since it checks AVS and CVV if if either fail, the transaction does not go through. j
  7. Hi: Need some my SQL help. I've got a list of products (~300) that I need to change the products_ship_price on using phpMyAdmin. I need help with the SQL coding to do this. For example, the products_id's are: ABC1234 BCD4567 DEF0987 Each of these need to have there own individual shipping prices - all others (~16000 products in store) follow a flate rate table. Can someone give me the correct syntax so I can write a mySQL script to change these rather than doing them individually?
  8. You got it - I overwrote the "WOL" Code with the most current version and everything is working correctly now! Thanks for your help in debugging this.
  9. The store that works: www.atoolcrib.com The store that doesn't: www.vehitronix.com I know some of the "visitors" to Vehitronix are bots, based on the IP address of the visitor as reported in the Who's Online contrib.
  10. I check via "Who's On-Line" and one store shows bots, along with their names in red. The other store, never shows any bots. Always guests. The stores are identical (well, obviously there's something different). I also have a straight OSC MS 2.2 store, which works fine as well. I checked CHMOD settings, and all are identical as well. Hmmmm. I understand the caps - it is lower case on the server, just wanted to emphasize it in the post.
  11. I've got two stores, both are OSCMAX. Both have an updated SPIDERS.TXT in the /includes folder, both have "prevent spider sessions" set to TRUE, yet one store can't see any bots, and the other does. Anything else I need to change?
  12. Upload the file to the temp directory using FTP, then use the "Upload from Temp". I've got 13,000 products, and this works for me.
  13. OK, now I need some help. What's the best way to update your store with EP? My problem: I've got over 13,000 products that need to have the stock quantities updated rather frequently. I've spent a great deal of time fixing the feed from my supplier (with the apostrophe issue) and so I don't want to have to do that every time. Using the feed I get from them, I can strip out everything but the product ID, and the stock level, but the issue occurs when they add a new product to the feed that doesn't exist in my store. What's the best way to go about doing this?
  14. When uploading your feed, anywhere there is an apostrophe in any of the fields, it has to be escaped by a reverse backslash. For instance, this line: It's been awhile since I've seen my dog's bone. Needs to look like this: It\'s been awhile since I\'ve seen my dog\'s bone. Hope this helps, and hope that in a future version, this can be added to the contribution!
  15. It's the old apostrophe issue. Need to escape it with a \
  16. Found a few instances of the "SSL" in redirects, but it still goes to the secure side of the server. I also checked the configure.php to make sure things were spec'd right there. Any other places I need to check for this?
  17. Anyone? When a coupon is redeemed, is the coupon redemption area on the checkout_payment form supposed to go away? What else happens? A quick explanation of the process would help me out tremendously.
  18. I've figured out the issue my OSCMax store. Here's the specifics on what to do: LinkPoint Subtotal Fix for CCGV Once these edits have been made, you'll have to modify the order total sort to put the discount before the subtotal then everything will work.
  19. Question: When you redeem a coupon, what is supposed to happen? In my store, you are returned to the checkout_payment page, and the cart in the RH column is updated showing the coupon name but that's it.
  20. I'm working through this contribution trying to get it to work with Linkpoint. I'm looking at the ot_subtotal.php and see there has been an addition that relates to the CCGV mod. These lines are: // BOF: LINES ADDED $od_amount = $_SESSION['od_amount']; $subtotal = $order->info['subtotal'] - $od_amount; $order->info['subtotal'] = $order->info['subtotal'] - $od_amount; // EO: LINES ADDED Interestingly, other sections of code for the order totals have any _SESSION lines commented out, with text that says //$cc_id = $_SESSION['cc_id']; //Fred commented out, do not use $_SESSION[] due to backward comp. Reference the global var instead. So, my question is: how does one replace the $od_amount = $_SESSION['od_amount']; line with a global variable? This section of code should remove the coupon amount from the subtotal, which is not working in my store. My subtotal equals the dollar amount in the cart, even after the coupon is applied. I suspect this is the issue, since when using Linkpoint, the subtotal, shipping and total are sent to the Linkpoint CC Gateway and right now, they don't add up.
  21. A polite recommendation to whomever releases the next version of EP. Can the "http://www.yourdomain.com" in the Froogle config section to use the defined catalog varible?
  22. One other question. When submitting a link on my site, the /links_submit_success.php pages wants to come up on the secure side of my server (https:) rather than the unsecure (http:) side. Any ideas why this might be?
  23. When turning off the "Click Count", I would think that this column should not be displayed on the links pages, but on my site, it still does. Is this a bug or a feature?
  24. I've spent the past few hour searching but can't find an answer to my quesion: Has anyone got this working with the Linkpoint CC Payment Gateway? I see that several folks have the issue with the subtotal, shipping and total not adding up, and I'm having the same problem. Any help would be GREATLY appreciated.
×
×
  • Create New...