Create the template you want to use, say wc-vp-table-rows.php, put it in your theme, and add the following to your functions.php:
add_filter(
'wcvendors_pro_table_display_rows_path',
fn() => locate_template( 'wc-vp-table-rows.php' )
);
locate_template() returns a complete path; it also searches in parent and child themes.
Related Posts:
- Show only geolocated user country into Woocommerce checkout country fields
- Reverse engineering of WooCommerce Storefront filters
- How to modify “[Product] has been added to your cart” in WooCommerce?
- WordPress codex: apply_filters – clarification on creating a new hook on the fly. How do we use it?
- Is there a Woocommerce hook that fires when applying a coupon but before checking if it’s valid?
- Filter on a custom product attribute in WooCommerce using meta_query or tax_query [closed]
- Rewriting Woocommerce Product Filters To URL Segments
- What is the action hook for an order that fails on frontend checkout in WooCommerce?
- woocommerce_get_price filter hook not working for product variation price
- Accessing parameters when adding filter
- Using a filter with multiple parameters and $this
- Remove add to cart icon/view product button woocommerce
- Separeting product from post in search result
- Woocommerce get billing state manually
- Redirect customer to login page (with other signup plugin) if user not logged in when proceeding to checkout
- Woocommerce: Complex query in pre_get_posts [closed]
- Pre filter woocommerce products to remove a certain category of products
- How to apply these filters
- How to add order status class to the body tag?
- Redirect no product url’s to static url
- What Hook/Action is performed when a field in checkout form is changed in WooCommerce
- How can I remove a WooCommerce Product Tab’s sub section in wp-admin?
- How do I create a filter to hide the One Click Accessibility plugin button in WordPress?
- manage_shop_order_posts_custom_column() hook is Not working In Functions.php file in my WordPress active theme
- Display custom product option in admin order details
- How to create a WooCommerce Product filter based on PHP foreach
- Woocommerce : Add name filed of checkout page to buyers wordpress display name
- Two Filter Issue [closed]
- apply_filter and add_filter conflict
- Woocommerce – Hide shipping at all, if only certain product or products with certain shipping class is in the cart
- Running JavaScript after using WooCommerce Filter Plugin
- Redirecting orders by company field
- Combine one action and one filter
- I’m getting error Ultimate WooCommerce Filters
- How to add woocommerce product price filter widget to other page
- How can i add product Accessories from front-end using custom php form?
- How to change lost password email text using custom plugin wordpress?
- Overriding Plugin function in your child theme
- Update / refresh mini cart, after custom AJAX add_to_cart event
- Filter orders in Admin area based on logged in user
- WooCommerce Tax Filter Not Working
- Add suffix to price html does not work
- woocommerce price filter not working when change currency
- With what hook do I remove WooCommerce existing Product Data Tab form fields?
- AffiliateWP not calculating multiple quantities when using affwp_calc_referral_amount filter
- Add second price option based on payment method at cart item price
- How to get the attributes based on dependency in woocommerce?
- Reposition variation stock message
- Add custom ID to WooCommerce product tab
- Are there any hook or filter when refund is done through admin -woocommerce
- How to change or add Woocommerce thank you page URL key content?
- Menu not show woocommerce product category
- Orders being sent to wrong admin email in WooCommerce [closed]
- WooCommerce: add different order item meta for each item in order
- What is the right hook to use in WooCommerce for handling the post of the sale price?
- Woocommerce Multisite Search Mod to archive.php but no pagination
- Extend Woocommerce rest api routes fails
- Remove action on product archive page [closed]
- Add Additional “Checkout” button next to “Add to cart” button in woocommerce product page
- WooCommerce showing star rating review instead of text review string
- Woocommerce: Remove variant options from admin new order email
- get deepest Woocommerce Product Category on Archivepage
- how to add custom button on product
- Custom Redirect after registration in WooCommerce
- How to get all products from an order including variations via SQL query?
- Woocommerce change tax rate programmaticly
- Wrong product thumbnail size
- Run function on “Place Order” [closed]
- Get the cart details from the order id in woocommerce?
- Sort orders by custom order meta – Woocommerce Orders admin page
- Woocommerce Customs Endpoint
- Woocommerce add payment method outside of checkout and my account
- Changing the Woocommerce breadcrumb menu [closed]
- Set a custom field to all orders
- Force User Registration before visitng Checkout Page
- Complex price options. Am I stuck with 180 variations?
- Position image widget in mega menu
- short description in shop page after title
- Allow WooCommerce existing customers to checkout without being logged in [closed]
- What will make Woocommerce REST API to issue 401 [closed]
- Woocommerce set cookie after a sale [closed]
- How to check current user before all actions and filters?
- How to upload images from wordpress front-end (the first image must be thumbnail and the rest without first must be in gallery woocommerce product)
- WooCommerce Cart URL bug
- WP_Error on attribute + term insert
- change woocommerce product statut (draft ->publish // publish->draft) depends on the month [closed]
- How to add taxonomy term under the thumbnail on woocommerce product page
- How to overwrite price html in woocommerce single product page
- the_widget() – filter only one instance
- WooCommerce – Exclude category from snippet
- woocommerce breadcrumbs in theme [closed]
- Link to Shop-Filter with .current-menu-item
- Convert WordPress Woocomerce product to WordPress post
- Problems using WooCommerce & Qstomizer
- Remove Ok Button when popup message
- WooCommerce Pruduct and Category Grid costumization [closed]
- how to get the current page endpoint
- Football kit management system in WordPress
- To many WooCommmerce related transients in WordPress options table
- Display List of Products With Missing Attribute?