Description
Returns the postage and packaging of the current Product. This template tag is only valid when using the flat rate shipping method.
Usage
<?php
echo
wpsc_product_postage_and_packaging(); ?>
Parameters
This template tag has no parameters.
Example
<?php
echo
wpsc_product_
postage_and_packaging
(); ?>
Source file
wpsc_
product_
postage_and_packaging
()
is located in wpsc-includes/wpsc_query.php
.