Hello everybody, i got a problem. Could anybody please help me. I want to add a shipping estimator on the other page, I have two POST fields: quanity and country ,I want to estimator shipping by this.
i have added some code in the XXX/header_php.php,

PHP Code:
  require(DIR_WS_CLASSES 'shipping.php');
  
$shipping_modules = new shipping;
  
$quotes $shipping_modules->quote(); 
but how to query based on the data sent by POST?