Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

johanv

Pioneers
  • Posts

    49
  • Joined

  • Last visited

Profile Information

johanv's Achievements

  1. I just had that error, and now it seems to have resolved itself. See in googlefeeder.php if define('OPTIONS_ENABLED', 1); & define('OPTIONS_ENABLED_CONDITION', 1); are set to that. If so then check the output file make sure that there is a condition header in it. If not all I did was tab from the last column in my case that was id and manually typed in condition. Re-ran the Google Base feeder in my admin and presto it worked. Funny thing is that it added a column expiration date that was never there before yet it was always enabled within my googlefeeder.php file. Hope this helps, I was stuck on this for a week. Johan
  2. Unfortunately I am getting an error now: Missing required attribute: condition (128 errors) Please make sure you include all required attributes in your data feed. Is anyone else getting this error? Thanks, Johan
  3. I removed this code from googlefeeders line 262: , "T" => "" Now my feed is including capital T's, what was the reason for that code? Johan
  4. You are right, I cleared the whitelist and I was redirected to blocked.php. Quick question in regards to the personal folder. If I have renamed my admin folder to something else, could I rename the personal folder to admin? Do you think that would trap more IPs? Johan
  5. I installed the most recent version of the contribution, but it is not working for me. Its a super easy install so I am unsure of where my problem lies. When I try to access the personal folder I get redirected to index.php. Has anyone else had this issue? My website is littlestork.ca Thanks, Johan
  6. Thanks for the contribution. I inspected the feed that is created, and for some reason my capital T is not showing up, has anyone else noticed this error? Thanks, Johan
  7. As it turns out my error was because the Credit Card we used on file was maxed out. Johan
  8. I just started to get this error, but on line 738. Was this ever resolved?
  9. Has this been resolved as I am having the same issue. Johan
  10. Anyone else getting the error message today? " Error: Failed check in ship_canadapost.php at line 347. This most likely means that Canada Post has changed their user interface. You need to update your Canada Post Automatic Shipping Labels module. " I was having trouble accessing the CP website this morning, but it seems to be available again. Johan
  11. Eureka! It seems as though in my header.php I have the following line: <!-- BOF Cycle Products --> <?php echo '<script language="javascript" src="' . HTTP_SERVER . DIR_WS_HTTP_CATALOG . DIR_WS_INCLUDES . 'javascript/jquery.js" type="text/javascript"></script>' . "\n"; echo '<script language="javascript" src="' . HTTP_SERVER . DIR_WS_HTTP_CATALOG . DIR_WS_INCLUDES . 'javascript/jquery.cycle.js" type="text/javascript"></script>' . "\n"; ?> <!-- EOF Cycle Products --> When I remove those calls for the jquery.cycle.js the OPC works. Now I have to make my way over to support for Cycle Products, I will post an update once I get this resolved. Johan Update: I just removed those calls from header.php and added them to each page that has a Cycle Products Box, yay Lightbox and OPC works with one stroke of the keyboard!
  12. Same thing in IE 8 :( I guess I will just have to troubleshoot this a little more. Johan
  13. I haven't read every page of this thread, but here is my problem: The user must be logged in before using the OPC. No problems there. When the user tries to select their shipping option, the price does not update. I never updates to include the shipping price. I have two shipping modules I use, a flat rate and a pickup option. The flat rate increases as the order hits specified dollar thresholds. I have a feeling it has something to do with AJAX or Javascript, but no proof. When I switch the option Require Login to false, the user then has to enter in their password, and addresses. There is no form validation, i.e. address fields do not have a green checkmarks after they have been completed. Any help would be appreciated. Johan
  14. I am having the same issue, have you been able to resolve this situation? Johan
×
×
  • Create New...