Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

AceDog

Archived
  • Posts

    39
  • Joined

  • Last visited

Profile Information

  • Real Name
    Paul

AceDog's Achievements

  1. I done a few test orders 1.7 seems to work fine, not sure about the security holes. I thing I have noticed is that it sends the cookie details has the order number. Basically you get the cookie code has the order id in worldpay. Does anyone know if this can be changed to reflect the actual order number?
  2. I found the answer to printing html recipts packing slips. You can edit the page properties on the browsers IE or netscape so it does not include extra info. No need for pdf format. It would still be nice to get batch order updated and working correctly, no cropping orders! Also David didn't you say on this forum that you had code for making batch print work with order number selection. sounds better than just inputting dates. Saves Paper too!
  3. If you use the standard html reciepts/ packing slips they are html. Your saying to convert the html to pdf then print, one at a time, this would work but would be very time consuming. Standard html prints with the url on the page - You can convert to pdf, but it is time consuming. If someone knows a browser that does not do this or a way to stop the url appearing let me know. That why i'm useing batch print which has you know converts html to pdf for all orders at once, my only problem with batch print is that it crops an order at the bottom of the pdf, it then goes to the second order so on. Maybe this module should have used http://www.fpdf.org/ which has more programming options for stopping the page from cropping. The programming that batch order uses is http://www.ros.co.nz/pdf/ which is not clear on how you stop it from cropping the page. Ive modified the layout of the page, but cannot seem to find an answer for the page cropping using the http://www.ros.co.nz/pdf/ programming. Any Ideas!
  4. No I've tried different browsers too. I'm going to try programing the output page, so it doesn't crop the order. :)
  5. Thanks Jared I got a store that is not live so I was able to clear all my test orders from DataBase, Works great!
  6. Thanks radders Pdfcreator doesn't solve my problems it still prints the url on the packaging slips and reciept plus it would be over time consuming to use. Back to order batch the problem with order Batch is that it wont carry the information over to a page 2, it just crops the order at the bottom of that page and goes to the next order. the programing presumes that all orders will fit on one printed sheet, so if 1 person orders say 20 items the order would be cropped. I'm sure it just needs simple piece of code inserted going to try some testing., any help would be great.
  7. How can I make it so it diplays ? rather than $ Is there a way to get it to diplay the user default currency,
  8. Does anyone know how you can get the ordercheck to log the order when the confirm button is press on the last page, rather then on the last page. this would mean that you get only completed orders rather then people who change there mind at the last page.
  9. Thanks Teresa for the advice, I got that double thing fixed, I'm using ms2 with lots of mods added and I could not find the file, It was in checkout_confirmation.tpl.php in templates I just commented out the line $order_total_modules->process(); <?php if (MODULE_ORDER_TOTAL_INSTALLED) { // $order_total_modules->process(); echo $order_total_modules->output(); } ?> and it worked the file you need maybe named different like in the above posts checkout_confirmation.php Maybe you have fixed this problem allready. I did get some other files fixed too, if you get other problem maybe I can solve Some! The only problem I have now is that attributes dont get copied over to sales correctly. Also the orders can be very confusing if you edit them in ordercheck, it makes the order go red because the main orders database is not updated too.
  10. Thanks Redmanmike I found the files like you said and it does work. The problem I got now is that the attributes dont carry over when you click move. for some reason it only carry's over first one listed, maybe this is because product attributes can have many entries but it only grabs the first even thoe they have the same orders_id. move_orders_check.php This is the area that move the attributes // TABLE_HOLDING_ORDERS_PRODUCTS_ATTRIBUTES >> TABLE_ORDERS_PRODUCTS_ATTRIBUTES $ORDERS_PRODUCTS_ATTRIBUTES_move_query = tep_db_query("select * from " . TABLE_HOLDING_ORDERS_PRODUCTS_ATTRIBUTES . " where orders_id = '" . $ocID . "'"); $ORDERS_PRODUCTS_ATTRIBUTES_move = tep_db_fetch_array($ORDERS_PRODUCTS_ATTRIBUTES_move_query); tep_db_perform(TABLE_ORDERS_PRODUCTS_ATTRIBUTES, $ORDERS_PRODUCTS_ATTRIBUTES_move); } // end function straight_move Is this code not grabbing all the attributes orders_id or does that database table need ajusting. ---------- I see all the attributes with the same orders_id but it just moves the first.
  11. Recover cart is great, But one thing if someone was in the process of making a purchase who's to know they wouldn't have come back anyway. So how can you prove that this email method is effective? ---------------------------- I'm using recover cart in hopes of having a copy of an order if it failes between credit card company and the site, ie credit card company says you have a sale. but you have no record? There are many reasons why this can happen. no cookies, closed browser, lag so-on So far the only answers i have found is this Recover cart and ordercheck ordercheck kinda works but it has to many features not needed and they dont match the database if you make changes, they also dont cross over descriptions. I'm sure a little work could get ordercheck mod to work. for the lost orders Recover cart is not a fix ie someone makes a purchase, this order is not logged with your site only the creditcard company, you dont have clue, what was ordered. So you look at recover cart, great. But the customer has been back before you and delete the old items thinking they have ordered allready. they may even make a new order. Now you have no idea of the order, you post them the wrong items or email them, saying how sorry you are, but you lost order info... Another happy customer? Seem that a cross between Recover cart and ordercheck would do the trick. Anyone have an answer.
  12. Wasn't you looking for zip software this is good works for most formats http://www.powerarchiver.com/download/
  13. Thanks radders, Do you have a link for that? I found another problem When a customer has many items ordered , Its just crops the items list at the bottom of the page, its does not continue to page 2 so - on; Any idea?
  14. Great mod Fixed some problem for ms2 cannot get the country to appear any idea's also how do you make a spacer if you take out the taxtotal stuff i just want the totals also i'd like to repoduce the shipping to at the bottom of the pdf Thanks
×
×
  • Create New...