Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

tamaatim

Archived
  • Posts

    7
  • Joined

  • Last visited

Profile Information

tamaatim's Achievements

  1. Hi Jan, Thanks for the reply and sorry for not explaining it better. I have two customer groups: retail and wholesale/resellers. Basically I want the savings percentage displayed for the wholesale customers to be the savings compared to the retail price so they can see how much they are saving compared to our suggested retail price and can easily calculate how much profit they would make. Right now the savings are displaying their discount compared to the first price break in their customer group. Hope that makes sense now. Please let me know if there is an easy way to do this. Thanks!
  2. Hi Jan, I'm wondering if you can tell me if there's an easy way to change the discount savings per price break to being calculated based on the original price rather than the price of the first break??? I searched through the forum but can't find any mention of how this can be done. Thanks in advance for your help and the great work on SPPC and it's sub-addons! tamaatim
  3. Hi AlexStudio, Just had two questions and I'm hoping you may have the answers I need... 1) I'm using the standard version of PayPal IPN that comes with RC1 since I can't get the newer versions to work on my site. However, I've made changes to my paypal_ipn file so that the address is prepopulated, etc. Although now the tax and order totals show up correctly if I select Per Item, I wanted to know if there is a way for PayPal IPN to pass the discount coupon information to PayPal as well so this will show up when I'm using itemized. I'm using the discount coupon codes contribution. 2) For some reason the order totals don't show up in the email confirmation that is sent to the customer...I've had this problem since day 1. They show up fine usually (if using checkout_process) but when I use PayPal they don't. This is what I have in paypal_ipn: for ($i=0, $n=sizeof($order_totals); $i<$n; $i++) { $email_order .= strip_tags($order_totals[$i]['title']) . ' ' . strip_tags($order_totals[$i]['text']) . "\n"; } Any help would be appreciated! Thanks for the time you put into this contribution. tamaatim
  4. Hello, I'm trying to make the Email Invoice contribution (found here: http://www.oscommerce.com/community/contributions,3160) work with PayPal IPN. I have it installed and its working great with orders paid by Cheque or Money Order. However, when I copy and paste the same code from checkout_process.php into includes/modules/payment/paypal_ipn.php I'm getting a blank page (error) upon returning to the site from PayPal. I'm thinking this is a really simple fix but I'm no good at coding. Any help would be appreciated! Thanks!
  5. Hi, I installed the Additional Images contrib over a fresh installation of osCommerce RC1 and I'm having only one problem so far: When I click on one of the images (either the additional or the main image) in the product info page the popup box is completely blank. So far everything else in the contrib is working fine. Any help would be appreciated! Thanks, tamaatim
×
×
  • Create New...