Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

tonymazz

Members
  • Posts

    79
  • Joined

  • Last visited

Everything posted by tonymazz

  1. Well that seemed to work on that, but now it I get this: Fatal error: Cannot redeclare class ot_subtotal in catalog/includes/modules/order_total/ot_subtotal.php on line 13 Any more help would be greatly appreciated.
  2. Thanks for your reply & help on this Monika. I am having trouble understanding or locating the fix. When you refer to "that module", which file would I need to examine. I really appreciate your time & wisdom. Tony...
  3. I am having the same issue. I get this error: Fatal error: Cannot redeclare class order_total in catalog/includes/classes/order_total.php on line 14 Have you had any luck?
  4. Hi everyone! I have installed, re-installed, configured and still I cannot get past this: Fatal error: Cannot redeclare class order_total in catalog/includes/classes/order_total.php on line 14 The URL shows that it is catalog/checkout_process.php Can anyone please help? Thanks
  5. Fatal error: Cannot redeclare class order_total in /includes/classes/order_total.php on line 14 Anyone else run into this or can someone offer a bit of assistance, please. Additionally is the setting at PayPal IPN url supposed to be catalog.ipn.php? And is the auto return supposed to be on (if so what is the recommended URL for that? I sem to have this module working except for the above.
  6. I installed the International Surcharge Contribution & all is working except I cannot get the module to not charge the surcharge on the delivery country. Here's the script I believe is the culprit. Can anyone help on this? I am trying to exclude United States, but charge an additional fee on all else as the module was designed to do. Thanks in advance :'( $order_query = tep_db_query("select delivery_country from " . TABLE_ORDERS . " where customers_id = '" . (int)$customer_id . "'"); $country = tep_db_fetch_array($order_query); $countries = split("[,]" , MODULE_SHIPPING_COUNTRY); for ($i = 0; $i < count($countries); $i++) { if ($country['delivery_country'] == $countries[$i]) return 0; }
  7. tonymazz

    Authorizenet module

    I have the same question. Is there any way to do both echeck & credit cards with Authorize.net mod?
  8. I too am getting this: "operator has ended session" I cannot figure it out & am hoping someone out there can share the fix. Thanks in advance.
  9. Thanks, Sir Leo - that did the job along with this: the path was missing the "/" between catalog & the images folder. I actually created a folder named "catalogimages" & placed the images in that folder to be served for the banners & product images. At first I thought it was an added 'pain in the...", but found it was actually a good idea. I now have a folder with the product images all the same width (in my case 100p) - whereas the images in my standard image folder are sometimes different. I noticed this looking at some of my affiliates sites. It seems they prefer consitency & well, by accident this offered that. Thanks...
  10. I am sorry if thes questions are somewhere else in this forum. I really searched for the best solution before posting. Thanks for this great contribution! 1. Is it possible to create product links from the admin side like creating banners? Frome all the posts I've read I get the impression this is something I am missing in my install. I am able to create banners from admin side, but cannot seem to locate a create product link in the admin side. 2. Is there a way to get my banner images to appear with out changing AFFILIATE_KIND_OF_BANNERS to 1 ? I would like to be able to (option #2 Banners are shown with affiliate_show_banner.php; bannerviews are counted ) - I found this in a Nov 2003 post --> change $pic = DIR_FS_CATALOG . DIR_WS_IMAGES . $banner; to $pic = DIR_FS_CATALOG .'/' . DIR_WS_IMAGES . $banner; however that did not seem to be the proper fix. When I change the settings in the configure.php my normal images don't appear. Does anyone have a good solution to this? In my testing so far everything else seems fine - of course I am just beginning to test... Thanks in advance for any suggestions...
×
×
  • Create New...