Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

dinmc

Pioneers
  • Posts

    50
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by dinmc

  1. Great! Thanks for your help. Rgs, Lars
  2. I Changed to the paypal website payment standard module instead, then there will be no direct paypal shopping cart buttom in the shoppingcart :-) Rgs, Lars
  3. I don't have a "Instant Update" settings available under Admin -> Modules -> Payment Modules -> PayPal Express Checkout configuration parameters page. I'm using the Paypal Express Checkout payment module that's part of the osc 2.3.3.4. Will an update for the Paypal Express Checkout module be available? Rgs, Lars
  4. Corrupted may not be the correct work to use! Problem will be that the Paypal Express Checkout bottom presented on the shoppingcart page passes the different shipping options I setup for my shop. That's the reason why I don't want the Paypal Express Checkout bottom presented on the shoppingcart page, but not that easy for me to found out how to remove the bottom. Not sure what you mean by "Instant Update Feature"? Rgs, Lars
  5. Hi, I'm using OSC v2.3.3.4 and the included Paypal Express Checkout payment module. I would like to remove the Paypal Express Checkout bottom presented on the shoppingcart page, because this corrupts/passes my different shipping choices. How to do this the best way? I did not find any settings in the module that handles the issue. Please help! Rgs, Lars
  6. Hi.What do you mean by this?? Bare in mind - I'm not a Php programmer - just trying to figure out how is't all put together. Do I need to add more to catalag/application_top.php than already described in the AuctionTastic installation instruction?? Regards Lars
  7. Hi, Used this contrib for a long time. Nice contrib. But I'm using the "Group Discount" contrib as well, and I don't know how to and ekstra this field. Another ting. When using the seach box it seach and find e-mail adresses, but not telephonenumbers?? Anyone could tell me what could be the reason? Then original customers.php would work on all type of seach inputs both works and number across all fields in the custemer database. Could anyone help? Regards Lars
  8. Hi, I made a lot of tests using AuctionTastic on my OSC 2.2MS2 shop and I got a new error. Warning: reset() [function.reset]: Passed variable is not an array or object in /var/www/www.dinmc.dk/www/catalog/admin/includes/classes/object_info.php on line 17 Warning: Variable passed to each() is not an array or object in /var/www/www.dinmc.dk/www/catalog/admin/includes/classes/object_info.php on line 18 It happens when I delete an ended auction where bids was placed. Any ideas what's wrong?? Regards Lars
  9. There will be a link - but no files - just text info?? Regards Lars
  10. Hi, Please tell me the link. I can't make SEO Ultimate works on my site due to strange way I have to handle my creditcard payments!! Regards Lars
  11. Hi, I would answer this question myself!! The "calculate_price" is not working in OSC 2.2MS2. To make it work i added this piece of code: function calculate_price($products_price, $products_tax, $quantity = 1) { global $currency; $currency = $_SESSION['currency']; return tep_round(tep_add_tax($products_price, $products_tax), $this->currencies[$currency]['decimal_places']) * $quantity; } ...to end of /includes/classes/currencies.php just before: } ?> Voila! Then it works. Now I only have a few small problems left to make AuctionTastic work on OSC 2.2MS2. One problem will be the fact that the first bid will be startprice + minimum overbid - that's wrong and this will be wrong for all OSC version. First bid should be equel to the startprice!!! Another change I want to make (this is NOT an error in the code). Lets say I have 10 parts on auction. The auction page only show 4 at a time without having to go to next page. Where do I change this setting?? Could someone help on these issues?? Regards Lars
  12. Hi, This line can't be used on a OSC 2.2MS2 installation: $with_tax = $currencies->calculate_price($bid_unformatted, $tax_rate); ...how should it look like to work on a OSC 2.2MS2 installation?? Regards Lars
  13. I get lots of: Warning: Division by zero in /var/www/xxx.xx.xx/catalog/admin/margin_report2.php on line 222 Any ideas why?? Regards Lars
  14. No. It looks like there is no suppot for this nice contribution. I made proposal more than one year ago but newer got any reply. Regards Lars
  15. Hi, I manege to make AuctionTastic work on OSC 2.2MS2 with small changes in the files - found in this forum, but maybe it's not all correct. But still the funny looking bidding figures is not correct calculated. Looks like it's something with tax not correctly added to the bidding input field. Hope someone could help, because I don't know where to look in the files. Would be nice with a instruction for people using OSC 2.2MS2 because most OSC shop owners that had there shops for some time is not using the latest OSC version. For me is a GIGANTIC piece of work to upgrade from 2.2MS2 to 2.2RC2a - I don't think it's worth the effort to do it. I really tested the AuctionTastic a lot, and beside from the wrong bidding figures I did not find major errors, just some cosmetic issues. Regards Lars
  16. Hi Did you give it a go to test it on a OSC 2.2MS2?? Regards Lars
  17. I found this line: tep_redirect('https://betaling.wannafind.dk/proxy/p.php/' . HTTP_SERVER . DIR_WS_CATALOG . FILENAME_CHECKOUT_PBSCC . '?' . tep_session_name() . '=' . urlencode(tep_session_id()) ); ...but I do know know enough to read it - but I think that's the URL Any hints? Regards Lars
  18. Hi, I changed the configure.php according to your new file. I had to keep as is: define('HTTPS_SERVER', 'https://betaling.wannafind.dk/proxy/p.php/'); because this is my creditcard relay payment path. After the change SEO works, but my creditcard relay payment does not. Now part of the path is missing /catalog/ part. I get a 'page not found' due to this incorrect path: https://betaling.wannafind.dk/proxy/p.php/http://dinmc.dk/checkout_success.php?osCsid=a05d77f955ea58311ca505f00ca24ea3 To correct is: https://betaling.wannafind.dk/proxy/p.php/http://dinmc.dk/catalog/checkout_success.php?osCsid=a05d77f955ea58311ca505f00ca24ea3 ...as you can se a /catalog/ is missing using the new configure.php. Don't know how to solve this. Damm!! You put i lot of efford to help me. Regards Lars
  19. Hi. Ok to remove the debug line, and make SEO Enable = False again?? Regards Lars
  20. Not really sure what you want me to do?? Regards Lars
  21. Hi, SEO is now enabled again. This means that site is not really working!! Regards Lars
  22. After doing this change it says: FWR Debug: basename=index.phpQuerystring = catalog=boltvarerc64 Compare = index.php FWR Debug: basename=product_info.phpQuerystring = catalog=bsemagnettanktaskemodelmultip2268 Compare = product_info.php each line represent one click! One click on a catagori, one click on a product. Regards Lars
  23. Hi, Sorry! Forgot the site: It's www.dinmc.dk These are the admin settings: Add cPath to product URLs? false Turn debug reporting on true/false. false Info Reset SEO URLs Cache Info Set the number of days to store the cache. 7 Info Remove all non-alphanumeric characters? true Info Enter special character conversions. (Better to use the file bas Info Choose URL Rewrite Type standard Info Output W3C valid URLs? true Info Filter Short Words 1 Info Add category parent to beginning of URLs? true Info Enable SEO URLs 5? true Info Select caching system. FileSystem Info Regards Lars
  24. Hi, Blind ends = page not found. If you at your PC next 15 minuttes - I will Enable SEO (set to true) in the Admin module. But it's a live site - and the site will not work correct. I do it now please report as soon as you seen the problem - then I turn it back of. Regards Lars
×
×
  • Create New...