Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

duckydan

Pioneers
  • Posts

    56
  • Joined

  • Last visited

Profile Information

  • Real Name
    dan silverman

Recent Profile Visitors

2,501 profile views

duckydan's Achievements

  1. Son of a... thanks for the help all. I read the SQL and apparently there is a hidden command you can use called "all" pef WHERE category_id like '% " . $current_category_id . ",%' OR category_id=" . $current_category_id . " OR category_id='all' OR pef.category_id=(SELECT c.parent_id FROM " . TABLE_CATEGORIES . " as c WHERE c.categories_id = " . $current_category_id . ") I changed category to "all" and it worked
  2. Sorry I didn't reply sooner... I never received a notification I received a reply and just logged in today to bump this So I did not know I had to add them to a category and thought I could leave category blank and it would be universal... we have several hundred "categories" based on how the store is laid out. Is there a way to make it global?
  3. I installed the products extra fields add-on (https://apps.oscommerce.com/wFnge) and it works great for new products and search, but on existing products I cannot get the custom field to display. It's skipping over it and not displaying it. In the first screenshot you can see where it shows the UPC (it should display below weight but I moved it up intentionally just in case it was a CSS issue). In the second screenshot, that product has a UPC (I manually entered it) and can search for it, but it doesn't prompt for the field.
  4. Bobber see my post above. You need to change gateway to gateway2 in the aim file in includes/modules/payment. It appears three times. That will fix it.
  5. John, thanks for your answer. changing all instances of gateway. to gateway2. was the solution for me. This really needs to be posted as an update or upgrade for the module as i am certain others are going to be posting with this problem.
  6. John, i'm having the same issue as Ken. I updated my certs but still get the same issue. Everything was working Sunday and fell to hell on Monday. Any idea? I'm running OSC 2.3.4
  7. Bumping to see if anyone has an answer to the issue above.
  8. I'm having an issue with this mod. Right now if I have a $10 off $100 coupon and someone applies it and then edits their cart they can essentially get $10 off $10. How can I force a recheck on submit?
  9. I know this is an older mod but just starting having a problem with it... the mod is working great, but when I send an order update e-mail or create an order and send a notification, the update is blank. It has the subject "Your order has been updated" but no body content. I tried to see what could be the problem but nothing stands out. I tried it with a new customer, with an existing customer and without a customer and it all yields the same result. I am using OSC 2.3.4. (I'm assuming it's with this mod but it may also be the order editor portion of the mod that is broken)
  10. Sorry to bump, but wondering if anyone has any ideas to fix this?
  11. Hello all, a problem just came up that wasn't happening before... i found it was a fixed issue but don't see the fix. We are using the PayPal app and the PayPal Express option. Just today we started getting: The totals of the cart item amounts do not match order amounts It works when using a credit card but not PayPal. I see the PayPal fix, but that doesn't help because the code for the app is completely different from the old IPN.
  12. I'm having a problem using the version for OSC 2.3. I have Discount Codes and Shipping Insurance mods installed. The Discount Codes work fine. I can add a coupon on the backend with no issue. Shipping insurance however will not let me add $1.95 to the field. This is a pre-populated field on the front end where if a user selects it, it is automatically added. If I edit the order and add $1.95 to that field it resets it back to $0. I also cannot add any fields to the order totals by hitting the + even though it is an option. Does anyone have any ideas as to why this Is happening or how to fix it?
  13. @@241 - I do not have a file includes/modules/payment/paypal_ipn.php @@frankl - I replaced all of the module files with those that came with the app. In fact my entire modules/payments folder contains nothing except for the authorize.net modules and the paypal app modules (paypal_express.php, paypal_pro_dp.php, paypal_prop_hs.php, paypal_prop_payflow_dp.php, paypal_pro_payflow_ec.php, paypal_standard.php)
  14. So just an update... the old server has been shutdown and we are still getting these warnings. There are no calls at all to that file anywhere in any file on the server and the paypal return URL is turned off. I'm completely baffled at this point and any help would be appreciated. Paypal insists we are sending the data in a notify_url string. My awstats shows that the file was called 186 times over the past 2 days even though it doesn't exist. With the paypal app, return url is set to off and just for safe measure I set it in paypal to checkout_process.php am I missing anything?
  15. So I don't see anything but we migrated from OSC 2.2. I didnt copy the config table though as I manually rebuilt that and I am using 2.3.4. This is a really dumb question.... The old server is up but dormant... It can't be accessed but is standing in case we need to access it for a missing file. Does that IPN dial out without someone checking out? Like for a status check for a refund or anything like the paypal app does?
×
×
  • Create New...