Quote Originally Posted by ropu View Post
hi, im not sure how it works internally min sell, but waht u can do is add an item in the GC cart that contemplates the charge...

this can be done in googlecheckout/gcheckout.php after the block that start in line 108

if need further help, will try to figure out a solution, but please try to fins out how the module works, how it detects witch is the minimum order, how to get the cost of not reaching that minuium, and all info regarding that module so i can guide u to the solution


hope this helps, ropu
Hi Ropu, my php knowledge is very limited so I wouldn't really know how add the item in the GC cart.

Orders show in ZenCart correctly reflecting the low order fee, but the GC payment received is less than the total shown on ZenCart, which includes the Low Order Fee.

Low Order Fee is a standard feature of ZC. whether the low fee order is added or not is determined by the subtotal. In my case, I have it configured so that if an order is less than $25, a low order fee of $2 is charged.

Could you come up with the code for the GC cart so that if the subtotal is less than $25, it adds an item called 'Low Order Fee' with a price of $2?

Thanks.