Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

simplebaby

Pioneers
  • Posts

    20
  • Joined

  • Last visited

Everything posted by simplebaby

  1. So when I run this as a CRON job, I get this: Am I missing something that would make the admin email fully HTML formatted? The one that goes to the customer works just fine.
  2. Found it. Everything was in the general.php file, but something got all wonky when I saved. It moved the start and end comment lines down and up one. Thus canceling out those statements.
  3. I was using the USPS Rate V2....v1.7 for the longest time. However, I have noticed that my customers aren't able to use the Domestic First Class option. The option is shown without any words beside it, and when selected the most expensive option is added instead. So I upgraded to http://addons.oscommerce.com/info/8702 today. Here are my issues: A) the new files are WAYYYY smaller than the old files (yes, I double and triple checked them) B) the new files are giving me the following error. Fatal error: Call to undefined function tep_cfg_usps_services() I know this is basically saying that there is something missing, but I do not see anything that could be missing in the add on files. Am I completely spacing this? I normally can pin point the error pretty quickly.
  4. I have the gift registry installed with the manager. I would like to see an email generated when a customer makes a registry that would send them a form letter and CC me. Is this possible? Is it already available? Thanks
  5. The products specials only shows an expiry date. No start date.
  6. With Black Friday around the corner it would be awesome if we could pre-schedule products and specials to go off at a certain time. So I could set up my products a few days before and know that they would start at a specified date and time. Maybe a product embargo or something that utilizes the date expected field??? Anything like that available?
  7. It appears that the advanced_search_results.php call the catalog\includes\modules\product_listing.php file The contribution does ask to modify this file, but it appears to not be working. modify the following under PRODUCT_LIST_BUY_NOW (~line 133) /* NEM Modified to check for In-store Only */ $product_status_query = tep_db_query("select in_store_only from " . TABLE_PRODUCTS . " where products_id = '" . (int)$listing['products_id'] . "'"); $product_instore = tep_db_fetch_array($product_status_query); if ($product_instore['in_store_only'] == '0') { //original content $lc_text = '<a href="' . tep_href_link(basename($PHP_SELF), tep_get_all_get_params(array('action')) . 'action=buy_now&products_id=' . $listing['products_id']) . '">' . tep_image_button('button_buy_now.gif', IMAGE_BUTTON_BUY_NOW) . '</a> '; }else{ $lc_text = '<span class="markProductOutOfStock">' . TEXT_STORE_ONLY . '</span>'; } /* End Modification */ I bet if I got that portion to work, I would be home free.
  8. I have a few products that are not allowed to be sold online. However, I would like to have them displayed in my online store to entice people to shop my retail B&M location. I have installed the In_Store_only addition. It works quite well except for when using the advanced search and the What's New Box nfo box at the bottom of my index.php page. In both pages I still get the add to cart button here. There is nothing in the add on that shows to edit, either of these pages. The What's New Box is not a big deal as it only shows the last three items added to the site. The advanced search is, in case I were audited by the manu. Any ideas?
×
×
  • Create New...