Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

wkdwich

Pioneers
  • Posts

    439
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by wkdwich

  1. thanks for an easy & fast way to work with googles merchant center! I installed the mod and set the upload schedule. asking to upload NOW as well. Within 5 minutes all of my 1600 products were listed, but with some errors. I did however receive some error warnigs: Unrecognized attribute: made in Unrecognized attribute: age range Expiration date is too far in the future The expiration date fix I think I saw in an earlier post. The made in & age range, can I go through the googlebase.php and remove those references so they no longer are being fed? When I click on a specific product I can see the new google rules are being satisfied :) but the image is not showing ;( I'll check again later because it does say "searchable soon" still. When I look at the image properties of the image in the product listing I see: http://lh6.googleusercontent.com/public/DexWfbgIm8opCSVLlyF97n-LXOCeZMhsFSW73vNXvMAFANRpn-q1LUzpUGf-G0P8AJme8Qwi_L83mBIxGKjer2iNaS5obH1eqMN9dExNtBhAkM8u-S2bEEpxlC_dxHZtJ1tF but get the red X there...
  2. Thanks Cord.. I musta have missed that line there on your site for the install instructions.. Have you looked at the new 2.5 version?? I havent really done so myself just yet, but they are touting it as the best thing since sliced bread Think it will be any issues with integrating it there also if I decide to move up?
  3. Cord, can you tell me is anyone has installed your mailbeez into an oscMAX cart? Currently I am using the 2.0.25 version the latest 2.5 is not due for another month or so..
  4. First, please no lectures about PCI compliance, my client is absolutely PCI compliant, as well this mod ensures this.. Last year, after trying to get other CVV mod's installed, I combined 2 older mods which perform like so adds CVV field to payment checkout CVV is never written to DB but only emailed to merchant along with the middle 8 credit card numbers, even though there was a DB field created for it check boxes on admin order to remove the remaining CC info (1st 4 & last 4 of the card # & exp date) when updating status The problem is the CVV field is not required, the customer can proceed without filling out the field.. I (my client) need it required. The 2 mods I combined are: o http://www.oscommerce.com/community/contributions,4377 o http://www.oscommerce.com/community/contributions,1227 I believe in catalog/includes/classes/cc_validation.php near: $l = strlen($cvv); if (strlen($cr_card_type) > 0 && ($this->cc_type != $cr_card_type)) { return -5; } I need something to the effect of this (which I found in another mod) but my coding skills suck and I am unclear how to change this to make it work for my needs. $this->cc_cvv = $cvv; if ((MODULE_PAYMENT_CC_CVV == 'True') && ($cvv_length > 0)) { // using CVV and card is known to have CVV if (strlen($cvv) != $cvv_length) { // bad length $this->errmsg = sprintf(CCERR_BAD_CVV, $this->cc_type, $cvv_length); return -5; If I can make this part work I will bundle the mod and post it.. If it makes any difference to anyone I do use oscMAX Thanks..
  5. My suggestion is to remove the module, check your database to be sure all refereneces are removed from the configuration table then reinstall after triple checking all yur files have been properly modified and uploaded tot he correct locations then reinstall
  6. I have had no problem with those choices with an older osc, the new 2.3.1 or oscmax please check your install - something is missing somwhere
  7. Amy, you need to download the latest USPS Methods module and check that ALL the changes have been made to ALL the file and check that you are uploading them to the proper places..
  8. \catalog\admin\modules.php shou;d now look like: if (tep_not_null($action)) { switch ($action) { case 'save': while (list($key, $value) = each($HTTP_POST_VARS['configuration'])) { // BOF: LINES ADDED if( is_array( $value ) ){ $value = implode( ", ", $value); $value = ereg_replace (", --none--", "", $value); } // EOF: LINES ADDED If thats not what you have that is ost likely your problem.
  9. ok I will give that a shot in the dark later :) thanks..
  10. close fix Jetta, but all others besides First Class do other some level of tracking. To my understanding: Priority : tracked to the US border, some countries will report back to USPS when delivered etc, some wont. Express : door to door tracking to any country I would also like to make notation that First Class International holds no tracking and no insurance. I do have that info on my shipping page, but it should be stated on the shipping checkout page also I think for clairty purposes. This is what my Shipping page shows: USPS Priority International shipments are trackable ONLY until it reaches your country. If the package is lost or damaged past point of entry, we can not take any responsibility. USPS Express Mail International includes tracking door to door to most countries. First-Class Mail International - First Class Mail does NOT have tracking features or insurance. We take no responsibility for lost or damaged shipments.
  11. I only ship domestic, Priority & Express box, internstional, first class, Priority & Express box, so I put in the size fields: 8 6 2 28 and I get the rates I need..
  12. Dumb Q, are you sure your user name is correct?? I get those ocassionally, but I have 3 carts running USPS Methods with my user name and I cant figure out why it happens or which cart it is, I checked all the files and all those lines are commented out and none have my address listed and I am almost positive I applied for the password so long ago that they dont have the gmail address they came to.. so I have no answer for that one..
  13. A few notes of interest.. I just completed upgrading a new clients site to 5.0.2 USPS Methods.. in application top I had to use the ini_set the date_default_timezone_set caused an error If you are confused as to what time zone to pick from that link in the read me, try this link: (I had a better one and grrr cant find it now) http://www.worldtimezone.com/ Evan, Jetta is right check your langague file, mine shows up as Jetta's does, not as you are saying it does.. as did the site I just upgraded..
  14. I have installed Jetta's latest and greatest on my dev cart and all is just just about fine, resolved the issues and thought I would share.. If upgrading from any version check to see if you have any of the changes already installed in the appropriate files, I suggest a good text editor or comparison program Make sure you change in /catalog/includes/application_top.php the timezone location using the link provided in the readme ---- however ---- I did not need that statement, so if you get an error after uploading Fatal error: Call to undefined function: date_default_timezone_set() in /home/YOURWEBSITE_USER_NAME/public_html/catalog/includes/application_top.php on line 14 simply comment out the line // set default store time zone //date_default_timezone_set('America/New_York'); upload again and see if the error goes away. As Jetta explained it, my php.ini most likely has that information in there. Next.. if you are using BTS or STS, oscMAX or whatever, steps 5 and/or 6 Find: <td class="mainContent" width="75%"><?php echo $quotes[$i]['methods'][$j]['title']; ?></td> will be located somewhere else, in my case (oscMAX that uses BTS) it was in /catalog/templates/fallback/content/checkout_shipping.tpl.php also in the /content folder of my other templates, so check there watch your <td class="main" there also, as mine was also different from whats in the readme (<td class="mainContent")
  15. sorry no I don't, I dot use UPS for shipping.
  16. I love it when a plan comes together.. teamwork, listening to others issues even if you don't have the issue yourself.. Glad you are running now graveyard!
  17. well it really is quite possible the module is that old, is it working?? I bet it's not. I suggest you move along and just install 5.2.0 :) Make sure you follow all the steps.. check to see if the lines were added to ALL the files needed or you will have trouble.
  18. go to your shipping modules and it should say there, or open /catalog.includes/modules/shipping/usps.php
  19. DJQofSlidell

    check your SHIPPING section of the configuration area - you are adding a tare weight of 3lbs

  20. thanks.. all this talk of it might or might do exactly as he wants scared him off for right now :) I'll take all this under advisment and know what needs to be done should he change his mind :)
  21. The USPS included with 2.3.1 is NOT the most current and will not work.. sorry.. you need to replace it with the version Jetta uploaded. AND follow the instructions since you installed the default included version already.. uninstall, remove all enries from the DB upload new files, double check all the other files to see that ALL the required info is there, run the SQL (wont hurt if it's already there), install you should be good to go
  22. OK one more question while I wait for the client to approve the project.. Once MVS is in stalled, will I have any trouble using stamps.com for labels for USPS orders? My understanding is stamps.com look ssfor order ready to ship and has nothing to do with the actual shipping module.. I hope thats correct :) Same basic Q in regards to FedEx.. lables can be auto printed through the osc admin also??
×
×
  • Create New...