hi - no this is correct
because i am calculating the total before it reaches the cart i set it up that way on purpose as i do not wany quantity changeable or even 2 of same item.
ie if someone purchases 500 of item $2, it passes to the cart as 1 item of $1000.
The description shows the qty.
if you go here you can see:
card_view.php?P=487&C=B&S=BM
BUT... you hit on something for me.
use the link above, and pick a quantity that will total more than $1000
(you dont have to enter anything on the personalize/second page-just continue)
you will see that after you add to cart, you get the error amount shown.
I also have an alternative payment page - this just passes an amount to the cart.
(enter any order # and any amount over 1000)
payment.php
when i use this to add to the cart, i DONT get that error amount.
im attaching the file here for that page that passes the price to the cart and gives an error.
anything that jumps out in my add to cart code?
(i realize this is getting beyond basic tech support as its my edited code....i understand if you cant help on this one).