I need a simple customization for Magento 1.5:
I have an extension called "PagSeguro", a brazilian payment company. They have a field called "ZIP CODE FROM". The problem is that it is just one filed with only one ZIP CODE.
I have several manufacturers and the shipping it is their job. Since they are on separate zip codes, I need to set the FROM ZIP CODE dinamically. That means, the shipping taxes must be calculated per manufacturer.
Suggestion:
– Create a table for Manufacturers instead of attribute Set. The table must contain address and zip code fields.
– Create a custom page on back end for managing Manufacturers.
– Add the manufacturer field as required when adding a new product.
– When the user checks out, use the zip code per manufacturer to calculate the shipping.
Important:
Must work with PagSeguro.