MiniVend Akopia Services

[Date Prev][Date Next][Thread Prev][Thread Next][Minivend by date ][Minivend by thread ]

Re: [mv] Problems With Shipping Costs



Greg LaPolla wrote:

> ******    message to minivend-users from "Greg LaPolla" <glapolla@earthlink.net>     ******
>
> I am having a problem computing the shiping cost.  We will be having 2
> shipping possibilities, orders under $100 are 5.00 dollars and orders over
> $100 are free.
>
> I am using the following shipping.asc file:
>
> code    description     criteria        min     max     formula
> default UPS Ground      price   0       99.99   5.00
> default UPS Ground      price   100     999999  0.00
>
> the problem is that the shipping value always comes up as 0 on the checkout
> screen.  any ideas ?  the checkout screen is using the same one in the
> sample cart, except that the layout/colors have been changed.
>
> Any suggestions/help are much appreciated.

-------------------------------------------

Since this was just answered a week ago I am borrowing what some one else suggested.

Get rid of the default in front of the entries:
    Here is the suggested way:
        code    description     criteria        min     max     formula
        default     default    0        9999999    0
        upsg    UPS Ground      price   0       99.99   5.00
        upsg     UPS Ground      price   100     999999  0.00
Note the differences.

Glenn Polsey




Search for: Match: Format: Sort by: