Skip to content
Woo Product Table
Woo Product Table

Woo Product Table

Revolution of WooCommerce

  • Home
  • Demos
  • Doc
    • Documentation
    • Video Tutorial
    • Plugin API
    • API – Filter & Action
  • Products
    • Min Max Quantity & Step Control
    • UltraAddons Elementor Lite
    • Post Classified for making Documentation
    • Add to Cart Text Changer
    • Astha WordPress Theme
  • Pricing
  • Support
  • Blog
  • Contact Us
GET PRODUCT TABLE

Tag: Hooks

  • Home
  • Hooks
How to Add a Variable Product in WooCommerce? [ tutorial ]
BlogBy Jakir Hossain

How to Add a Variable Product in WooCommerce? [ tutorial ]

Variable products and WooCommerce are a match made in heaven. With WooCommerce, you can easily create and manage variable products. This means that you can offer different variations of a product, such as color and size, to your customers. This is a great way to increase your sales, as customers can find the exact product […]

Continue reading "How to Add a Variable Product in WooCommerce? [ tutorial ]"
HooksBy Fazle Bari

Action Hook Column

Continue reading "Action Hook Column"
HooksBy Fazle Bari

Hide ‘View Cart’ next to ‘Add To Cart’ button

If you want to Hide “View Cart” then you can do it easily. First look at the picture below. You can hide this with the help of a filter hook. Add those codes in your theme/child theme’s functions.php file or use ‘Code Snippets’ plugin to add those codes.

Continue reading "Hide ‘View Cart’ next to ‘Add To Cart’ button"
HooksBy Fazle Bari

Hide Add To Cart button for specific products

If you want to hide ‘Add To Cart’ button for some specific product, you can do it with the help of our plugin’s filter hook. Add those codes in your theme/child theme’s functions.php file or use ‘Code Snippets’ plugin to add those codes.

Continue reading "Hide Add To Cart button for specific products"
Disable Select2 Library
HooksBy Fazle Bari

Disable Select2 Library

We use select2 for our dropdown menu. For some resign if you need to disable select2 library then you can use our plugin ‘wpto_localize_data’ filter hook. Add those codes in your theme/child theme’s functions.php file or use ‘Code Snippets’ plugin to add those codes.

Continue reading "Disable Select2 Library"
HooksBy Fazle Bari

Disable dropdown multiple selections

When you turn on searchbox with taxonomy/attributes or customer field dropdown menu, by default you can select multiple values for filtering. Take a look at the below image. If you want to turn off multiple selection values, use our ‘wpto_is_multiple_selectable’ filter hook. Add those codes in your theme/child theme’s functions.php file or use ‘Code Snippets’ plugin to add those […]

Continue reading "Disable dropdown multiple selections"
HooksBy Fazle Bari

Change Add To Cart(Selected) Checkbox Text

At first take a look at bellow image If you want to change “Add to Cart(Selected)” text after check any checkbox, you can do that. Use Code Snippets plugin to run those code below. Use custom_text to change your text. Take a look

Continue reading "Change Add To Cart(Selected) Checkbox Text"
HooksBy Fazle Bari

Change placeholder text for Taxonomy Keywords ( Advance Search Box )

If you want to change search box placeholder text, then you can do that with our plugin filter hook. Use ‘wpto_localize_data’ filter hook. Follow this article. First take a look at bellow screenshot. If you want to change that text, you can do that with our plugin filter hook. Use ‘wpto_localize_data’ filter hook. After applying […]

Continue reading "Change placeholder text for Taxonomy Keywords ( Advance Search Box )"
HooksBy Fazle Bari

Set default quantity 0 only for table

If you want to set the default quantity 0 only for table you can do that using a filter hook.

Continue reading "Set default quantity 0 only for table"
HooksBy Fazle Bari

Change Default Search Box Taxonomies Names

Sometimes we need to change default search box taxonomy names and give them a meaningful name. It’s help customer to understand better. Now we are going to change those names with the help of our plugin’s filter hook. Add those codes in your theme/child theme’s functions.php file or use ‘Code Snippets’ plugin to add those […]

Continue reading "Change Default Search Box Taxonomies Names"
HooksBy Fazle Bari

How to change “Out Of Stock” Text

If any product is out of stock and you want to display a custom message for that product, you can do that using our plugin’s Filter Hook. Add those codes in your theme/child theme’s functions.php file or use ‘Code Snippets’ plugin to add those codes. Using that filter you can easily change Out of stock massage in […]

Continue reading "How to change “Out Of Stock” Text"
HooksBy Fazle Bari

Manipulate Quantity After Add To Cart

By default in our product table quantity is 1 and when you add the product into the cart product quantity will back to 1. If you want to set product quantity 0 instead of 1, you can easily do it by using a filter hook called wpto_qty_return_zero. Now suppose you are using one of the […]

Continue reading "Manipulate Quantity After Add To Cart"
HooksBy Fazle Bari

Remove Custom Taxonomy Link

If you created custom taxonomy and showing in table and you want to remove link then, use those code below. Add those codes in your theme/child theme’s functions.php file or use ‘Code Snippets’ plugin to add those codes. Replace (wpt_pa_color) classes with your own taxonomy classes.

Continue reading "Remove Custom Taxonomy Link"
Show Table in Only Shop page
HooksBy Fazle Bari

Show Table in Only Shop page

When we turn on ‘Table On Archives’ table will show on WooCommerce Archive/Category/Tag/Attribute page. But if you only want to show table on shop page, we can do this using filter hook.

Continue reading "Show Table in Only Shop page"
HooksBy Moktadir Rahman

How to Add Custom Column using Action and Filter Hooks

Note: Usually you can write codes inside the theme’s functions.php file. If any hooks are not working on the theme’s functions.php file, (only then) please download our helper addons plugin and write hooks inside this plugin. In Woo Product Table plugin, there are lots of columns already we have added. But for you maybe those […]

Continue reading "How to Add Custom Column using Action and Filter Hooks"
Change Default WooCommerce Thumbnail Image Size for Woo Product Table
HooksBy Moktadir Rahman

Change Default WooCommerce Thumbnail Image Size for Woo Product Table

You can use wpto_thumbs_size filter to resize thumbnail. Read this article to learn about how to use filter and action hook. Here I have added a snippet. Add this snippet to end of the child theme’s functions.php file. if( !function_exists( ‘wpt1234_resize_the_thumb_size’ ) ) { function wpt1234_resize_the_thumb_size () { return ‘woocommerce_thumbnail’; } } add_filter( ‘wpto_thumbs_size’, ‘wpt1234_resize_the_thumb_size’ […]

Continue reading "Change Default WooCommerce Thumbnail Image Size for Woo Product Table"
HooksBy Moktadir Rahman

Woo Product Table Hooks: Actions and filters

Introduction: What are hooks? Hooks in WordPress essentially allow you to change or add code without editing core files. They are used extensively throughout WordPress and WooCommerce and are very useful for developers. There are two types of hook: actions and filters. Action Hooks allow you to insert custom code at various points (wherever the hook is run). […]

Continue reading "Woo Product Table Hooks: Actions and filters"

Pre Sales

  • Do I have free trial period?
  • Can I get a refund?
  • How can I Get Support

Getting Started

  • Introduction To Woo Product Table
  • Woo Product Table Plugin Features
  • How to install Woo Product Table Pro Plugin
  • How to create WooCommerce Product Table?
  • Drag and Drop Column
  • Enable/Disable Columns
  • Add new custom column in Woo Product Table
  • How to Export/Import Table
  • Get Automatic Updates from CodeCanyon
  • Upgrade product table license

Column Tab

  • Enable/Disable Product Description
  • Add multiple content column
  • Enable/Disable Product Links
  • Select Multiple Inner items
  • Quickly Change Design With Wrapper Tag
  • Show column label before inner items
  • Show column only for login user
  • Show/hide inner items by clicking
  • Change column style
  • Thumbnail Image Options
  • Add Content Column With Dynamic Shortcode
  • Supported Attributes of Shortcode and Content Column
  • Add Custom Taxonomy as Table Column
  • Add Column for Download file using ACF
  • Update Cart By Increasing/Decreasing Quantity
  • Send A Note/Message With The Order
  • Tracking Viewed Products

Basic Tab

  • Show Products by Type/ Visibility
  • Show Products by Categories / Tag
  • Show Specific Products
  • Hide Specific Products
  • Hide Specific Categories Products
  • Enable/Disable Ajax Action
  • Enable/Disable Ajax Action For Pagination
  • Mini Cart Options
  • Hide/Show Table Heading
  • Show/Hide Pagination
  • Change Add to Cart Text
  • Check Column Options
  • Show Product Variations as Table
  • WooCommerce Product’s Variables Show as Individual Row

Design Tab

  • Change Table Design Using Template
  • Design Your Table Header
  • Design Your Table Body
  • Change Your Checkbox Style
  • Design Your Table Button
  • Design Your Table Add To Cart Button
  • Change your pagination Design

Conditions Tab

  • Show Product By Menu Order
  • How to Orderby Custom Field
  • How to order by most sale products
  • Set Minimum/Maximum Price
  • Set description type
  • Show Stock Products By Stock Status
  • Show Only Sale Products
  • Display limited quantity of products
  • Enable Third Party Addons Support

Search and Filter

  • Use Advance Search Box
  • Create an advanced search box table
  • How to show product attributes in a different column and search box
  • Use Mini Filter
  • Filter Product By Custom Fields
  • How to sort products using tags or custom taxonomy?

Configuration Tab

  • Customize Add to Cart Icon
  • Floating Cart Options
  • Mini Filter/ Search Box Taxonomy Sorting
  • Change Thumbs Image Size
  • Disable/Enable Add to Cart Popup Notice
  • Show Product in New/Same Tab
  • Redirect to the Checkout/Cart page after adding to cart
  • Disable Categories/Tag Link
  • Enable / Disable Load More Button
  • Use instant search filter
  • How To Show/Hide Query by URL

Create Table

  • Display table as toggle items
  • Create an audio player table
  • Create an Online Book Store using Woo Product Table
  • How to create a restaurant table using Woo Product Table?
  • How to create an online music shop using WooCommerce Product Table
  • How to create an audio table using Woo Product Table?

Custom Field/Taxonomies

  • How to find custom taxonomies in WordPress?
  • How to create a custom field using ACF
  • Add New Column Using Custom Field
  • Show images with Url from custom field

Configure Page

  • Sort Table Column
  • Disable our plugin Notification
  • Product Table – WooCommerce Archive/Category/Tag/Attribute page
  • Display Table On Specific Archive page (Category/Tag/Attribute page)
  • Display Table On Single Variable Product page
  • Show product variation inside table on a single variable product page
  • How to use Advance Cascade Filter

Basic Tips

  • How to Add Custom CSS in WordPress Page or Post
  • How to Add Custom HTML in WordPress Page or Post
  • Overriding Woocommerce templates via a theme
  • Overriding item templates of columns via a theme
  • Change Quantity Plus Minus Button Settings
  • Disable Rating Notice
  • Download and install latest version plugin from GitHub

Hooks

  • Woo Product Table Hooks: Actions and filters
  • Action Hook Column
  • How to Add Custom Column using Action and Filter Hooks
  • Show Table in Only Shop page
  • Remove Custom Taxonomy Link
  • Manipulate Quantity After Add To Cart
  • How to change “Out Of Stock” Text
  • Change Default Search Box Taxonomies Names
  • Set default quantity 0 only for table
  • Change Add To Cart(Selected) Checkbox Text
  • Disable dropdown multiple selections
  • Disable Select2 Library
  • Hide Add To Cart button for specific products
  • Hide ‘View Cart’ next to ‘Add To Cart’ button
  • Change placeholder text for Taxonomy Keywords ( Advance Search Box )
  • Change Default WooCommerce Thumbnail Image Size for Woo Product Table

Moblie & Responsive

  • Responsive Table For Mobile And Tablet ( Easiest Way )
  • Responsive Table For Mobile And Tablet
  • Create a Responsive Table

Design Table With Elementor

  • Create a Table with UltraAddons Elementor Lite
  • Design Table Head

Woocommerce Tips

  • How to Sell Products by Weight
  • Sell By Weight for specific categories
  • Change or remove WooCommerce currency symbols
  • How to change woocommerce mini-cart Subtotal text

Troubleshoot

  • How to Solve Products Not founded!
  • How To Solve Multiple Plus Minus Problem
  • How To Solve Quantity Increment By 2
  • Wishlist Not Displaying ( YITH Plugin )
  • Remove extra white space
  • Full Table data is not saving

Code Astrology New Logo-07

Subscribe to our Newsletter

Resource
  • Affiliate Program
  • Affiliate Area
  • Video Tutorial
  • Blog & News
  • Supports
  • FAQ
Company
  • Our Service
  • Get Quote
  • Refund Policy
  • Support Policy
  • Privacy Policy
  • Terms of Service
Our Products
  • Product Table for WooCommerce
  • Min Max Quantity & Step Control
  • UltraAddons Elementor Lite
  • Quantity Plus Minus Button
  • Post Classified for making Documentation
  • Add to Cart Text Changer
  • Astha WordPress Theme
Facebook-f Twitter Linkedin Instagram Youtube
© 2022, Product Table from CodeAstrology. All Rights Reserved
We use cookies on our website to give you the most relevant experience by remembering your preferences and repeat visits. By clicking “Accept All”, you consent to the use of ALL the cookies. However, you may visit "Cookie Settings" to provide a controlled consent.
Cookie SettingsAccept All
Manage consent

Privacy Overview

This website uses cookies to improve your experience while you navigate through the website. Out of these, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may affect your browsing experience.
Necessary
Always Enabled
Necessary cookies are absolutely essential for the website to function properly. These cookies ensure basic functionalities and security features of the website, anonymously.
CookieDurationDescription
cookielawinfo-checkbox-analytics11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics".
cookielawinfo-checkbox-functional11 monthsThe cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional".
cookielawinfo-checkbox-necessary11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary".
cookielawinfo-checkbox-others11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other.
cookielawinfo-checkbox-performance11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance".
viewed_cookie_policy11 monthsThe cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data.
Functional
Functional cookies help to perform certain functionalities like sharing the content of the website on social media platforms, collect feedbacks, and other third-party features.
Performance
Performance cookies are used to understand and analyze the key performance indexes of the website which helps in delivering a better user experience for the visitors.
Analytics
Analytical cookies are used to understand how visitors interact with the website. These cookies help provide information on metrics the number of visitors, bounce rate, traffic source, etc.
Advertisement
Advertisement cookies are used to provide visitors with relevant ads and marketing campaigns. These cookies track visitors across websites and collect information to provide customized ads.
Others
Other uncategorized cookies are those that are being analyzed and have not been classified into a category as yet.
SAVE & ACCEPT