Title: Hide default table when using shortcode
Last modified: June 28, 2018

---

# Hide default table when using shortcode

 *  [orangensaft](https://wordpress.org/support/users/orangensaft/)
 * (@orangensaft)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/hide-default-table-when-using-shortcode/)
 * Hello again 🙂
 * Can you please make the default specification table to hide automatically when
   we use your table shortcode on is found at the product page. I don’t want that
   the table is being displayed twice when i use the shortcode. The reason i am 
   using the shortcode is that i want the table to be displayed at a different position
   than the default table.
 * Btw: Is there a possibility than i pay you for this and also the multiple selection
   function implantation job. Because i need this feature very urgent. Please let
   me know if you are interested and how much you think this will cost to do.
 * Do you have PayPal?
 * PS: Please excuse my poor english; it’s not my mother tongue.
 * Best regards
    Pascal

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [Dornaweb](https://wordpress.org/support/users/dornaweb/)
 * (@dornaweb)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/hide-default-table-when-using-shortcode/#post-10450510)
 * Well hiding the default woocommerce tab is not that hard,
    just follow [this guide](https://docs.woocommerce.com/document/editing-product-data-tabs/):
   you could use something like this in your functions.php file :
 *     ```
       add_filter( 'woocommerce_product_tabs', function($tabs){
           unset( $tabs['additional_information'] );
           return $tabs; 
       }, 98 );
       ```
   
 *  Thread Starter [orangensaft](https://wordpress.org/support/users/orangensaft/)
 * (@orangensaft)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/hide-default-table-when-using-shortcode/#post-10459987)
 * Dear Amin
 * How are you doing?
 * Thanks for your reply. Your PHP code snippet is not working at my site. I have
   done a screenshot of the chrome developer console.
 * Could you please send we a working snippet. The screenshot might help you.
 * > [View post on imgur.com](https://imgur.com/iOY1m9D)
 * Or implement this feature as a button in your new plugin update.
 * best regards
    Pascal
 *  Plugin Author [Dornaweb](https://wordpress.org/support/users/dornaweb/)
 * (@dornaweb)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/hide-default-table-when-using-shortcode/#post-10463486)
 * Hi [@orangensaft](https://wordpress.org/support/users/orangensaft/)
    This feature
   already exists in the plugin’s setting page. The php code may work if you manipulate
   with priority number a bit ( 98 ). Try increasing it.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Hide default table when using shortcode’ is closed to new replies.

 * ![](https://ps.w.org/product-specifications/assets/icon-256x256.png?rev=1781915)
 * [Product Specifications for Woocommerce](https://wordpress.org/plugins/product-specifications/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/product-specifications/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/product-specifications/)
 * [Active Topics](https://wordpress.org/support/plugin/product-specifications/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/product-specifications/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/product-specifications/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Dornaweb](https://wordpress.org/support/users/dornaweb/)
 * Last activity: [7 years, 10 months ago](https://wordpress.org/support/topic/hide-default-table-when-using-shortcode/#post-10463486)
 * Status: not resolved