Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Tacgear

Archived
  • Posts

    3
  • Joined

  • Last visited

Profile Information

  • Real Name
    Jacob

Tacgear's Achievements

  1. Fixed, thank you! FYI, this is the code that is in the latest contribution and is what I used to add to the currencies.php file. //Master Products function display_price($products_price, $products_tax, $quantity = 1) { if($products_price == '0') { return ''; } else { return $this->format(tep_add_tax($products_price, $products_tax) * $quantity); } //Master Products EOF It's obviously different from the code you just gave me.
  2. Fresh install of Master Products for Rc2a. V1.21 on an untouched Installation of OSC2.2RC2a... and when I visit the index.php page i get: Parse error: syntax error, unexpected ';', expecting T_FUNCTION in /home/dutygear/public_html/OSCTEST/includes/classes/currencies.php on line 85 /cryface This is the third time I've installed this contribution on both modified and unmodified stores. Anyone had this issue before?
  3. Has anyone attempted to display the product slaves in a drop down menu or a radio list?
×
×
  • Create New...