Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

richhoward

Archived
  • Posts

    76
  • Joined

  • Last visited

Everything posted by richhoward

  1. thanks alot man, i will do this first thing in the morning! i appreciate your help a whole lot!!
  2. All I am looking for is to program the View Larger Image link. Does anybody know how I can do it? I get all the variables for STS just not the view larger image link. I want it to be %source/filename_LARGE.jpg unless you guys know a better way this will work with STS on the custom product_info page. Click on my link earlier to see what I am talking about.
  3. I do not have Ensime or Cpanel at all on this server. It is strictly a Windows 2003 Server thats it. I had looked into Cpanel but found that I didnt think I needed it. This server only hosts one website. I am willing to pay for someone to help me finish this. Its getting pretty high priority around here.
  4. I am the host administrator. I am trying to buy a GeoTrust SSL certificate and i have to create the CSR before I can buy the certificate. I need help creating that please.
  5. Hey guys, I have installed everything correctly. Windows Server 2003, latest version of Apache, MySQL and Mod_SSL and OPenssl. Now when i try to create the key i get a openssl.cnf cant understand. Can anybody be willing to help me please? Thanks alot!
  6. Can anybody help or provide any insight with my example here, it should be easy I just dont know!
  7. That's not what I am talking about either. It doesn't know dynamically how to do it. Check out http://products.desatech.com and look at a product and see what I am talking about.
  8. Thanks for your assistance, i did already review these before but nowhere in here does it state how to make the View Larger Image be automatic. Cuase it doenst make sense if you customize the product_info page if you cant have a view it larger for each image? $cataloglogo: The OSC logo and link $urlcataloglogo: The URL used by the $catalog logo. $myaccountlogo: The MyAccount graphic and link $urlmyaccountlogo: The URL used by the My Account function $cartlogo: The Cart graphic and link $urlcartlogo: The URL used by the Cart function $checkoutlogo: The Checkout graphic and link $urlcheckoutlogo: The URL used by the Checkout function $breadcrumbs: The "Top > Catalog > whatever..." breadcrumbs text and links $myaccount: The text version of "My Account" and link. Changes to "Logoff" if logged on. $urlmyaccount: The URL used by the MyAccount function. $cartcontents: The text version of the "Cart Contents" function. $urlcartcontents: The URL used by the MyAccount function. $checkout: The text version of the "Check Out" function. $urlcheckout: The URL used by the "Check Out" function. $categorybox: The Category box $manufacturerbox: The Manufacturer box $whatsnewbox: The What's New box $searchbox: The Search box $informationbox: The Information box $cartbox: The Shopping Cart box $maninfobox: The Manufacturer Info box (blank if not used on a page) $orderhistorybox: The Order History box (blank if not used on a page, ie: use not logged in) $bestsellersbox: The Best Sellers box $specialfriendbox: Either the Specials box or the Tell A Friend box (depending on page viewed) $reviewsbox: The Reviews box $languagebox: The Languages box $currenciesbox: The Currencies box $content: The main content of the page (the middle of the page) $date: The current date $numrequests: The "XXX requests Since DATE" text $counter: The page view counter $footer: The footer output from footer.php $banner: The banner output from footer.php
  9. Is there anyway to make it refer instead of default.php becuase i have it as index.php will it still work?
  10. Hey guys, Do you'll know the View Larger Image variable I can put in the Product_Info page for STS. I am using the variables it gives you to manually chose where you want to display your information. For instance these are the variables I am using. $startform $productname $imagesmall View Larger Image <----- Where I need the View Larger Image URL $productdesc Price: $regularprice $addtocartbutton $endform Any help would be greatly appreciated!
  11. I know about crons and scheduling, just how to execute that script via url...etc?
  12. Do you guys know of a way I can go in and schedule an execution to update the easy populate and insert a .txt file and insert into DB? I will have a drive mapping with the file name so it would be for isntance W:\EasyPopulate.txt to go in and upload via the upload feature and upate the products with the inventory, pricing..etc? I want to do this about once an hour. Thanks!
  13. anybody have any insight on this? i need help asap
  14. Hey guys, I work for a place where we are getting ready to start selling stuff online. We need tax rates added for the following states, KY, AL, CA, NY & TN. How should I go about getting all of those tax rates because I know CA and NY all go by what county you live in etc for a different rate and if those rates change once a week I dont want to have keep coming in and changing them. Is there an automatic feeder for these tax rates that you guys know of as a contribution?
  15. How do you make it where you can only select United States as a country, we wont be shipping outside the USA?
  16. When i did the installation directions it replaces the tep_image with the $params variable, and all throughout im replacing its actually $paramters, am i suppose to be changing it? it isnt working for me, check the link http://products.desatech.com/product_info....&products_id=28
  17. Hey guys, I finally got the sts_template.html to work. But now none of the individual pages work. Like for example product_info.php.html in the includes/sts_templates it wont use that or any of them. It keeps using the sts_template.html on everything, every page since i have it set for $content. http://products.desatech.com/ click on heaters on the side and you will see what i mean, it keeps using only the sts_template.html Does anybody know how to make it use the ones its suppose to be using under the sts_templates/ directory? I posted my configure.php file eariler up. Please help!
  18. Can anybody please help me? Is there anything special I need to do, to get this to work on a Windows 2003 Server.. please help my config file is above and it wont go to the sts_template.html it keeps going to the index.php
  19. Anybody have an idea on how to fix my problem? Is there anything special i have to do for a windows server to get this to work?
  20. Hey guys, I have installed the STS contribution and I cant get it to work correclty, it still comes up with the default oscommerce, this is a fresh install and this is the only thing I have tried to get to work everything else works perfect. Here is my configure.php file below with xxx's through things obviously you arent suppose to see but tell me if you guys ee anything wrong here. THis is on a windows server 2003 with apache, mysql and php. Thanks! <?php /* osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright ? 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', 'xxx'); // 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', 'xxx'); define('HTTPS_COOKIE_DOMAIN', ''); define('HTTP_COOKIE_PATH', '/'); define('HTTPS_COOKIE_PATH', ''); define('DIR_WS_HTTP_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', 'xxx'); define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/'); define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/'); // define our database connection define('DB_SERVER', 'localhost'); // eg, localhost - should not be empty for productive servers define('DB_SERVER_USERNAME', 'xxx); define('DB_SERVER_PASSWORD', 'xx'); define('DB_DATABASE', 'xxx'); define('USE_PCONNECT', 'true'); // 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 ?> Anybody have any suggestions on how to fix this?
  21. Hey guys, I have installed the STS contribution and I cant get it to work correclty, it still comes up with the default oscommerce, this is a fresh install and this is the only thing I have tried to get to work everything else works perfect. Here is my configure.php file below with xxx's through things obviously you arent suppose to see but tell me if you guys ee anything wrong here. THis is on a windows server 2003 with apache, mysql and php. Thanks! <?php /* osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright © 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', 'xxx'); // 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', 'xxx'); define('HTTPS_COOKIE_DOMAIN', ''); define('HTTP_COOKIE_PATH', '/'); define('HTTPS_COOKIE_PATH', ''); define('DIR_WS_HTTP_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', 'xxx'); define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/'); define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/'); // define our database connection define('DB_SERVER', 'localhost'); // eg, localhost - should not be empty for productive servers define('DB_SERVER_USERNAME', 'xxx); define('DB_SERVER_PASSWORD', 'xx'); define('DB_DATABASE', 'xxx'); define('USE_PCONNECT', 'true'); // 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 ?> Anybody have any suggestions on how to fix this?
  22. Can somebody take a screenshot of the new screen in the admin section? I would be interested to see it. Thanks!
  23. I am not going to do that, I already have orders and customers all through our database, even if i did do that, what would be the best benefit?
×
×
  • Create New...