Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

aceadoni

Archived
  • Posts

    24
  • Joined

  • Last visited

Everything posted by aceadoni

  1. I Get Fatal error: Maximum execution time of 15 seconds exceeded in LOCATION OF OUR BASE/easypopulate.php on line 871 I'm doing a huge import about 18,000 records. anywone has assistance? Lines 866-875 reads function tep_get_tax_class_rate($tax_class_id) { $tax_multiplier = 0; $tax_query = tep_db_query("select SUM(tax_rate) as tax_rate from " . TABLE_TAX_RATES . " WHERE tax_class_id = '" . $tax_class_id . "' GROUP BY tax_priority"); if (tep_db_num_rows($tax_query)) { while ($tax = tep_db_fetch_array($tax_query)) { $tax_multiplier += $tax['tax_rate']; } } return $tax_multiplier; };
  2. Is it possible to remove the more info button?
  3. The install works it just has multiple listings in the config panel
  4. i GET THE FOLLOWING WHEN I INTALLED THE 1.35 VERSION ON MS2.2
  5. Parse error: parse error, expecting `')'' in /home/dynamic2/public_html/cart/catalog/includes/classes/order.php on line 122 Fatal error: Cannot instantiate non-existent class: order in /home/dynamic2/public_html/cart/catalog/return_product.php on line 22
  6. We have 18 distributors in which our product comes from. We are trying to get automated so that once order is complete it mails my distrib ship to info manufacture model and qty nad that is it. We are working on integrating a module that handles all checking for product price
  7. We are looking for anyone who can create a contrib based on our needs. If you are the one please PM me. Time for dev is 3 weeks max with testing. Only those with working examples will be considered. We will donate for the contribution's design ;-).
  8. In admin I get this error. I have not been able to fix it using notes from this thread. Fatal error: Call to undefined function: tep_parse_category_path() in /includes/functions/user_tracking.php on line 47 Any help PM me or email [email protected]
  9. Fatal error: Call to undefined function: tep_get_support_status_name() in /home/dynamic2/public_html/shop/admin/support_status.php on line 222 It displays the status of the ticket but still show's the error
  10. If you have linkpoint API running you will need to contact your cardservice rep in order to add html to your account ;-) 2 weeks to finally figure that out. After Installing fixing all errors and then bam Form Processing Error The following errors occurred while processing your request: It is not possible to order from the store at this time. Contact the merchant for further information (error 1002). If you have linkpoint basic then you can change your reffer URL under the admin section of linkpoint central. If you were using another shop type and and the api running you will have to add basic to your account
×
×
  • Create New...