Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

maxxis

Archived
  • Posts

    7
  • Joined

  • Last visited

Profile Information

  • Real Name
    Maxxis

maxxis's Achievements

  1. I think I got it. Its still not updating the insurance total when adding products or quantity changes but it updates the order total correctly. //this is supposed to catch the oddball components that don't show up in $order_totals $new_order_totals[] = array( 'title' => $ot_title, 'text' => $currencies->format($ot_value, true, $order->info['currency'], $order->info['currency_value']), 'value' => $ot_value, 'code' => $ot_class, 'sort_order' => $j); //$current_ot_totals_array[] = $order_totals[$i]['code']; //$current_ot_titles_array[] = $order_totals[$i]['title']; $order->info['total'] += $ot_value; // added in $written_ot_totals_array[] = $ot_class; $written_ot_titles_array[] = $ot_title; $j++; } //end 7 I added the "// added in" to indicate where I added the code to get it to calculate correctly.
  2. The cg-tbear. I will look into those two posts and see what is possible. Im actually considering moving to Magento over OSCommerce due to this exact bug not being repairable. Ill let you know what I find.
  3. This is the contribution im using for the shipping insurance Can somebody please check it out http://addons.oscommerce.com/info/1069
  4. Im running the latest version of this module and Im having some problems with one of my order total modules I use a shipping insurance module to calculate shipping based on the courier company I use. Now when I edit orders the ot_insurance information is not updated. Any ideas?
  5. Hi guys. Thanks for the great module I have everything setup and my orders are tracked with Google Analytics. My problem is that my order revenue is showing incorrectly. An order with the value of 2500 is showing up as 2.00 in Google. Any ideas as to what can cause this. Cheers
×
×
  • Create New...