|
Hi there, this is a bit of a philosophical question. I am adding a small feature to my software which I assume will be used by most users but only maybe 10% of the times they use the software. In other words, the software has been fine without it for ...
Started by Peldi on
, 16 posts
by 16 people.
Answer Snippets (Read the full thread at stackoverflow):
If it doesn't ....
Make than missing features.
Precisely document the wonkiness and ship it.
Ship it, but include a readme with "known issues" and workarounds when possible.
There will always be unanswered feature requests and bug reports .
|
|
I have a buyer that bought 4 auctions, paid for the auctions, then sent me an email afterwards asking me to combine shipping costs and refund the difference. All of the auctions were Free Shipping. I emailed the buyer back asking what kind of a discount...
Started by jacoquline2 on
, 24 posts
by 11 people.
Answer Snippets (Read the full thread at ebay):
I sell all my stuff with shipping included in the price (or "free" shipping, I only had it happen once
Guy purchased....
Home Depot and Staples offer free shipping, but there is no discount for multiple item purchases eBay sellers allow it.
|
|
First off I hate that we are charged for shipping now since I charge what it costs to ship. I know, add it to the asking price but does that really matter since we have final value fees on the selling price?
Most of us are smaller sellers here to make...
Started by sunnicorey on
, 12 posts
by 10 people.
Answer Snippets (Read the full thread at ebay):
How much would that bathing that the cut that Ebay takes... .
Would you be happier if he charged $6.95 more for the bathing suit and gave you free shipping?
I think you want the item for almost nothing and free shipping too.
On shipping.
|
Ask your Facebook Friends
|
I recently started shipping internationally. How long does it typically take to reach some of these places. I have sold to Norway and now Russia and Albania. I usually tell my other buyers they can expect the package in a few days (in the US) and in around...
Started by areacode804 on
, 12 posts
by 8 people.
Answer Snippets (Read the full thread at ebay):
When i ship....
I ship to England all the time (family lives there) i usally give myself 7-10 days to ship a Birthday present, they always arrive in good time.
Really easy to use, you can use it for domestic too .
Shipsaver insurance.
|
|
Since I have not seen that many YuGiOh shipping stuff, I have decided to post the first YuGiOh Yaoi poll to see if there is anyone still out there who is a fan.
Also, if it is possible, can you explain how and why you got hooked onto the pairing?
For ...
Started by AnzuNoRyu26 on
, 15 posts
by 15 people.
Answer Snippets (Read the full thread at gaiaonline):
Tendershipping heart AnzuNoRyu26
Since I have not seen that many YuGiOh shipping stuff, I have decided/homepage.html AnzuNoRyu26
Since I have not seen that many YuGiOh shipping stuff, I have decided Yugi." So yeah, but due to the shipping....
|
|
At the moment I add shipping charge 65Kr.
There are only four prices in the shop.
I need to change the shipping charge to the following way.
Product which cost 198Kr and 268Kr needs 25Kr and more than that price (418 and 498Kr) needs 65Kr.
If a customer...
Started by shin on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
){ $totalprice += $product['price'] * $product['count']; }
also compute the shipping price and place( 'name' => $fullproduct['name'], 'price' => $fullproduct['price'], 'shipping' => $fullproduct['shipping'] 'count' => ....
|
|
Today on A&E Shipping Wars - about shipping a race truck to Baja I just noticed this show is on tonight on A&E. Shipping Wars
http://www.aetv.com/shipping-wars/ep...1/?episode=9#9 dezertpeople.com
Started by Curtis Guise on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at race-dezert):
2009 MORE ....
I own a trucking not that hard.
Re: Today on A&E Shipping Wars - about shipping a race truck to Baja its Reid Rutherfords truck Shipping Wars - about shipping a race truck to Baja I only saw the video post here..
|
|
I need to calculate real time shipping costs of the orders of the project I'm currently working on.
I have the dimensions and weights of packages and US shipping address.
Orders are only placed within US
Can you suggest me what options I have. Thanks
Started by kaivalya on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Most shipping vendors, including FedEx.
Of course, it'll also need to consider the shipping company.
|
|
I searched and searched for an answer for this seemingly simple question in Commerce Server 2007, but have found nothing useful. This seems like something that should be possible. How to make a discount apply to only one shipping method in Commerce Server...
Started by James on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
If you want a discount to be only applicable if the user selected a certain shipping method pipeline component which removed any shipping discounts if any other shipping method other than from the list Dim sShipmentID ' Save shipping....
|
|
In my online store, each order is associated with a shipping address and a billing address (they can be the same, of course). This is my first attempt to model this:
Class Order belongs_to :billing_address, :class => "Address" belongs_to :shipping_...
Started by Horace Loeb on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Belongs_to :billing_address, :class_name => "Address" belongs_to :shipping_address, :class_name =>_to :address, :foreign_key => "shipping_address_id"
Please give them a try with your form helpers and I'd not required here because....
|