

FluidDragon
Members-
Content count
25 -
Joined
-
Last visited
Profile Information
-
Real Name
Scott Murphy
-
FluidDragon started following Kirod
-
Kirod started following FluidDragon
-
Any ideas? I'm still stuck? Should I install a contrib for Authorize.net? I did just want to get it working before loading anything else. Would loading a contrib help?
-
When I try to proccess an order with Authorize.net, the oder "LOOKS" like it is proccessed and the page comes up and says it has proccessed. BUT 1. The item is still in the shopping cart 2. THe order does not appear on the customers orders section in the admin 3. The transaction does not appear in Authorize.net 4. The transaction does not appear on the credit card 5. No email confirmations are sent Any ideas?
-
[contribution] Simple Template System (sts)
FluidDragon replied to DiamondSea's topic in Templates and Images
Is there any WYSIWYG contrib you guys would recomend for use with STS. All I really need is the ability to edit the main page, and the other text pages (shipping policies etc.) There are a number of contribs that add this function but I am unsure of their stability and compatibility with STS. BTW all I have installed is STS and Most recent OSC, other than the edited template and defined categories it is a clean install. I would prefer to not have to reload osc with a "clean" install as soem of the contribs say you should have a clean install. Any experiences? Thanks -
[contribution] Simple Template System (sts)
FluidDragon replied to DiamondSea's topic in Templates and Images
never mind -
[contribution] Simple Template System (sts)
FluidDragon replied to DiamondSea's topic in Templates and Images
This is my configure.php xxxx'ed out passowrds <?php /* osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright (c) 2003 osCommerce Released under the GNU General Public License */ // Define the webserver and path parameters // * DIR_FS_* = Filesystem directories (local/physical) // * DIR_WS_* = Webserver directories (virtual/URL) define('HTTP_SERVER', 'http://www.federationmodels.com'); // eg, http://localhost - should not be empty for productive servers define('HTTPS_SERVER', ''); // eg, https://localhost - should not be empty for productive servers define('ENABLE_SSL', false); // secure webserver for checkout procedure? define('HTTP_COOKIE_DOMAIN', 'www.federationmodels.com'); define('HTTPS_COOKIE_DOMAIN', ''); define('HTTP_COOKIE_PATH', '/oscommerce/catalog/'); define('HTTPS_COOKIE_PATH', ''); define('DIR_WS_HTTP_CATALOG', '/oscommerce/catalog/'); define('DIR_WS_HTTPS_CATALOG', ''); define('DIR_WS_IMAGES', 'images/'); define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/'); define('DIR_WS_INCLUDES', 'includes/'); define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/'); define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/'); define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/'); define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/'); define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/'); define('DIR_WS_DOWNLOAD_PUBLIC', 'pub/'); define('DIR_FS_CATALOG', '/home/ftpfed/public_html/oscommerce/catalog/'); define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/'); define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/'); // define our database connection define('DB_SERVER', '64.5.48.42'); // eg, localhost - should not be empty for productive servers define('DB_SERVER_USERNAME', 'xxxxxxx'); define('DB_SERVER_PASSWORD', 'xxxxx'); define('DB_DATABASE', 'ftpfed_db1'); define('USE_PCONNECT', 'false'); // use persistent connections? define('STORE_SESSIONS', 'mysql'); // leave empty '' for default handler or set to 'mysql' // STS: ADD: Define Simple Template System files define('STS_START_CAPTURE', DIR_WS_INCLUDES . 'sts_start_capture.php'); define('STS_STOP_CAPTURE', DIR_WS_INCLUDES . 'sts_stop_capture.php'); define('STS_RESTART_CAPTURE', DIR_WS_INCLUDES . 'sts_restart_capture.php'); define('STS_TEMPLATE_DIR', DIR_WS_INCLUDES . 'sts_templates/'); define('STS_DEFAULT_TEMPLATE', DIR_WS_INCLUDES . 'sts_template.html'); define('STS_DISPLAY_OUTPUT', DIR_WS_INCLUDES . 'sts_display_output.php'); define('STS_USER_CODE', DIR_WS_INCLUDES . 'sts_user_code.php'); define('STS_PRODUCT_INFO', DIR_WS_INCLUDES . 'sts_product_info.php'); // STS: EOADD ?> -
[contribution] Simple Template System (sts)
FluidDragon replied to DiamondSea's topic in Templates and Images
I just installed 2.01 on a completely new OSC install. I did not use CONFIGURE-SAMPLE.php and instead edited /catalog/includes/configure.php. I belive I am using all the latest versions. This is the first time using STS and I can't get the search to pull up the specific results becuase of the 4 character limit. There are no other contributions loaded. This is a totally new install and my first STS install. When I try to go into the catalog now I get this error: Warning: main(STS_START_CAPTURE): failed to open stream: No such file or directory in /home/ftpfed/public_html/oscommerce/catalog/includes/application_top.php on line 511 Warning: main(STS_START_CAPTURE): failed to open stream: No such file or directory in /home/ftpfed/public_html/oscommerce/catalog/includes/application_top.php on line 511 Fatal error: main(): Failed opening required 'STS_START_CAPTURE' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/ftpfed/public_html/oscommerce/catalog/includes/application_top.php on line 511 How do I fix this?