Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

hirarose

Pioneers
  • Posts

    2
  • Joined

  • Last visited

Profile Information

  • Real Name
    Hira Rose

hirarose's Achievements

  1. I installed "V2.1beta" on my OSC 2.2 M2. I can't find some codes in some of the files. The codes are below. PLEASE HELP! 1) catalog/checkout_process.php if ( ( is_array($payment_modules->modules) && (sizeof($payment_modules->modules) > 1) && !is_object($$payment) ) || (is_object($$payment) && ($$payment->enabled == false)) ) { tep_redirect(tep_href_link(FILENAME_CHECKOUT_PAYMENT, 'error_message=' . urlencode(ERROR_NO_PAYMENT_MODULE_SELECTED), 'SSL')); } 2) catalog/product_reviews_info.php <td class="pageHeading" valign="top"><?php echo $products_name; ?></td> <td class="pageHeading" align="right" valign="top"><?php echo $products_price; ?></td> </tr> </table></td> </tr> 3) open catalog/reviews.php <td class="pageHeading"><?php echo HEADING_TITLE; ?></td> <td class="pageHeading" align="right"><?php echo tep_image(DIR_WS_IMAGES . 'table_background_reviews_new.gif', HEADING_TITLE, HEADING_IMAGE_WIDTH, HEADING_IMAGE_HEIGHT); ?></td> </tr> </table></td> </tr> 4) catalog/includes/boxes/shopping_cart.php if ($cart->count_contents() > 0) { $info_box_contents[] = array('text' => tep_draw_separator()); $info_box_contents[] = array('align' => 'right', 'text' => $currencies->format($cart->show_total())); }
×
×
  • Create New...