Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

phpgirl

Pioneers
  • Posts

    31
  • Joined

  • Last visited

Profile Information

  • Real Name
    joel
  • Location
    New York

phpgirl's Achievements

  1. Hi, I used Attribute Manager (http://addons.oscommerce.com/info/1119) for over a year and it worked perfect. Thank you Mike G. for this contribution. I switched hosts and since then when I go to the *Attribute Manager link and select a product and click the edit button the page just refreshes and nothing happens, I see that other users had the same issue but nobody has posted a fix or what is causing this issue. Anybody out there that knows the solution please let me know and hopefully everyone else will find it too. Thanks -Joel
  2. Is it againest the rules if I offer a donation if somebody helps me solve this SSL images problem? I really need this thing to work asap. Somebody please let me know.
  3. Hi everyone, I have oscthumb installed and it works good, but I just installed SSL and some of the images dont work all the time, is there some setting somewere to fix this? Please let me know Thanks
  4. Hi Jack, nothing changed same 2 issues here is the code block with the 2 mods. $productList = array(); if (isset($HTTP_GET_VARS['productList'])) $productList = unserialize($HTTP_GET_VARS['productList']); else if (isset($HTTP_GET_VARS['products_id'])) $productList[] = $HTTP_GET_VARS['products_id']; else if (isset($_POST['productList'])) $productList = unserialize($_POST['productList']); Please help Joel
  5. Thanks Jack. It now comes thrue to the page. but two things 1) I dont get the product info in the email i get 2) if you submit the form without filling out the form correct the product info gets lost after you get the alert to fill out the correct. Thanks again Joel
  6. HI Jack, I get list 34 first thing on the page Joel
  7. Thanks Jack for this Contribution. But i'm also having this problem where the product info does not come thru to the "request-product-info.php" page either in the product_info page or the shopping cart page. you can see my site at http://www.monpetitchild.net/product_info....;products_id=30 (p.s. i did not install it on the shopping cart page as I will get too many Q's for multiple items) Thanks Please reply
  8. I insalled it and it sometimes works and sometimes i only get the Matching items: header but no item under it ( i try the same item) where is the link to the item http://www.monpetitchild.net/product_info....;products_id=29 here is the code <tr> <td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td> </tr> <?php // MATCHING PRODUCTS if (tep_not_null($product_info['products_matching'])) { $product_matches = explode(',', $product_info['products_matching']); $total_match_count = sizeof($product_matches); // Display only if more than 1 match if ($total_match_count > 1) { ?> <tr> <td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td> </tr> <tr> <td><?php include(DIR_WS_MODULES . FILENAME_MATCHING_PRODUCTS); ?></td> </tr> <?php } } ?> <tr> <td> <?php if ((USE_CACHE == 'true') && empty($SID)) { echo tep_cache_also_purchased(3600); } else { // include(DIR_WS_MODULES . FILENAME_ALSO_PURCHASED_PRODUCTS); } } ?> please sombody help me here thanks
  9. im very new to oscommerce... I installed it and I got this error Server Requirement Error: register_globals is disabled in your PHP configuration. This can be enabled in your php.ini configuration file or in the .htaccess file in your catalog directory. can anyone help me with this please thanks
×
×
  • Create New...