Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

djashjones

Archived
  • Posts

    42
  • Joined

  • Last visited

Everything posted by djashjones

  1. it wont remove it but it wont allow the customer to select it. it depends on your shipping module but for mine, i went near the bottom of the quote funtion -> if($shipping_cost == 0) $this->quotes['error'] = 'The method is not available'; return $this->quotes; } so if the shipping cost is zero cus the price of that weight is not defined so os make the price zero (which is stupid) Adds this errors message which seems to not display the price or allow the customer to select it.
  2. I have 2 shipping methods. A) national postal service. B) courier service. how to stop A from showing when the order is above a certain value or weight? :huh: The way i got it now is to make it a silly value which does not look professional. :'( Cheers, ash.
  3. this is a easy one. i can answer this. hee hee. Have you installed the right php files in the admin\includes\languages\english directory? i.e. customers.php customers_groups.php specials.php etc etc.
  4. well i've rolled back to before the installation and the bug is still there. Got to figure out why the add to cart button dont work!!! :huh:
  5. right a couple of bugs, which are major. on the whats new. the add to cart button does not work :( any ideas?
  6. I've installed installed this module into my shop. I have 2 groups. Retail & trade. I dont sell all my stock to trade. Is there a way of setting which items traders can purchase? Cheers, ash.
  7. Hi, I know the feeling X-cart is a better option which does'nt have this problem & is more secure & powerful but like you i invested alot of time & mods to my shop & dont really want to change. Maybe this issue will be addressed in the next MS or someone might find a fix. ash.
  8. Er? i think you are mate. I posted my problem in the worldpay & paypal thread & still no joy. The work around is to add 'php_flag register_globals on' in your .htaccess file in the stores root directory. With my version of paypal IPN v3.0a I've had to comment out the empty cart on checkout success as there was a global issue there, apart from that its ok.
  9. any ideas on how i can make this work with 'register globals'? i have 3a installed. Cheers, ash.
  10. I've just installed the register globals patch & it does not work with worldpay 1.8. I get the email from worldpay saying a customer has paid but there is no order registered? Is there any fixes?
  11. Just installed this to my live shop & i have 2 major payment problems. If a customer via worldpay then i dont get the order. The order is lost but i have his cash :huh: if a customer pays via paypal then i get the order but no order email (order porcess). The ipn is showing on the lpn list.
  12. //begin PayPal_Shopping_Cart_IPN tep_redirect(tep_href_link(FILENAME_DEFAULT, $notify_string)); } else if ((isset($HTTP_GET_VARS['action']) && $HTTP_GET_VARS['action'] == 'success')) { PayPal_osC::reset_checkout_cart_session(); } //end PayPal_Shopping_Cart_IPN Since on one can help then if i removed the above code from checkout_success.php. Would this be ok?
  13. Hi, I get fatal error at checkout_success. Everything before PayPal checkout and the redirect seems to work fine. Fatal error: Undefined class name 'paypal_osc' in /*************************************/checkout_success.php on line 32 it never used to do it?
  14. Hi, I get this error now for some reason, any ideas? i even updated to 3.0a
  15. I've come to the conclusion that it did does not support gifs :'( But I've found a solution which may not please all of you but it works for me :thumbsup: For every gif file you have, create a identical jpg file in the same location. Then in the admin/pdf_catalogue.php file in the CategoriesListing function change it to this if (strlen($print_catalog_array[$j]['image']) > 0) { //$imagepath=DIR_FS_CATALOG.DIR_WS_IMAGES.$print_catalog_array[$j]['image']; $ashTemp = DIR_FS_CATALOG.DIR_WS_IMAGES.$print_catalog_array[$j]['image']; $ashimg = substr($ashTemp, 0, strlen($ashTemp) - 4) . ".jpg"; $imagepath = $ashimg; } else { $imagepath=DIR_FS_CATALOG.DIR_WS_IMAGES.'/'.DEFAULT_IMAGE; } This will change the .gif extension of your files to .jpg.
  16. i get the error now Using v1.56 mostly gifs (avg 15k) 150 products increased execution time to 60 secs any idea?
  17. From Woodworks. I'm getting the same problem. Was working a few days ago. Now all orders are pending. Getting email from paypal (different style now) saying I've got cash. No email from osc thou. using 2.8 Any ideas?
  18. Great that worked!!! Cant see much difference between this and the normal zone shipping thou.
  19. Hi, I'm a newbie so sorry if I'm a bit thick. I've put all the files in the right places, gone to admin/shipping and when i click to install the module i some sql errors. How can i fix this?
×
×
  • Create New...