Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
shipping
- Page 1
Re: Shipping Cost calculator
Programming
Software Development
13 Years Ago
by tunlinaung
…;); double weight = in.nextDouble() // you request
shipping
weight from user pf.weight = weight; // you… Cost:" + pf.getAir()); // calculate
shipping
cost based on 'weight' System.out.println(&… because you inserted the weight value in
Shipping
cost calculation. Howerver, However, However........ …
Shipping Cost calculator
Programming
Software Development
13 Years Ago
by zmoez
…variables representing package number, weight, and
shipping
method. The
shipping
method is a character: A for Air…a constructor that requires arguments for weight and
shipping
method. The constructor should create automatic unique… based on the following: Weight (in kg)
Shipping
method -----------------------Air---Truck---Mail 1 - to - 8…
Shipping Program
Programming
5 Years Ago
by Brian_37
…lt;= 6: Weight = rate2 * packageWeight print ("The total
shipping
charge is $: " , Weight) elif packageWeight <= …10: Weight = rate3 * packageWeight print ("The total
shipping
charge is $: " , Weight) elif packageWeight > …
Shipping by quantity
Digital Media
UI / UX Design
20 Years Ago
by EPierre
… except I must to change the
shipping
policy from this [I]Original
shipping
options:[/I] [quote] //
shipping
options: radio button text, value //(quantity… is what I do, but it does not work [QUOTE] //
shipping
options $qty = "quantity"; $qtyship = "commande"; $qtyship…
Shipping Calculator Help
Programming
Software Development
12 Years Ago
by keyontes
Need help building a
Shipping
Calc with some limitation really confused on how to…This is my assignment Weight of the Package (in kilograms) /
Shipping
rate per Mile 2kg or less / $0.01 over 2kg…3000 miles. These are the company's minimum and maximum
shipping
distances. Public Class Form1 Private Sub GroupBox1_Enter(ByVal sender …
SHIPPING SELECTION LIST
Programming
Web Development
10 Years Ago
by fireburner29
I have developed ecommerce application using opencart. My Req: Adding pincodes to the geozones/zones in
shipping
. This way, customer can enter the pincode before check out and see the right
shipping
cost. (each place or city will have different
shipping
cost). Please help me anyone. thanks in advance.
Re: Shipping Program
Programming
5 Years Ago
by rproffitt
… discussion at** https://www.dreamincode.net/forums/topic/196758-java-
shipping
-program/ ? It would be incredibly coincidental if these were the…
Re: Shipping Program
Programming
2 Years Ago
by SendGroupSMS
You can also add destination value to your
shipping
charge calculation to make your program more efficient.
Re: Shipping Costs
Digital Media
Digital Marketing
13 Years Ago
by mb01a
Flat Rate
shipping
causes 1) customers to go elsewhere because your rates are … too low. At best, flat rate
shipping
is a gamble. Better to get an actual
shipping
charge from FedEx, UPS, or the….php". It's provided by FedEx. It gets a
shipping
charge directly from Fedex and presents it to me. I…
Shipping Feed Help
Programming
Web Development
16 Years Ago
by Morty222
I have a feed for UPS that gets real time
shipping
costs for packages shipped throughout the US. The feed works fine, except if someone enters AE or AP as the state if they are
shipping
to a military base overseas. I get this error: 111286:AE is not a valid state abbreviation for United States. Any suggestions?
Re: Shipping Costs
Digital Media
Digital Marketing
13 Years Ago
by mb01a
I use OSCommerce for my sites and have FedEx
shipping
available. FedEx has an API that gets installed into oscommerce and gives me
shipping
charges based on the weight (in pounds) of what I sell. Tax calcs are also built in. I charge tax in my home state only.
Shipping tech equipment from the states to india
Community Center
18 Years Ago
by shaunlfletcher
anyone have experience
shipping
IT equipment to India? Using IEC or STPI schemes?
Shipping Costs
Digital Media
Digital Marketing
13 Years Ago
by Ancient Dragon
… problem is that I don't know how to calculate
shipping
costs. How is that done for UPS? Also how about…
Re: Shipping Costs
Digital Media
Digital Marketing
13 Years Ago
by mark santa
yeah ofcourse,you need to collect that. and for the
shipping
charges if you dont get it from the customer,then you have to pay it
Re: Shipping Deals
Community Center
Geeks' Lounge
12 Years Ago
by happygeek
If you **buy** stuff online then the choice of
shipping
handler is limited to whatever the seller is offering . If …
Re: Can't figure out with Shipping Cost
Programming
Web Development
13 Years Ago
by Biiim
…in_array($_POST['country'],$domestic)){//country in $domestic array, domestic
shipping
costs //----------Domestic
Shipping
--------------// if ($totalCost > 0 && …in_array($_POST['country'],$europe)){//country in $europe array, european
shipping
costs //----------International
Shipping
--------------// if ($totalCost > 0 && $…
how to sum the price of multiple produts with its different shipping charge
Programming
Web Development
12 Years Ago
by amith_ami
… ex: product1
shipping
charges. product2
shipping
charges.
shipping
to US = $10.99
shipping
to US = $14.99
shipping
outside US = $20.99
shipping
outside US = $34…
Re: Can't figure out with Shipping Cost
Programming
Web Development
13 Years Ago
by LastMitch
…country == "United States"){$stat="true";}{ //----------Domestic
Shipping
--------------// if ($totalCost > 0 && $totalCost <=… == 'stat'){country == country){$stat="false";} return{ //----------International
Shipping
--------------// if ($totalCost > 0 && $totalCost <= 100…
Can't figure out with Shipping Cost
Programming
Web Development
13 Years Ago
by LastMitch
…") " . mysql_error());} $_SESSION["mthis"] .="
Shipping
= $ ".$_SESSION["ship"]."\n" ; $_SESSION…gt; </tr> <?php } //----------Domestic
Shipping
--------------// if ($totalCost > 0 && $…
Re: Free Shipping ?
Digital Media
Digital Marketing
10 Years Ago
by PixelatedKarma
… will work out a contract flat rate agreement with a
shipping
company (UPS/Fedex/etc) and if they offer their… products in say 3 countries they will average the
shipping
cost across all three countries (sometimes even weight the … pricing the customer is actually paying *more* for the
shipping
then they actually would have if they just paid the…
Re: Can't figure out with Shipping Cost
Programming
Web Development
13 Years Ago
by Biiim
…: (" . mysql_errno() . ") " . mysql_error());} $_SESSION["mthis"] .="
Shipping
= $ ".$_SESSION["ship"]."\n" ; $_SESSION["… = 20.00;} if ($totalCost > 1000){$ship = 25.00;} //----------International
Shipping
--------------// if ($totalCost > 0 && $totalCost <= 100){$ship…
Re: Can't figure out with Shipping Cost
Programming
Web Development
13 Years Ago
by Biiim
… if ($totalCost > 1000){$ship = 25.00;} //----------International
Shipping
--------------// if ($totalCost > 0 && $totalCost <…){$iship = 50.00;} [/CODE] Should the international
shipping
be setting $iship instead of $ship? That code …will only be putting in international
shipping
because it runs after domestic with the …
Re: Can't figure out with Shipping Cost
Programming
Web Development
13 Years Ago
by LastMitch
… either. You mean like this: //----------Domestic
Shipping
--------------// if ($totalCost > 0 &&… 1000){$ship = 25.00;} if else //----------International
Shipping
--------------// ($totalCost > 0 && $totalCost … it only calculate Domestic
Shipping
not International
Shipping
? when you mean overlapped…
Re: how to sum the price of multiple produts with its different shipping charge
Programming
Web Development
12 Years Ago
by amith_ami
… of total price for all the products with the given
shipping
costs. But actually what i needed is to fetch the…
shipping
costs from the database for the corresponding prod_id's then …
Wordpress shipping plugin
Digital Media
Digital Marketing
11 Years Ago
by Designdiva
… some reason this is not holding. Table rate
shipping
is selected as the
shipping
method and it is enabled. But when shoppers… get ready to check out, either no
shipping
amount is applied to their purchase or they get a… message saying that no
shipping
methods are available. Can anyone tell me why this is…
Re: Can't figure out with Shipping Cost
Programming
Web Development
13 Years Ago
by Biiim
… should be something like this: [CODE] if($shippingtype == 'domestic'){ //----------Domestic
Shipping
--------------// if ($totalCost > 0 && $totalCost <= 100){$ship….00;} if ($totalCost > 1000){$ship = 25.00;} }else{ //----------International
Shipping
--------------// if ($totalCost > 0 && $totalCost <= 100){$ship…
Re: Log shipping SQL 2000
Programming
Databases
16 Years Ago
by imohammed
…QUOTE=imohammed;740616]Hello, I am trying to setup log
shipping
for SQL 2000 database. I don't see option to…;specify the transaction log share". According to MS Log
Shipping
instruction, "specify the transaction log share" screen…that's why I am not getting option for log
shipping
share. I found this log_shipping.zip file that has…
How to get shipping charges based on customer input form?
Programming
Web Development
6 Years Ago
by aveeva7
…select>"; ?> The above code shown predefined
shipping
calculation, i need the **country, postcode** get from …</tr> <tr> <th>
Shipping
Weight : </th> <td id="show…</tr> <tr> <th>
Shipping
Cost (Rs) : </th> <td id=&…
Log shipping SQL 2000
Programming
Databases
16 Years Ago
by imohammed
Hello, I am trying to setup log
shipping
for SQL 2000 database. I don't see option to &…;specify the transaction log share". According to MS Log
Shipping
instruction, "specify the transaction log share" screen shows… if I have specified that the plan will install log
shipping
. Where do I specify that plan will use log…
PayPal Express Checkout International/Domestic Shipping
Programming
Web Development
14 Years Ago
by samarudge
… custom shopping cart application for a client, there are two
shipping
rates; an international one and a domestic (US) one. When… on Paypal and they enter there address I need the
shipping
to change depending on the country. I currently have the…
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC