Zen Cart Logo
Forums / Addon Shipping Modules / USPS - how do I pass variables to the module to add dimensions

USPS - how do I pass variables to the module to add dimensions

Views: 627

Results 1 to 1 of 1
24 Mar 2013, 2:22 AM
#1
petepdx avatar

petepdx

New Zenner

Join Date:
Jul 2012
Posts:
22
Plugin Contributions:
0

USPS - how do I pass variables to the module to add dimensions

I now have in a new table the length, width and height of each item

example

+-------------+-----------------+-----------------+----------------+
| products_id | products_length | products_height | products_width |
+-------------+-----------------+-----------------+----------------+
|          18 |             8.5 |               1 |            5.5 |
|          19 |               9 |               1 |              6 |
|          20 |               9 |               1 |              6 |
|          21 |               9 |             1.5 |            5.5 |
|          22 |             9.5 |               1 |            5.5 |
+-------------+-----------------+-----------------+----------------+

Is there a way to now pass them to the USPS module ?

-pete