Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

edmore

Archived
  • Posts

    10
  • Joined

  • Last visited

Profile Information

  • Real Name
    edmore

edmore's Achievements

  1. I installed this contribution successfully and it worked perfectly. After installing the Unique Order Number, the PDF Invoice stops downloading. When I click on the download link, it takes me back to my order history page. Orders before installing the Unique Order Number download perfectly. This is the code in catalog/account_history_info.php What do I need to do to get this working again. Thanks Eddie
  2. SORTED: SEARCH AND REPLACE "display_price" WITH "display_price_nodiscount"
  3. SORTED: SEARCH AND REPLACE "display_price" WITH "display_price_nodiscount"
  4. Installed the Shop by Price Add on. Getting this error Warning: Missing argument 3 for currencies::display_price(), called in D:\xampp\htdocs\shop17\includes\modules\product_listing.php on line 161 and defined in D:\xampp\htdocs\shop17\includes\classes\currencies.php on line 76 and Warning: Missing argument 3 for currencies::display_price(), called in D:\xampp\htdocs\shop17\includes\modules\default_specials.php on line 30 and defined in D:\xampp\htdocs\shop17\includes\classes\currencies.php on line 76 Line 76 from includes/classes/currencies.php is this: function display_price($products_id, $products_price, $products_tax, $quantity = 1) { global $customer_id; Line 161 from includes/modules/product_listing.php is this: $lc_text['products_price'] = ' ' . $currencies->display_price($listing[$x]['products_price'], tep_get_tax_rate($listing[$x]['products_tax_class_id'])) . ' '; Line 30 from includes/modules/default_specials.php is this: 'text' => '<a href="' . tep_href_link(FILENAME_PRODUCT_INFO, 'products_id=' . $default_specials["products_id"]) . '">' . tep_image(DIR_WS_IMAGES . $default_specials['products_image'], $default_specials['products_name'], SMALL_IMAGE_WIDTH, SMALL_IMAGE_HEIGHT) . '</a><br><a href="' . tep_href_link(FILENAME_PRODUCT_INFO, 'products_id=' . $default_specials['products_id']) . '">' . $default_specials['products_name'] . '</a><br><s>' . $currencies->display_price($default_specials['products_price'], tep_get_tax_rate($default_specials['products_tax_class_id'])) . '</s><br><span class="productSpecialPrice">' . $currencies->display_price($default_specials['specials_new_products_price'], tep_get_tax_rate($default_specials['products_tax_class_id'])) . '</span>'); How do I get rid of these errors. Thanks in advance
  5. Installed the Shop by Price Add on. Getting this error Warning: Missing argument 3 for currencies::display_price(), called in D:\xampp\htdocs\shop17\includes\modules\product_listing.php on line 161 and defined in D:\xampp\htdocs\shop17\includes\classes\currencies.php on line 76 and Warning: Missing argument 3 for currencies::display_price(), called in D:\xampp\htdocs\shop17\includes\modules\default_specials.php on line 30 and defined in D:\xampp\htdocs\shop17\includes\classes\currencies.php on line 76 Line 76 from includes/classes/currencies.php is this: function display_price($products_id, $products_price, $products_tax, $quantity = 1) { global $customer_id; Line 161 from includes/modules/product_listing.php is this: $lc_text['products_price'] = ' ' . $currencies->display_price($listing[$x]['products_price'], tep_get_tax_rate($listing[$x]['products_tax_class_id'])) . ' '; Line 30 from includes/modules/default_specials.php is this: 'text' => '<a href="' . tep_href_link(FILENAME_PRODUCT_INFO, 'products_id=' . $default_specials["products_id"]) . '">' . tep_image(DIR_WS_IMAGES . $default_specials['products_image'], $default_specials['products_name'], SMALL_IMAGE_WIDTH, SMALL_IMAGE_HEIGHT) . '</a><br><a href="' . tep_href_link(FILENAME_PRODUCT_INFO, 'products_id=' . $default_specials['products_id']) . '">' . $default_specials['products_name'] . '</a><br><s>' . $currencies->display_price($default_specials['products_price'], tep_get_tax_rate($default_specials['products_tax_class_id'])) . '</s><br><span class="productSpecialPrice">' . $currencies->display_price($default_specials['specials_new_products_price'], tep_get_tax_rate($default_specials['products_tax_class_id'])) . '</span>'); How do I get rid of these errors. Thanks in advance
  6. Excellent contribution. As I am not a PHP guy and I need some help. I want to put this add on in a box, in the left column. What I really want is to separate the letters on different lines like this: ABCDE on line 1 FGHIJ on line 2 KLMNO on line 3 PQRSTU on line 4 VWXYZ on line 5 I hope this makes sense.
  7. Has anybody managed to work out how to remove the extra zeros that appear on some products in the shopping cart? Thanks in advance..
×
×
  • Create New...