Hello Members!
This solution looks attractive and clear :
in regards to changing the shipping price based on the custom.
a custom field product plugin that talks to a shipping plugin can do this.
The custom field plugin just has to define the variable
& in the shipping plugin
&getOrderWeight($cart, $method->weight_unit){
$newOrderWeight=code here
return $newOrderWeight;
}
OR
...
I ve started with cart plugin (not a problem) but cannot find
customfield plugin. Where is a right place to start from?
My shop - doors and windows - has not many products BUT a lot of "size" (this means "weight") variants. Just want to modify OrderWeight a bit.
Thanks in advance. PRO? Could You?
Zibi