Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

sep1985

Archived
  • Posts

    13
  • Joined

  • Last visited

Profile Information

  • Real Name
    Sebastiaan Kok

sep1985's Achievements

  1. i tied to install the contribution, but again i need some help. currently i see those messages appear when i select a category:
  2. hi there, is this contribution compatible with the 'separate pricing per customer'-module?
  3. it is just an error in the installation file (new installation) at catalog/includes/classes/order_total.php Line 21 [22] **REPLACE** $this->modules = explode(';', MODULE_ORDER_TOTAL_INSTALLED); should be: Line 21 [22] **REPLACE** if (defined('MODULE_ORDER_TOTAL_INSTALLED') && tep_not_null(MODULE_ORDER_TOTAL_INSTALLED)) { $this->modules = explode(';', MODULE_ORDER_TOTAL_INSTALLED);
  4. i fixed the error... i uploaded the original index.php file and edited it again... now i get another error in checkout_confirmation.php :) i'll try to fix it myself... dank u voor de help...
  5. maybe the error has nothing to do with the shopping_cart.php
  6. sorry for the mud here... indeed i'm talking about the shopping_cart.php. after manual installation (added the code) i get the error mentioned above. if i overwrite the file on the server with the file from the contribution, no errors are shown. only thing is that no products are visible in ../catalog/index.php?cPath=[some number]. better? ;)
  7. after i did the manual installation i had an error at the end of shopping_cart.php: Parse error: syntax error, unexpected $end in /homepages/41/d152382078/htdocs/vitamer/catalog/includes/classes/shopping_cart.php on line 624 (last line in file) if i upload the shopping_cart.php file in the contibution the error is gone, but no products are being displayed. in other words, when i click on a categorie in the navigation box, no products appear.
  8. hello guys... just manually added the coded to my files due to other contributions... but now i get the following error: i can't see any products when i click on a categorie anybody?
  9. download the contribution at: http://addons.oscommerce.com/info/4269 there is a guide included. btw, there is no installer or something like that. you have to upload the files yourself.
  10. Try this: 1) At admin/includes/boxes/catalog.php has to be //kgt - discount coupons '<a href="' . tep_href_link(FILENAME_PRODUCTS_EXPECTED, '', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_CATALOG_PRODUCTS_EXPECTED . '</a><br>'. '<a href="' . tep_href_link(FILENAME_DISCOUNT_COUPONS, '', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_CATALOG_DISCOUNT_COUPONS . '</a>' ); /*************** '<a href="' . tep_href_link(FILENAME_PRODUCTS_EXPECTED, '', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_CATALOG_PRODUCTS_EXPECTED . '</a>' ); ***************/ //end kgt - discount coupons and 2) At admin/includes/boxes/reports.php has to be //kgt - discount coupons report '<a href="' . tep_href_link(FILENAME_STATS_CUSTOMERS, '', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_REPORTS_ORDERS_TOTAL . '</a><br>'. '<a href="' . tep_href_link(FILENAME_STATS_DISCOUNT_COUPONS, '', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_REPORTS_DISCOUNT_COUPONS . '</a>'); /************* '<a href="' . tep_href_link(FILENAME_STATS_CUSTOMERS, '', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_REPORTS_ORDERS_TOTAL . '</a>'); *************/ //end kgt - discount coupons report
  11. hi, i just installed the contribution and everything seemed to work fine. but now i discovered a little problem: in the admin area i can't navigate... wherever i click the page refreshes to the default page index.php. maybe i changed something :S dunno. can some1 help me out?
×
×
  • Create New...