Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

jriordan

Archived
  • Posts

    1
  • Joined

  • Last visited

Profile Information

  • Real Name
    J R

jriordan's Achievements

  1. Hi everyone, I'm also experiencing this problem. :) When clicking on the 'Ship 2 Pay' link from the Administration menu, I receive the following error: Shipping.php reads as follows: class shipping { var $modules; // class constructor function shipping($module = '') { global $language, $PHP_SELF, $cart; // BOF: Individual Shipping Prices $products = $cart->get_products(); $shiptotal = $this->get_shiptotal(); $indvcount = $this->get_indvcount(); // EOF: Individual Shipping Prices if (defined('MODULE_SHIPPING_INSTALLED') && tep_not_null(MODULE_SHIPPING_INSTALLED)) { $this->modules = explode(';', MODULE_SHIPPING_INSTALLED); The only customisation here is for the 'individual shipping prices' contribution, but how could this conflict with Ship2Pay? I'd greatly appreciate any ideas you may have, as this looks like a really useful contribution, and so far as I can tell I've completed the basic install steps correctly.
×
×
  • Create New...