MiniVend Akopia Services

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

Re: shipping calc



******    message to minivend-users from "Ruben Lopez" <website@snowcrest.net>     ******

Marius,

Thanks, that helps make it clearer for me. I didn't realize that I could
just plug in a value in the "formula" field, I thought it had to be a
calculation. However, even  changing my shipping.asc as you suggested I
still am getting no value for shipping. My error log shows  "Custom shipping
field 'weight' doesn't exist returning 0" even though I have removed all
criteria for weight from my shipping.asc (My products.asc has no "weight"
field). CustomShipping is set to "Yes" and DefaultShipping to set to "0".
Any other tips or thoughts?

TIA!

Ruben Lopez
WebSite Design
(530) 247-6972
http://ruben.awwwsome.com/design

----Original Message-----

>Hi,
>
>try this in your shipping.asc:
>
>code description criteria min max formula
>default UPS/FedEX... price 0 25.00 5.00
>default UPS/FedEX... price 25.01 50.00 6.95
>default UPS/FedEX... price 50.01 90.00 8.25
>
>
>Ruben Lopez wrote:
>
>> ******    message to minivend-users from "Ruben Lopez"
<website@snowcrest.net>     ******
>>
>> I am just finishing up my second MiniVend site, and I am starting to
>> remember how frustrating MiniVend can be for anyone who doesn't know
Perl!
>>
>> To the point, this is all I want to do:
>>
>> if(shipping <= 25.00)
>>     shipping += 5.00;
>> if(shipping > 25.00 && shipping <= 50.00)
>>     shipping += 6.95;
>> if(shipping > 50.00 && shipping <= 90.00)
>>     shipping += 8.25;
>>
>> Pretty simple..... can someone show me how to do it for Minivend?
>>
>> Ruben Lopez

-
To unsubscribe from the list, DO NOT REPLY to this message.  Instead, send
email with 'UNSUBSCRIBE minivend-users' in the body to Majordomo@minivend.com.
Archive of past messages: http://www.minivend.com/minivend/minivend-list


Search for: Match: Format: Sort by: