Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

ValleyRoaster

Pioneers
  • Posts

    101
  • Joined

  • Last visited

About ValleyRoaster

  • Birthday 08/16/1964

Profile Information

Recent Profile Visitors

8,383 profile views

ValleyRoaster's Achievements

  1. I got this to print both Invoice and packing slips, that will be printed, Invoice first then Packing slip for each order. A pretty simple hack. Step 1. Create a new file by copying /admin/print_batch_invoice.php to admin and renaming it print_batch_packingslip.php Step 2: In newly named print_batch_packingslip.php Edit the text between <!-- body_text //--> Place your current admin/packingslip code here from between the same body_text markers may differ somewhat from install to install <!-- body_text_eof //--> Step3: Edit admin/print_batch_process lines 82-84 to this $oID = $order_number; include('print_batch_invoice.php'); include('print_batch_packingslip.php'); That's what I did and it seems to work fine. I might work on fine tuning it and adding it to the contrib. I wanted to give a choice of what to print, but I think this is better for our operation. I will just have to see what the head of the Order Fulfillment Dept has to say!
  2. My order fulfillment dept head (my wife), wants to print packing slips via this batchprint contrib. I will be looking into doing it myself, but I am just wondering if it is already done.
  3. I have the Dwolla payment method installed and I it works OK when I don't have the One Page Checkout enabled, but with OPC enabled it does not show the box to enter the account number. I realize you may not have any experience with Dwolla, but the Dwolla thread will have no experience with OPC. I will also post this there. I am trying to find how to adjust this but I am not the best at php code let alone java, ajax, flash stuff.
  4. I have the Dwolla payment method installed and I it works OK when I don't have the One Page Checkout enabled, but with OPC enabled it does not show the box to enter the account number. I realize you may not have any experience with One Page Checkout, but the OPC thread will have no experience with Dwolla. I will also post this there.
  5. I have been trying to get my CCGV addon to work completely correct and I am kind of stumped for awhile. If the voucher is less than the order it works just fine, if order is same as voucher or order is less than voucher balance, my site will not get past checkout payment. I have one page checkout installed too. Same results when I don't use the One Page Checkout. So this tells me it is in the core code someplace, correct? So a recap: If order is more than voucher it works great! When voucher balance is more than order or equal to order it prompts for payment method but does not allow me to select both voucher and payment. Anyone have an idea where/what the fix is?
  6. I have been trying to get my CCGV addon to work completely correct and I am kind of stumped for awhile. If the voucher is less than the order it works just fine, if order is same as voucher or order is less than voucher balance, my site will not get past checkout payment. I have one page checkout installed too. Same results when I don't use the One Page Checkout. So this tells me it is in the core code someplace, correct? So a recap: If order is more than voucher it works great! When voucher balance is more than order or equal to order it prompts for payment method but does not allow me to select both voucher and payment. Anyone have an idea where/what the fix is?
  7. I have been trying to get my CCGV addon to work completely correct and I am kind of stumped for awhile. If the voucher is less than the order it works just fine, if order is same as voucher or order is less than voucher balance, my site will not get past checkout payment. I have one page checkout installed too. Same results when I don't use the One Page Checkout. So this tells me it is in the core code someplace, correct? So a recap: If order is more than voucher it works great! When voucher balance is more than order or equal to order it prompts for payment method but does not allow me to select both voucher and payment. Anyone have an idea where/what the fix is?
  8. I am having the same trouble. Has anyone figured this out?
  9. I just sent an email to ITWebExperts about the state missing. Let's see what they say, before they wanted $250 for 30 days of service. I would hope they will help us.
  10. Thanks for looking! I am still trying to find an answer too. I may take the one page checkout off for a while and run a few tests and see if any orders show up correctly.
  11. I have One Page Checkout installed on 2 of my catalogs and they both work OK. We are missing the billing state and shipping state in the admin side of the order. I have done testing with my test account and the state shows up just fine on the checkout page during checking out. No state on order from the admin side for invoices or packing slips, it is also missing from the database too. I have searched for a fix to no avail.
  12. The orders are missing the state in my admin area and in the order history. The invoice and packing slip too. Orders go through just fine, the state is in the email sent to customer, just not in the admin area or a customer order history. I have now installed order editor so I can fix it from there, until I find a perm fix. Any ideas?
  13. I just can not use the negotiated rates with onepage checkout.
  14. I found the fix, for now. No negotiated rates displayed.

×
×
  • Create New...