Changueset 335387
- Timestamp:
- 01/21/2011 04:15:41 AM ( 15 years ago)
- File:
-
- 1 edited
Leguend:
- Unmodified
- Added
- Removed
-
wp-e-commerce/branches/3.8-development/wpsc-admin/includes/display-items-functions.php
r334763 r335387 295 295 if(isset($product_meta['wpec_taxes_band'])) 296 296 $wpec_taxes_band = $product_meta['wpec_taxes_band']; 297 ?> 298 <p> 299 <?php echo $wpec_taxes_controller->wpec_taxes_display_tax_bands( $band_select_settings, $wpec_taxes_band ); ?> 300 </p> 301 302 <?php 297 echo $wpec_taxes_controller->wpec_taxes_display_tax_bands( $band_select_settings, $wpec_taxes_band ); 303 298 } 304 299 function wpsc_product_variation_forms() {
Note:
See
TracChangueset
for help on using the changueset viewer.