Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

sandwick

Members
  • Posts

    106
  • Joined

  • Last visited

Profile Information

  • Real Name
    Sandwick
  • Location
    North Carolina
  • Website

sandwick's Achievements

  1. i need to know where in easy populate it deletes the photo, when i do an insert into db, and the product end of line is set to "Delete" it removes the picture. any help on this would be appreciated ! i am running the following . . . Settings & Info EP vers: 2.8-231 osCommerce Online Merchant v2.3 OS: Array HTTP: DB: PHP: Array (Zend: ) Temp Dir is Writable Magic Quotes is: off register_globals is: off Split files on: 500 records Model Num Size: 12 Price with tax: false Calc Precision: 2 Replace quotes: false Field seperator: comma Excel safe output: true Preserve tab/cr/lf: false Category depth: 7 Enable attributes: true SEF Froogle URLS: false Other Support: MVS Support: false Products Images: true Additional Images: false Additional Images: false More Pics: false UltraPics Pics: false HTC: false SPPC: false Extra Fields: false PDF Upload: false Master Products: false
  2. I am using SPPC 4.2.2 and wishlist 2.3.3R1 can someone direct me to what I need to modify in the wishlist.php file ? When someone logs in with a Designer level pricing and puts the item on the wishlist, the pricing on the wishlist reflects default price level. any help would be appreciated. running 2.3.3 OSC thanks !
  3. I am very pleased with the quality of service/work that George at (MTS Mini Template System) has provided me. He was very helpful in getting MTS up and running to my specifications and to meet a dead line. George was responsive and very concerned with my needs and assisting when changes needed to be made to my site. I would recommended installing the (MTS) Mini Template System, it will make your life easier when using Oscommerce. I look forward to doing business with George for years to come.
  4. I have member approval running on OSC 2.3.3 and PHP 5.4, when and email is sent from create_account.php in the header of the subject line, listed in this code $name, does not show up in the subject line. it is blank, everything gets inserted into the data base. the email vars are empty. I use $name, $firstname, $lastname and they are blank also. Was working great in OSC 2.2 running PHP 5.2 ? what do I need to change to make this work ? $admin_email_text = $customer_opening . ADMIN_EMAIL_WELCOME . ADMIN_EMAIL_TEXT . EMAIL_WARNING; $admin_subject = sprintf(ADMIN_EMAIL_SUBJECT, $name); tep_mail(STORE_OWNER, STORE_OWNER_EMAIL_ADDRESS, $admin_subject, sprintf($admin_email_text, $name), STORE_OWNER, EMAIL_FROM, ''); Here is my code where I am trying to pull the data and send in an email define('ADMIN_EMAIL_TEXT', ' ' . $firstname . '<b> ' . $lastname. ', </b>at ' . $company . ', has applied for access to <b>' . STORE_NAME . ' </b>eCommerce web site on ' . strftime(DATE_FORMAT_SHORT) . ' at ' . strftime(DATE_TIME_ONLY) . ' <br /> ' . $firstname . ' ' . $lastname . ' <br /> ' . $company . ' <br /> ' . $street_address . ' <br /> ' . $city .', ' . $state .' ' . $postcode . ' <br /> ' . $telephone . ' <br /> ' . $email_address . ' ' . "\n\n"); any help would be appreciated. thanks Sandwick
  5. Bummer, it has to be related with the image. if I change to image width to 300px wide, the footer line will be longer then what it is now. Larry
  6. I have the contribution installed and up and running, but have a few questions about the layout . is there a way to center the image on the page, there are only options to place the image left or right ? At the bottom of the screen my footer line does not go all the way across the page, it seems to be as long as the images size is. See pdf attached. thanks Sandwick
  7. looking into it, thanks for the directions. // Larry
  8. my categories boxes was working OK, before I installed this contribution ? I installed pdf datasheet 1.2.1 Regards Larry
  9. I have manage to install the pdf module and I have installed serveral modules. When I click on the link on the products_info page I get the following errors. I did install the headsent.php file to test for file integrity and received no erros. I am runnung Osc 2.3.3 and 5.4 PHP can you suggest anything i can look at to resolve the errors. I have gone as far as removeing all modules except the one that are "Required" . any help would be appreciated. Thanks !
  10. I have just installed this great contribution on my server that is running the following Osc 2.3.3 PHP 5.4 Everything is working like it is supposed to except when I try to submit an email, I get the following error, can someone offer any advise as why i would get this error. The contact form works when the store is OPEN and I have waited the alloted 15 minutes. here is a screen shot of the error I am getting Any help would be appreciated !!! Thanks Sandwick
  11. I just added this to my OSC 2.3.3 and it does NOT work, the prices are still listed. ************************************** 2. In includes/classes/currencies.php ************************************** find: function format($number, $calculate_currency_value = true, $currency_type = '', $currency_value = '') { Add below: // Start Prices for Logged-In Users Only v5 if ( defined( STORE_SHOW_GUESTS_PRICES ) && ( STORE_SHOW_GUESTS_PRICES == 'true' ) && (! tep_session_is_registered('customer_id') ) ) { return TEXT_LOG_IN_TO_SEE_PRICE; } // End Prices for Logged-In Users Only v5 ************************************** 3. In includes/languages/english.php ************************************** add: // Start Prices for Logged-In Users Only v5 define('TEXT_LOG_IN_TO_SEE_PRICE', 'Please log in to see prices'); // End Prices for Logged-In Users Only v5 ************************************** is there anything else I need to modify to make this work ? any suggestions would be appreciated. // Sandwick OSC 2.3.3 PHP 5.4
  12. I have just installed this contribution, and I have some problems with the aspect ratio of the images on the product_info.php page. Some of my images are square and some are rectangles how to I maintain aspect ratio ? My images are as follows, 150px on the long edge (thumbnail) 475px on the long edge (product_info) 950px on the long edge (click image on product_info page) what do I have to do to correct the, my images are already uploaded, just in different directories. Any help would be appreciated. Oscommerce 2.3.3 Contributions Installed MTS SPPC Secrity Pro
  13. I have the same error, just showed up, when I changed the PHP version on my server from 4.4.9 to 5.2. Can anyone make a suggestion as to how to resolve this issue ? Any help would be appreciated. Thanks in advance. osCommerce Online Merchant v2.2 RC2a PHP 5.2.17
  14. You contribution is easy as 1 2 3, on number 2, how do I install the infobox in my admin ?

    any suggestions would be appreciated.

    Thanks.

  15. Everytime I perform an update with easy populate, my images are deleted. How can I stop this ? Any help would be appreciated. EP vers: 2.76g-MS2 osCommerce Online Merchant v2.2 RC2a OS: Linux 2.6.28.8-20100125a-iscsi-ntacker-fasync-mremap-grsec HTTP: Apache DB: MySQL 5.0.91-log PHP: 4.4.9 (Zend: 1.3.0)
×
×
  • Create New...