Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

apurba_soft

Archived
  • Posts

    6
  • Joined

  • Last visited

About apurba_soft

  • Birthday 08/29/1982

Profile Information

Recent Profile Visitors

7,564 profile views

apurba_soft's Achievements

  1. 1054 - Unknown column 'mi.manufacturers_htc_title_tag' in 'field list' select mi.manufacturers_htc_title_tag as htc_title_tag, mi.manufacturers_htc_desc_tag as htc_desc_tag, mi.manufacturers_htc_keywords_tag as htc_keywords_tag from (manufacturers m) LEFT JOIN manufacturers_info mi on m.manufacturers_id = mi.manufacturers_id where m.manufacturers_id = '0' and mi.languages_id = '1' [TEP STOP] Please Help???
  2. Hello, Im using FEC Quicker Install v5.1 Ver with CCGV5.20_1. Its working in Firefox.........but not working in IE7. 1. When i enable this code 'echo $order_total_modules->credit_selection();//rmh M-S_ccgv' in checkout_shipping.php. 2. And showing this error code in IE7 'document.checkout_payment.shipping.0' is not null or not an object. 3. This is the checkout_confirmation.php code.................... // ################# Added CGV Contribution ##################" // CCGV Contribution $order_total_modules = new order_total; $order_total_modules->collect_posts(); $order_total_modules->pre_confirmation_check(); /// #################BEGIN fec for get total $paynow = tep_db_prepare_input($HTTP_GET_VARS['paynow']); if ($paynow ==3) { tep_redirect(tep_href_link(FILENAME_CHECKOUT_SHIPPING, 'show_total=1&error_message=' . urlencode(ERROR_TOTAL_NOW), 'SSL')); } /// ##########END fec for get total // if ( ( is_array($payment_modules->modules) && (sizeof($payment_modules->modules) > 1) && !is_object($$payment) ) || (is_object($$payment) && ($$payment->enabled == false)) ) { if ( (is_array($payment_modules->modules)) && (sizeof($payment_modules->modules) > 1) && (!is_object($$payment)) && (!$credit_covers) ) { // ################# End Added CGV Contribution ##################" tep_redirect(tep_href_link(FILENAME_CHECKOUT_PAYMENT, 'error_message=' . urlencode(ERROR_NO_PAYMENT_MODULE_SELECTED), 'SSL')); } is this ok? Please help me......... thank you so much.
  3. Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /usr/home/sectwisp/public_html/modules/catalog/admin/customers.php on line 737 Warning: array_merge() [function.array-merge]: Argument #2 is not an array in /usr/home/sectwisp/public_html/modules/catalog/admin/customers.php on line 739 Warning: reset() [function.reset]: Passed variable is not an array or object in /usr/home/sectwisp/public_html/modules/catalog/admin/includes/classes/object_info.php on line 17 Warning: Variable passed to each() is not an array or object in /usr/home/sectwisp/public_html/modules/catalog/admin/includes/classes/object_info.php on line 18 :lol: :lol: :lol: :lol: :lol: :lol: plz help me.
×
×
  • Create New...