[Date Prev][Date Next][Thread Prev][Thread Next][Minivend by date
][Minivend by thread
]
Re: shipping calc
****** message to minivend-users from "Plamen Petkov" <plamendp@techno-link.com> ******
Perhaps, you have multiply product's database files, right ?
You have "ProductFiles blah blah blah" , right ?
Ok, make an empty products.asc file with only one line: the first one,
defining the columns/field. Like this:
code description price weight
What I mean is, some MV functionality is based on products.asc file rather
than on your real database files. Hmm.. hope this make sense..
Well, just add a 'weight' field to your products.asc file... and this msg
will dissapear...
And when you have such 'database structure' problems, first check your
products.asc file. Make it as real as possible.
-----Original Message-----
From: Ruben Lopez <website@snowcrest.net>
To: minivend-users@minivend.com <minivend-users@minivend.com>
Date: 16 Ìàé 1999 ã. 00:29
Subject: 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
>
-
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