Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

acidvertigo

Members
  • Posts

    278
  • Joined

  • Last visited

  • Days Won

    4

acidvertigo last won the day on December 1 2014

acidvertigo had the most liked content!

2 Followers

About acidvertigo

  • Birthday 01/10/1979

Profile Information

Recent Profile Visitors

39,916 profile views

acidvertigo's Achievements

  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
×
×
  • Create New...