Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Qwertyip

Pioneers
  • Posts

    2
  • Joined

  • Last visited

Profile Information

  • Real Name
    Paul

Qwertyip's Achievements

  1. Use: "PayPal Website Payments Standard" payment module. It has all the nessessary Paypal API. It creates the order with a status displaying as its not yet paid. Once paid, status changes to 'Pending'.
  2. Hey.. Great plugin, I love it. I had a few issues myself: 1 With the install instructions. 2 I Have custom template For people getting the error: Warning: mysql_num_rows() expects parameter 1 to be resource, null given in \catalog\includes\functions\database.php on line 103 This is the very FIRST edit to product_info.php which has gone wrong due to: The 5TH EDIT: Find: (92) $product_info_query = tep_db_query("select p.products_id, pd.products_name, pd.products_description, p.products_model, p.products_quantity, p.products_image, p.products_image_array, pd.products_url, p.products_price, p.products_tax_class_id, p.products_date_added, p.products_date_available, p.manufacturers_id from " . TABLE_PRODUCTS . " p, " . TABLE_PRODUCTS_DESCRIPTION . " pd where p.products_status = '1' and p.products_id = '" . (int)$HTTP_GET_VARS['products_id'] . "' and pd.products_id = p.products_id and pd.language_id = '" . (int)$languages_id . "'"); $product_info = tep_db_fetch_array($product_info_query); Replace with: // Simple multi image addon section moved This replaces the text in the FIRST edit with "// Simple multi image addon section moved" The above edit is actually around line 101 .. Check the line numbers first. Once i fit it into my template, Fantasic plugin!
×
×
  • Create New...