Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

16
votes
9answers
488 views

Best practices for shipping software on time

Imagine you don't have the problem of feature creep, you have a motivated and stable team, clear defined problems to solve, AND you know the domain/language/tools related to your project. How do you ...
10
votes
8answers
2k views

Computing California Sales Tax

One of the web apps I'm working on has a fairly small web store / shopping cart. As the client company is physically located in CA and has a physical location there, they're required to collect CA ...
6
votes
7answers
200 views

Refactor before or after ship?

In a world where most ship dates are dictated by business needs, programmers usually ship code that works. Often, structure and efficiency of code being shipped become moot when you know code works. ...
4
votes
2answers
228 views

Python Shipping Rates Calculator [closed]

Do you have any experience about open source/commercial python project/ api shipping rates calculator ? I would like to add one to my Django based project I have no clue where to start from. The most ...
4
votes
1answer
188 views

high volume UPS shipping solutions

this may not be the right place for this question, but the reason i ask here is because i am a programmer and am thinking about implementing my own solution. we ship about 1000 packages per day ...
4
votes
6answers
4k views

PHP Shipping Calculator

Does anyone know of a freeware shipping calculator for PHP? I do not want anything too fancy, and it can be compatible with any of the major US domestic shipping services. If anyone knows of one ...
3
votes
2answers
411 views

Magento Free Shipping for Match Items Only - Using Table Rates Based on Order Total

Can I achieve the following with Magento: I'm using a table rate system of price vs destination. And I've got a shopping cart price rule of Free Shipping for products with the attribute free_shipping ...
3
votes
1answer
2k views

Accessing shipping cost in Magento's cart and/or checkout

Please note, this question is regarding the shipping cost, not price. There is an important difference, i.e. what $$ charge the shipping method incurs for the store owner, as opposed to what is $$ ...
3
votes
1answer
1k views

Calculate a rough estimate for shipping box size

I'm trying to find the best way to calculate the box size needed for shipping. I have 3 shipping containers with different sizes. I have the product's width, length, depth, and mass defined in the ...
3
votes
5answers
569 views

Address verification

A friend just brought by 1,000 lines of USA shipping addresses. (Excel.) I've read this into a Ruby program via CSV::. Now I would like to check the mailing addresses for sanity. It doesn't have to ...
2
votes
0answers
55 views

Make an error message on Magento checkout page (Shipping Method stage)

I developed a Magento shipping method module and it works fine. I can retrieve the list of available shipping methods from my remote service but I want to have an error message if something will be ...
2
votes
0answers
60 views

Changing the shipping calculation in magento

I have a magento shop which uses shipping zones method for calculating shipment price. It works but there is one small issue , I am unable to offer quantity discounts for the same product if the user ...
2
votes
2answers
112 views

How to unobtrusively add new Validation methods to Magento checkout

I want to prevent customers entering PO Boxes into the shipping address for selected Shipping Methods (UPS specifically in this case). I could override js/prototype/validation.js to insert a new ...
2
votes
2answers
176 views

Magento - Setting carrier per product

I'm working on a store that has two types of products: perishable food and general merchandise. The food must always be shipped overnight via FedEx, and the other merchandise must always be shipped ...
2
votes
1answer
118 views

How do I add a logo on shipping option?

I cloned tablerate shipping method to have another option (fast courier). I checked everywhere on how can I add a logo when displaying shipping options. What I did: in public function collectRates ...
2
votes
2answers
422 views

Magento: how to filter order list by shipping method?

I try to create custom grid with orders shipped by some shipping method (for example TNT). Here is a method where should be a filter: protected function _prepareCollection() { $collection = ...
2
votes
1answer
197 views

how to edit or make your own shipping calculator?

i want to implement my own shipping calculator for shipping in magento. e.g. on products of price upto 1000, 10% will be charged, on products of price upto 2000, 20% will be charged and so on ...... ...
2
votes
2answers
158 views

Database Modeling: Shipping Rules

I'm working on an e-commerce type web application and need to somehow handle calculation of shipping costs. Some rules I've found: Free shipping Free shipping with minimum purchase Free shipping ...
2
votes
1answer
270 views

Launch python into a mac application

I have a software written in python with a graphical user interface written in PyQt. To create an executable of the software I ship with it a Python and a Qt precompiled version and the trick seems to ...
2
votes
1answer
228 views

Shipping GNU/Linux Firefox plugin with shared libraries (for installation with no root access)

The application is a Firefox plugin (loaded from $HOME/.mozilla/plugins), so wrapper script that sets LD_LIBRARY_PATH is not an easy option. RPATH, as far as I know, cannot refer to $HOME and can be ...
2
votes
8answers
1k views

Best Strategies for preventing addresses with PO Boxes?

I have a client which is shipping via UPS, and therefore cannot deliver to Post Office boxes. I would like to be able to validate customer address fields in order to prevent them from entering ...
1
vote
1answer
58 views

Magento custom shipping cost

Is there a way to add a custom shipping rate for to basket (order) in magento not from admin but in programing. What I need is, I will have a field with each product "shipping_cost" , now suppose ...
1
vote
1answer
60 views

OSCommerce USPS convert weight unit from Pound to Ounces

I am working in an OSCommerce site, for USPS Shipping method I want to convert weight Unit from Pounds to Ounces, but not getting the way, can anyone help? Thanks in advance
1
vote
1answer
34 views

Is there a web service for shipment tracking numbers?

If you paste any tracking number (UPS, FedEx, etc.) into Google, it gives you a link to the appropriate tracking pages. I am looking for a something like this, only that I can link to like ...
1
vote
2answers
79 views

How can i generate UPS HighValueReport?

I am trying to move from UPS Testing to Production. They required that i pass some tests. One of them is to produce HighValueReport by using insuredvalue greater than $999 . I don't know the property ...
1
vote
1answer
107 views

Free shipping in satchmo

I need to add a "free shipping if purchased more than $100" functionality for the Canada Post module in satchmo. Can this be done out of the box, or will I need to make a new shipping module?
1
vote
2answers
441 views

Magento - Adding a new field for shipping address during onepage checkout process

I want to add a new field "custom_house_no" for the shipping address during the onepage checkout process. I have added the below code in my custom extension mysql file "mysql4-install-0.1.0.php" ...
1
vote
1answer
156 views

Is there a full-featured open source shipping library (Fedex/UPS/USPS) for any language?

I'm trying to create a small web service for a larger application that handles some common shipping operations (rates, package creation, labels), so I'm pretty flexible when it comes to picking a ...
1
vote
1answer
280 views

How do I add checkboxes to Magento's “Estimate Shipping and Tax” in the cart?

So, on the cart page, my customers can view the "Estimate Shipping and Tax" area. I don't want to remove it, but I need to know a little additional information from them to properly process the ...
1
vote
0answers
113 views

Admin Selectable Shipping Date Magento

I am using Magento ver. 1.5.0.1 IN the admin panel individual order view if i click ship button it will redirect to a confirmation page. In that page i don't have a date picker to pick an acutal date ...
1
vote
1answer
57 views

Google Checkout: Get shipping rates

Is it possible to query Google for shipping rates based on the shipping options set on the site? I.e. UPS, USPS, etc.? For example, before checking out with Google Checkout, it'd be nice to show the ...
1
vote
1answer
303 views

Magento: Table Rates by Weight, edit the Calculation

Thanks to Joseph Mastey I was able to create a module for Magento that calculated shipping by the heaviest item, rather than the total weight of a shopping cart. Using this: class ...
1
vote
1answer
112 views

Magento Shipping Options

I'm making a shipping module for Magneto. Can't figure out how to include a text-box or any other form elements in the shipping module. Like for example if I need to have special instructions box for ...
1
vote
6answers
641 views

Instant UPS tracking Number

I have a client that has a shopping cart. She wants to implement a module that allows the end user to receive a tracking number immediately after purchase. I am not too sure if this is possible. My ...
1
vote
1answer
314 views

Google checkout merchant shipping calculation doesn't make sense

Google checkout is having an issue with dynamic merchant shipping callback calculation. When customer click on the checkout with google button, I pass in the shipping method called "default shipping" ...
1
vote
2answers
487 views

Magento: Multiple Flat Rate Shipping dependant on category

Basicily one category set has a slightly higher delivery cost. I've installed a Multiple Flat Rate extension but I can't figure out how to set a different flat rate if a product in the shopping cart ...
1
vote
1answer
292 views

How to set different shipping methodes in Magento

I don't know if this is a program question or a option in Magento. When I sell 1 product I want to charge €8 for shipping costs. When I sell 2-3 products the shipping costs must be €11. Is this ...
1
vote
1answer
379 views

How to send Shipping address to Paypal, when using Paypal IPN

I am trying to integrate Paypal IPN to an application which I am developing. And I am stuck in a problem which is regarding shipping address. I need to know how to send the address variables to ...
1
vote
1answer
348 views

How to programmatically generate USPS Priority Mail labels?

I need an API/service to generate USPS Priority Mail shipping labels. I know about the USPS Web Tools, but they only appear to support Express Mail (overnight) and "Priority Mail Open and Distribute" ...
1
vote
3answers
693 views

In Magento, how can i put an items shipping cost on the product page?

I want to put a shipping cost on the actual product page in Magento, so customers can see how much it will cost them. I can add in the shipping estimator from the basket page. But all i actually want ...
1
vote
1answer
172 views

I can't choose my programming language [closed]

I know this is quite subjective, but this is bugging me all the time for weeks now. A short introduction, I'm 16 years old, and all of this is done in my free time. I do not have a professional ...
1
vote
1answer
349 views

Canada Post shipping api

I'm looking for an api that lets me calculate how much an item will cost to ship from one city to another using Canada Post. Any ideas?
1
vote
1answer
273 views

Magento v1.4.1.1 - Shipping cost doubled in Grand Total

I'm running Magento v1.4.1.1 and the shipping cost is being doubled in the Grand Total on the shopping cart page as well as within checkout. This happens regardless of whether tax is involved or not ...
1
vote
1answer
580 views

Magento: Table Rates by Weight, edit the Calculation

I’m currently using Table Rates by Weight for an online store, but I need to customize how the calculation is done. At the moment, the postage fee is determined by the total weight of orders, but I’d ...
1
vote
3answers
555 views

Shipping module in wp-ecommerce plugin in wordpress

I am in stuck a canada based shipping module with wp-ecommerce plugin in wordpress. My situation is following: I want to setup shipping in following format, i am just wondering if you could help me ...
1
vote
2answers
413 views

CodeIgniter based e-shop, shipping and gift address design problem

While building an ecommerce platform I have run into design problems. I'm working with the built-in CodeIgniter's cart class. It stores all the cart information in session. Let say that cart has ...
1
vote
3answers
400 views

Overridding a Shipping Method - What am I missing

I've written many many modules before but for some reason my shipping module won't override an exsiting Magneto shipping method. Is that allowed? What am I missing here? The module name shows up in ...
1
vote
1answer
580 views

Own Shipping Module for Magento - Next step in onepage checkout does not work anymore

Cheers, I created my own shipping module for magento 1.4.1.1. , which so far does not work. After really getting frustrated with this, I exactly copied everything from ...
1
vote
2answers
455 views

free shipping of a single product in magento

i'm using magento version 1.3.2.4 I want to change a product shipping as free shipping. All other products will be charged for shipping. for this i have done the following steps Here’s what I did to ...
1
vote
1answer
837 views

Remove shipping methods completely from magento?

how can i completely remove ALL shipping methods/processes from magento? Thanks

1 2 3