Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

acidvertigo

Members
  • Posts

    278
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by acidvertigo

  1. Starting to develop a REST API for oscommerce based on slim framework and Json HAL

    1. tgely

      tgely

      Do you dream with arrays?

    2. acidvertigo

      acidvertigo

      and jsonserializable objects :)

  2. Not a good day to change euros in another currency

  3. Jingle bell, jingle bell, jingle bell rock...

  4. Here you can find the installation instruction for 2.2 RC2a http://library.oscommerce.com/Package&en&paypal&oscom23&installation
  5. Have you tried the new Paypal app? http://www.oscommerce.com/forums/topic/398887-paypal-app-for-oscommerce-online-merchant/#entry1710682 Maybe this update can help you.
  6. Oh, the weather outside is frightful But the fire is so delightful Since we've no place to go...

    1. altoid

      altoid

      Let's go code

      Let's go code

      Let's go code

    2. acidvertigo

      acidvertigo

      Nice! In my mind was: let's Osc go x3

  7. If this is an old contrib i think that inside the addon file you should remove these lines on top <!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN"> <html <?php echo HTML_PARAMS; ?>> <head> <meta http-equiv="Content-Type" content="text/html; charset=<?php echo CHARSET; ?>"> <title><?php echo TITLE; ?></title> <link rel="stylesheet" type="text/css" href="includes/stylesheet.css"> <script language="javascript" src="includes/general.js"></script> <script language="JavaScript" src="includes/javascript/spiffyCal/spiffyCal_v2_1.js"></script> <link rel="stylesheet" type="text/css" href="includes/javascript/spiffyCal/spiffyCal_v2_1.css"> </head> <body marginwidth="0" marginheight="0" topmargin="0" bottommargin="0" leftmargin="0" rightmargin="0" bgcolor="#FFFFFF"> <!-- header //--> <?php require(DIR_WS_INCLUDES . 'header.php'); ?> <!-- header_eof //--> and remove these lines <!-- left_navigation //--> <?php require(DIR_WS_INCLUDES . 'column_left.php'); ?> <!-- left_navigation_eof //--> and remove also <!-- footer //--> <?php require(DIR_WS_INCLUDES . 'footer.php'); ?> <!-- footer_eof //--> then add after: require('includes/application_top.php'); require(DIR_WS_INCLUDES . 'template_top.php'); and add to the end before: require(DIR_WS_INCLUDES . 'application_bottom.php'); require(DIR_WS_INCLUDES . 'template_bottom.php');
  8. Today i'm feeling "Derezzed"

  9. Disneyland i'm arriving!!!!

  10. O PHP, PHP! wherefore art thou PHP?

    1. GLWalker

      GLWalker

      Tis hither, hidden within the methods of the compiler. Why for out can not thee find me accessible to public while hidden with my private arrays?

    2. acidvertigo
  11. A new version of this contrib has been updated today. Do you have the latest version?onvanilla 2.3.4 se ems that works
  12. If tep_mail is defined in general.php and application_top.php is included in wishlist.php the function should work. Very strange. what version of osc you have?
  13. Tep_mail function is defined in general.php function file.
  14. Wow Thank you! I'm glad to help this beautiful community!

  15. Alter table or not alter table, that's the Question

    1. Show previous comments  1 more
    2. acidvertigo
    3. ArtcoInc

      ArtcoInc

      Change your needs to fit the table(s), or change the table(s) to fit your needs.

    4. acidvertigo
  16. So much to do, and so little time

  17. On holidays... Finally!

  18. Php 5.3 at end of life...

  19. Made some github cleaning on my repository. Too old code to clean, but now is clean!

    1. acidvertigo

      acidvertigo

      No problem. Take your time for review. :)

    2. altoid

      altoid

      That was quite a task. Thank you

  20. I realized that i cannot use the multilanguage function 'cause my host don't allow followsymlinks on .htaccess. So i turned the multilanguage support off. However on my shop i have two languages: Italian (default) language and english (secondary). I'm using Usu5 URI rewrite method and does it works well. The only thing that make me mad and cannot understand why, is that if i spider with google every page in the secondary language, it gets a 301 redirect to my primary language. If a go on the same page in secondary language with a browser i get 200 OK status instead. I have the "prevent spider session" , "recreate session" and "force cookie usage" on ON. My question is what changes between a googlebot request and a browser request on USU5? Why spiders gets 301 redirect and browser get 200 ok status? Anyone can reproduce it? p.s. I'm sorry that is a duplicate post. but after 150 pages of posts on this forum seems that i'm the only that have this issue.
×
×
  • Create New...