Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

alexiscruz007

Members
  • Posts

    41
  • Joined

  • Last visited

Everything posted by alexiscruz007

  1. Please add a temple email sistem.
  2. What about a simple temple add, and simple addons add. or better option product handler. in this version.
  3. Maybe find $file = tep_get_uploaded_file('usrfl'); change to $file = $_GET['csv']; and call yourweb.com/admin/easypopulate.php?csv=listproduct.csv i dont test this.
  4. tried dominio.com/admin/easypopulate.php?usrfl=listproduct.csv Or maybe find $file = tep_get_uploaded_file('usrfl'); and change to: $file = $_GET['csv']; and call dominio.com/admin/easypopulate.php?csv=listproduct.csv i dont test this.
  5. tried dominio.com/admin/easypopulate.php?usrfl=listproduct.csv Or maybe find $file = tep_get_uploaded_file('usrfl'); and change to: $file = $_GET['csv']; and call dominio.com/admin/easypopulate.php?csv=listproduct.csv i dont test this.
  6. tried dominio.com/admin/easypopulate.php?usrfl=listproduct.csv Or maybe find $file = tep_get_uploaded_file('usrfl'); and change to: $file = $_GET['csv']; and call dominio.com/admin/easypopulate.php?csv=listproduct.csv i dont test this.
  7. thanks, the urlencoder dont work, this fix the problem. readfile(str_replace(" ", "%20", $url)); in this add on use. change: readfile($_GET['id']); for: readfile(str_replace(" ", "%20", $_GET['id']));
  8. I have problem now if the url have special chart like %. i think whit de urlencode() but not work.
  9. I am trying to install this add on but it does not work. (Pseudo Cron - Cron Simulator) When I run just update your txt, but the work does not. Someone installed this addon that works for you.
  10. You can used too: $reviews_query = tep_db_query("select count(*) as count, round((avg(reviews_rating)),1) as total from " . TABLE_REVIEWS . " where products_id = '" . (int)$HTTP_GET_VARS['products_id'] . "'"); echo RATING . ' ' . $reviews['total'];
  11. When I have a categoriy and a subcategory works well, but if I have subcategories under another subcategory not removed.
  12. we used very well, is you have problem contat you host, the version 1 and 1.2 is diferent, prove with both.
  13. we used dsiplay remote imagen add, and work fine in 2.2
  14. Dear Jack i update to 3.4 and i need to exclude some categories but not work, but i can exclude the products fine. Thanks.
  15. which version I installed using either the 2.2 what is not good is to use and configure.
×
×
  • Create New...