Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

ronb

Pioneers
  • Posts

    138
  • Joined

  • Last visited

Everything posted by ronb

  1. i understand the error - but not sure how to fix it the problem is that there are 6 items going into an 8 item database insert into products_attributes values ('', '47', '7', '11', '4.99', '+') the problem is with products_attributes.php but i dont know where or how to fix
  2. Hi If the goods supplied are liable for VAT, then ANY postage or delivery charge is liable for VAT at the same rate but its not that , otherwise they, even though vat isn't shown for shipping, its intermittant
  3. hiya i thought i had fixed it - but hadn't ok this is what im getting 2 identical orders going through one at 9pm one at 4pm here are the screenshots as you can see from the top one, the amount clearly shows £47.90 (which is correct) but - there is no tax but the lower one, has the tax recorded. my setup for order total is 1) subtotal 2) shipping 3) total 4) tax but it can't be anything to do with that, because sometimes it works Any clues Verrrry Odd !!
  4. here is a strange error protx form, works fine, however i have noticed a weird bug when i look at the transaction details in VSP admin (example) it gives the amount as £67.90 (which is correct) then further down in the shopping basket bit it shows Basket Contents ( 3 line(s) of detail) Items Quantity Item value ItemTax ItemTotal Line Total Kitchen Caddy 1 4.2128 0.74 4.95 4.95 Ecowor 1 80.7659 14.13 94.90 94.90 Shipping 1 7.95 ---- 7.95 7.95 for some reason it is doubleing (or making up) a figure in the basket. it is still charging the correct amount from the customer, the order is correct in oscommerce. but the basket contents are totally wrong. Has anyone come accross this before, or know how to fix ? thanks ronnie
  5. Please can someone add a full package to the contrubutions list it is very confusing with all the add ons and bug fixes, i don't know what i am supposed to use thanks
  6. thanks mike - knew you'd come up with the update :)
  7. this is the 1st time ive seen this was it emailed ?? so the form at the moment shows $this->form_action_url = 'https://ukvps.protx.com/vps2form/submit.asp'; what should it be ?? thanks ron
  8. hi let me update the 'C' problem was on the test server only, what was happening was that the orders were going through, but instead of redirecting the customers to the payment success page, they were going to the index page. on the live server - you needed a small c I beleive from the post above the 'C' problem has been reverted back to a little c, so all this should be back to normal remember its only on the TEST server that the problems ere happening
  9. Hi i have seen a mod on cubecart http://scripts.toucanwebdesign.com/index.p...mp;productId=27 Use this mod to add your product on any website/page worldwide and let customers buy that product, once button is clicked they are automatically redirected to your shopping cart to make payment. is there anything like tis in oscommerce, ive looked - but couldn't find
  10. I have a fix !! apparently - a C has been changed at Protxs end - making crypt - become Crypt to make changes on the latest protx contribution http://www.oscommerce.com/community/contri...ll/search,protx simply change line 230 tep_draw_hidden_field('crypt', $crypt); to tep_draw_hidden_field('Crypt', $crypt); and line 239 $crypt = $_REQUEST['crypt']; to $crypt = $_REQUEST['Crypt']; and this makes it work
  11. the success and failure url show Success URL: http://www.*****.co.uk/shop/checkout_process.php Failure URL: http://www.*****.co.uk/shop/checkout_process.php is theree supposed to be anything after it ? because there isnt - just those urls ?
  12. how do i do this also - what php version are you running
  13. just to let you know i spoke to protx and they are adament nothing is wrong at there end
  14. this is why i installed 1.09 on a clean os commerce and it still redirects rong - back - index.php - i dont get any errors showing
  15. this has to be a protx problem i have just reinstalled mike jackson's v1.09 released on 21/10/2005 and the same problem happens, the system goes, payment .... connecting to bank.... straight to /shop/index.php i have also put it on a fresh install and it still doesnt work] protx have been emailed, but have replied that its oscommerce problem not theirs im rapidly losing faith no phone support is totally rubbish
  16. well i have just installed the protx form from around 2005, and i got the same error so its not the form.... i have just tried to get some paid help, cos i want this system live asap
  17. aaahha so its not just me then i have noticed that the 2 urls are the same, and have even changed them to filename_checkout_success, which works, but it doesnt update the cart, or put an order in admin I have gone back a few years on the module, and the urls are the same, I thought it was because i was running fast easy checkout, but all other modules work fine the problem i have in test mode enter the credit card details, it connect to the test bank, and then redirects me to shop/index.php and my cart still shows my order. also the order isn't in admin. it isn't a problem with the site, as i use paypal, netbanx, nochex, fax all without problems definatly something with the sessions i think.... but what ???? forgot to add, i get the confirmation emails from protx
  18. Hi Please can someone help I am using protx form, in test mode, when i have made a test payment, and it is sucessful, i get taken back to the shop index page, instead of checkout_sucess also the cart doesnt update itself, i still have a cart, and the order isnt showing in admin anyone, this is driving me bonkers
  19. ahhha going back to a post mAde in 2005 (!) in checkout_confirmation.php you need to change the code to this //fast easy checkout start foreach ($_SESSION as $key => $val) { //print $key.' => '.$val.' - ';print_r($val);echo "<br>"; $HTTP_POST_VARS[$key] = $val; } // first two lines are for ccgv tep_session_unregister('gv_redeem_code'); tep_session_unregister('credit_covers'); // following 2 lines added by Ed to sort CCGV problem tep_session_unregister('submit_redeem_x'); tep_session_unregister('submit_redeem_y'); tep_session_unregister('cc_number'); tep_session_unregister('cc_expires_month'); tep_session_unregister('cc_expires_year'); tep_session_unregister('cc_owner'); tep_session_unregister('authorizenet_cc_number'); tep_session_unregister('authorizenet_cc_expires_month'); tep_session_unregister('authorizenet_cc_expires_year'); tep_session_unregister('authorizenet_cc_owner'); //fast easy checkout end
  20. hi matt i have done this.... but now when i try to gey past that stage all that shows is this You did not enter a redeem code. ... and i cannot get any further. even when a code is redeemed, it takes it off but still wont go further
  21. OK OK How the heck do you get the CCGV module to appear and WORK on checkout_shipping.php cannot get it to work at all............ and im pulling my hair out !!!!!!
  22. I have a really annoying error to do with the comments. When html invoices is set to off, I get the email from my shop with what the order is, and any comments made. However.... when I turn the html invoices to on... I get the fancy invoice, and the order as normal, but the comments left is missing. The comments section is very important, as it tells me when the customer wants the goods shipped, without having to log into nmy account. Can anyone tell me how to fix this, so that the comments show in box_invoice.php Thanks in advance !!
  23. Hi Can any one help. I have always received an order from my oscommerce site (by adding extra my email to the extra orders to section under store configuration) Yesterday I installed the fancier packaging slip contribution, and since then, I havn't received any notifications. Please can anyone tell me, if there is a mod that emails the orders to admin, or the script that sends the extra email out Thanks ron
×
×
  • Create New...