Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

bjhampe

Pioneers
  • Posts

    93
  • Joined

  • Last visited

Everything posted by bjhampe

  1. So I've been digging in this thread and the Seperate Pricing Per Customer thread to find the answer to this. Out of the box, the One Page Checkout does not update the pricing on items that have discounted pricing using Seperate Pricing Per Customer. Can someone point me in the right direction? Thank you.
  2. Was there ever a fix for the customers_password portion of this?
  3. Anything on this? I just need my order confirmation emails from PayPal orders to look the same as if the use the Credit Card option. Thank you,
  4. I am using PayPal Website Payments Standard and do not see that option. Thanks.
  5. You have a different issue, there are multiple topics in the PayPal section regarding yours. I am getting the orders but the Confimation Emails are incomplete.
  6. 1.) I have been using PayPal Website Payments Standard for a couple of weeks now and have noticed that once in a while the order numbers skip a few. I get no orders in the DB and no payment notifications. 2.) My store offers both PayPal and CC payments. The Order Confirmation Emails sent when a CC is used are complete (all items shown, sub-total, shipping method, tax and total), however the Order Confirmation Emails that are sent when PayPal is used only has the items ordered and does not show sub-total, shipping method, tax and total. Anybody have any ideas? Thanks,
  7. Anyway to get ahold of Harald? This is really a pain. Thanks.
  8. Is this affecting no one else? Thanks,
  9. Now I did just notice this difference between the PayPal payments file and the checkout process file: PayPal: EMAIL_TEXT_ORDER_NUMBER . ' ' . $order_id . "\n" . Checkout Process: EMAIL_TEXT_ORDER_NUMBER . ' ' . $insert_id . "\n" . Is that what is affecting my Confirmation Emails not showing shipping and order totals when they come from PayPal? Thank you,
  10. So I have Paypal Website Payments Standard up and running on my site however I am having an issue with Order Confirmation Emails. I am getting them but when an Order Confirmation Email comes in from a Paypal order, it only lists the items ordered and does not list the shipping method, tax or total like the Order Confirmation Emails from a Credit Card order. The information is getting sent to Paypal becuase the amount paid and the totals match, it is just not showing up in the OCE. Any ideas? Thanks in advance.
  11. Here is my situation: We have a few items that need extra shipping charges becuase of weight or dimensions. How can I add an extra shipping charge based on whether a specific item is on the order? Thank you.
  12. Here is what I am guessing due to what has happened in my test runs so far. The checkout_success.php page is the one that generates the order confirmation email. If Auto Return is "OFF" and they do not click on the link to go back to the website you will not get the email. If they do click the link you get it. If Auto Return is "ON" and they are an existing customer, you get the email. If they are a new Paypal customer the Auto Return feature is overridden and they have to manually click the link to return.
  13. It's in your Profile under Website Payment Preferences.
  14. Okay so I added the folder and installed the module. Got the Sandbox up and running but here is an issue that I noticed white testing. Once they make a payment and get the receipt page, I get the order in admin however if they do not click on "Return to Merchant", I do not get the confirmation email sent. I know that "Auto Return" can solve this issue but does anybody know if you can have multiple "Auto Return URL's"? We use the same Paypal account for ebay and the oscommerce store.
  15. Hmm, I will add one and see what happens. I have been running/modding the site for 4+ years and have never seen anything else mention the ext folder. What else uses it?
  16. Ok so I am trying to do the manual install for Harald's Paypal Website Payments Standard and it says to install one of the files in "ext/modules/payment/paypal/standard_ipn.php". I have looked through my directory structure and cannot find an "ext" directory. Could that be referring to the "extras" directory. Any help would be appreciated. Thanks.
  17. Package Tare weight is 1. I do not use the ship seperate condtribution, could that be the problem? Thanks,
  18. Well I solved my weight doubling issue by doing the following: Changed: $this->cart_qty += $qty; To this: $this->cart_qty += $qty/2; and then changed: $this->cart_weight += ($qty * $products_weight); to this: $this->cart_weight += ($qty * $products_weight)/2; Now I am having another problem: it costs less to ship 1 large item that weigh 63lbs than it does to ship 10 small items that weigh 7lbs. It seems to be counting a box per item or something. Any ideas? Thanks in advance. Barry.
  19. I am still having trouble with it doubling quantity and thus weight/cost. I can't figure out what is doing it. Has anybody else come across this? TIA Barry
  20. I have not installed any recently. Tare weight is set to one. I will have to play with it more, I can't leave it live for long becuase the shipping will be off. I was hoping for a quick fix. Thanks.
  21. Not sure if this has been covered or not, but I am having an issue: The total items and total weight of the cart are being doubled. Cart weight on shopping cart page: 1 item @ 13.95 lbs Checkout Shipping displays: Total Items (2 pcs), Total Weight: (28.9 lbs) Any help is appreciated. Thanks, Barry
  22. Also, I used the new version and I am still getting duplicates. Thanks.
  23. Any way to list all products added in the last 30 days? Also, would like to put the time in the actual time instead of 12:00. Thanks.
×
×
  • Create New...