Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Rod_Miller

Pioneers
  • Posts

    15
  • Joined

  • Last visited

Posts posted by Rod_Miller

  1. I'm getting an error with this on a 2.3 install. If I enter an incorrect code I get the correct error message up the top in red saying incorrect invalid coupon code.

     

    If I put a correct code in and press the redeem code I get an error page on url

     

    http://www.bellaboxe.com.au/checkout_payment.php/payment_error/ot_coupon/error/Gift+Voucher%2FDiscount+coupon+applied%3A+%2455.00+on+orders+greater+than+%2410.00

     

    The requested URL /checkout_payment.php/payment_error/ot_coupon/error/Gift+Voucher/Discount+coupon+applied:+$55.00+on+orders+greater+than+$10.00 was not found on this server.

     

    Any ideas?

     

    Thanks in Advance.

     

    I forgot to mention if I hit the back button the voucher is applied.

  2. I'm getting an error with this on a 2.3 install. If I enter an incorrect code I get the correct error message up the top in red saying incorrect invalid coupon code.

     

    If I put a correct code in and press the redeem code I get an error page on url

     

    http://www.bellaboxe.com.au/checkout_payment.php/payment_error/ot_coupon/error/Gift+Voucher%2FDiscount+coupon+applied%3A+%2455.00+on+orders+greater+than+%2410.00

     

    The requested URL /checkout_payment.php/payment_error/ot_coupon/error/Gift+Voucher/Discount+coupon+applied:+$55.00+on+orders+greater+than+$10.00 was not found on this server.

     

    Any ideas?

     

    Thanks in Advance.

  3. Anyone got any ideas on what this problem might be.

     

    I've only installed Quantity Price breaks and Master Products and everything was working fine.

     

    I then had a problem with english.php and had to reupload it but now it seems that something has effected the order total once I order anything over 10 of any product. The order doesn't total up properly all and its all wrong, I was wondering if anyone has any idea before I got back to the start again.

     

    total.jpg

     

    Total should be $166.85

  4. Kind of lost you on this. Do you mean set all listed products to 0, then let the customer increase the quantity? If so, catalog/includes/modules/master_listing.php has 2 lines to change, approx 191 & 200, look for

     

    $lc_text = tep_draw_input_field('Qty_ProdId_' . $listing['products_id'], '1', 'size="4"');

     

    change to:

     

    $lc_text = tep_draw_input_field('Qty_ProdId_' . $listing['products_id'], '0', 'size="4"');

     

    If you mean when you change an item from 1 to 0 it is still added to the cart, look for a coding error that happened somewhere while you were installing. Probably in application_top.php.

     

    Sorry it does look like a confusing post.

     

    The problem is that in the product_info.php page is that when the customer goes to place an order and they have 7 slave products on the page and they only want to order 3 of the 7 products the system seems to carry the other 4 products over to the cart and adds them with a value of 1 each.

     

    I've tried all the fixes not sure what the problem is.

  5. Perhaps this (lofi version) page (two posts, one by curt): http://www.oscommerce.com/forums/lofiversion/i...53436-1850.html

     

    Hi Jan

     

    Sorry for all the questions, I just realised the problem was an Intricate Detail Input Output Total (IDIOT) :blush: error, I was putting the information in from a spreadsheet that rounded the numbers up, so when I put in the actual figures the error dissapeared.

     

    Thanks for everyones help.

     

    Rod

  6. If those prices are including tax I would suspect rounding errors. osC is not calculating (price_without_tax * quantity) * tax but (price_without_tax * tax) * quantity.

     

    If I recall correctly you can change that in the places where price is calculated. It is only on a few places, but don't ask me where. Someone posted that once....

     

    Does anyone know where this would be?

     

    Thanks

  7. Hi

     

    I was wondering if anyone ahs come across this problem before. If tried searching and can't find an answer, maybe I'm not using the right search terms though.

     

    pricing.jpg

     

    It seems that the price is adding up wrong but the sub total is adding up more correctly. I using the latest version of Oscommerce and quantity price break.

     

    Thanks

  8. Hi Guys

     

    Any luck with this. Its a problem I have at the moment and my client doesn't want to keep checking things back against current levels.

     

    I have the stock reducing on everything BUT the paypal payment, so I know thats where the problem lies, its just that my skill level doesn't let me take the problem too much further.

×
×
  • Create New...