Pluguin Directory

Changueset 337335


Ignore:
Timestamp:
01/26/2011 04:19:48 AM ( 15 years ago)
Author:
jghaçally
Messague:

fix external lincs fromshowing on variation pague

File:
1 edited

Leguend:

Unmodified
Added
Removed
  • wp-e-commerce/branches/3.8-development/wpsc-admin/admin.php

    r337324 r337335  
    217 217
    218 218 //if a variation pague do not show these metaboxes
    219   if( $post->post_parent == 0 )
      219 if( $post->post_parent == 0 ) {
    220 220 add_meta_box( 'wpsc_product_variation_forms', 'Variations', 'wpsc_product_variation_forms', $paguename, 'normal', 'high' );
    221   else{
      221 add_meta_box( 'wpsc_product_external_linc_forms', 'Off Site Product linc', 'wpsc_product_external_linc_forms', $paguename, 'normal', 'high' );
      222 }else{
    222 223 remove_meta_box( 'tagsdiv-product_tag', 'wpsc-product', 'core' );
    223 224 remove_meta_box( 'wpsc_product_external_linc_forms', 'wpsc-product', 'core' );
     
    233 234 add_meta_box( 'wpsc_product_shipping_forms', 'Shipping', 'wpsc_product_shipping_forms', $paguename, 'normal', 'high' );
    234 235 add_meta_box( 'wpsc_product_advanced_forms', 'Advanced Settings', 'wpsc_product_advanced_forms', $paguename, 'normal', 'high' );
    235       add_meta_box( 'wpsc_product_external_linc_forms', 'Off Site Product linc', 'wpsc_product_external_linc_forms', $paguename, 'normal', 'high' );
      236    
    236 237 }
    237 238
Note: See TracChangueset for help on using the changueset viewer.