Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

DimeNote

Pioneers
  • Posts

    139
  • Joined

  • Last visited

Profile Information

  • Real Name
    Unknown
  • Gender
    Male

DimeNote's Achievements

  1. Does anyone know why these would be kicked out as errors?
  2. Hello, I'm not sure where to post this but I'm trying to sort through some errors kicked out by KissER from FWR Media. I am getting errors that read like the following: Error Type: [E_NOTICE] Undefined index: sts_debug Error Type: [E_NOTICE] Undefined index: sts_template Both of these errors reference the following code: function update_from_url () { // Allow Debugging control from the URL if ($_GET['sts_debug'] == MODULE_STS_DEBUG_CODE) { $this->display_debug_output = true; } // Defines constants needed when working with templates if ($_GET['sts_template']) { $this->template_folder = $_GET['sts_template']; } else { $this->template_folder = MODULE_STS_TEMPLATE_FOLDER; } } Any ideas as to what the problem may be? Thanks.
  3. Does anyone know where I find some guidance on this? Thanks.
  4. I'm wondering if it's even possible... anyone have any ideas on where I would begin? Thanks.
  5. Hello, My question involves the contribution "Select Specials" (http://addons.oscommerce.com/info/2044). I have added the code to make it work with SPPC but I'm wondering if there is a way to alter the code so that there is an option to set the special for all customer groups at once. As it is now I have to add the special for each individual customer group. Any ideas or suggestions? Thanks.
  6. Hello, Just wondering if someone could explain a bit of code for me...? I'm wondering what purpose this bit of code has: in product_listing.php we are asked to add if (isset($pw_mispell)){ //added for search enhancements mod ?> <table border="0" width="100%" cellspacing="0" cellpadding="2"> <tr><td><?php echo $pw_string; ?></td></tr> </table> <?php } //end added search enhancements mod I don't understand what this does. Thanks.
  7. Alright, I think I may have something here: $sppc_query = "select p.products_id, p.products_model, pd.products_name, pg.customers_group_id, pg.customer_group_price from " . TABLE_PRODUCTS . " p, " . TABLE_PRODUCTS_DESCRIPTION . " pd, " . TABLE_PRODUCTS_GROUPS . " pg where p.products_id = pd.products_id and p.products_id = pg.products_id and pg.customers_group_id = " . $customer_group_id . " order by p.products_model"; This seems to return all of the correct information in phpMyAdmin. Am I on the right track with this?
  8. Jan, I really appreciate the suggestions. So far I have a page (using privacy.php as a template) and I have added a check for the customers group id. If the id is set as zero then they are redirected to the homepage. Next up is the listing query. I have to admit I'm a bit nervous about this part as my index.php has a ton of scary looking code in it and I'm not entirely certain which section of that code pertains to the product listing. I'll keep working at it though and hopefully I can make some progress. Thanks again.
  9. I understand. Thanks for the reply. I guess I'll keep trying to merge code together until I get something usable. I've tried all of the quantity box contributions I could find but I can't get anything to work as expected. If anyone knows of a workable solution or has any suggestions please let me know. Thanks again. :)
  10. Robert, I received your email. I made a backup of the old files, uploaded the new files, and reset the cache. I also re-enabled gzip compression. All seems to be working as expected and I am no longer receiving the error message. I truly appreciate you taking the time to help me. I'm off to install KissER Error Handling & Debugging now. :) Thanks.
  11. I checked my email... no files. I'm not sure why but I sent you a PM with a different address to try. Thanks again.
  12. Hello, I'm looking for a mod (or seperate contribution) that will allow a customer to click on a link or go to a certain page where they will then be presented with a listing of only the products they have "special pricing" for and allow them to add these products to the cart. Has this been done? I apologize if this has been touched on elsewhere in this thread. If so, can someone kindly point me in the proper direction? Thanks for any help or suggestions.
  13. Hello, I've just recently started getting the following error: Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 5084747 bytes) in .../includes/modules/ultimate_seo_urls5/classes/Usu_Cache_FileSystem.php on line 32 I noticed that this was briefly mentioned earlier in this thread but I did not see a solution. I have roughly 12,000 products in about 100 categories (just an estimate). Is there something that can be done to correct this issue? Thanks.
  14. I changed the filenames as instructed and this fixed the problem. All Products SEO now works correctly. Thank you for a great contribution and thank you for taking the time to help me through this. Much appreciated.
×
×
  • Create New...