Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

dinmc

Pioneers
  • Posts

    50
  • Joined

  • Last visited

  • Days Won

    1

dinmc last won the day on May 2 2014

dinmc had the most liked content!

Profile Information

  • Real Name
    Lars

Recent Profile Visitors

11,810 profile views

dinmc's Achievements

  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. hello,

    how are you today

    I hope that every things is ok with you as it is my

    great pleasure to contact

    you in having communication

    with you starting from today, please i wish you will have the desire with me so that we can

    get to know each other better and see what

    happened in future.

    [email protected]

    your new friend.

    Murrine.

  7. 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
  8. 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
  9. 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
  10. There will be a link - but no files - just text info?? Regards Lars
  11. 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
  12. 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
  13. 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
  14. 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
  15. 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
×
×
  • Create New...