partsace got a reaction from
200Megaton in Freightquote.com Shipping Module Support
I checked 3 times and I get the same results.
I got it to work, but I had to add a lot of code like this:
if ($action == 'new_product') {
$parameters = array('products_name' => '',
'products_description' => '',
'products_url' => '',
'products_id' => '',
'products_quantity' => '',
'products_model' => '',
'products_image' => '',
'products_price' => '',
'products_weight' => '',
'products_freightquote_enable' => '',
'products_freightquote_class' => '',
'products_freightquote_length' => '',
'products_freightquote_width' => '',
'products_freightquote_height' => '',
'products_freightquote_nmfc' => '',
'products_freightquote_hzmt' => '',
'products_freightquote_package_type' => '',
'products_freightquote_commodity_type' => '',
'products_freightquote_class' => '',
'products_freightquote_content_type' => '',
'products_date_added' => '',
'products_last_modified' => '',
'products_date_available' => '',
'products_status' => '',
'products_tax_class_id' => '',
'manufacturers_id' => '');
//---Freightquote Modification START ---//
$parameters = $freightQuote->mergePostParameters($parameters);
//---Freightquote Modification END ---//
Scott