Saiful Islam
Forum Replies Created
-
Forum: Plugins
In reply to: [Product Table for WooCommerce] product not found with NEW VERSION!Issue solved. now you can update to new latest version V2.8.4
Forum: Plugins
In reply to: [Product Table for WooCommerce] Translateyes, you able to edit it by poedit.
Forum: Plugins
In reply to: [Product Table for WooCommerce] Filter – doesn’t show certain categoriesThanks a lot for confirmation.
Forum: Plugins
In reply to: [Product Table for WooCommerce] Timing for the productsUse third-party plugin support from Product table edit -> Conditions tab -> Third-party plugin support
Forum: Plugins
In reply to: [Product Table for WooCommerce] Translation ProblemHave u checked configuration tab and Configuration page. Plz check first.
Forum: Plugins
In reply to: [Product Table for WooCommerce] Filter – doesn’t show certain categoriesMaybe problem on slug of this cat/taxonomy. Can u try with name change. And in slug, use english.
Looking forward to hearing u.
ThanksForum: Plugins
In reply to: [Product Table for WooCommerce] Filter – doesn’t show certain categoriesFor your kind information, you r using Mini Filter. and mini filter works only for visible product.
Forum: Plugins
In reply to: [Product Table for WooCommerce] Filter – doesn’t show certain categoriesIncrease Product limit from post per page.
Product Table edit -> Condition Tab -> Posts per page .
Set an big number.
If need more help, contact with our support site.
ThanksForum: Plugins
In reply to: [Product Table for WooCommerce] change/hide flashing total priceAdd following CSS code to your customizer.
.wpt-footer-cart-wrapper > a:after { animation-name: none !important; }Forum: Plugins
In reply to: [Product Table for WooCommerce] Plugin not diusplaying anythingDear @donpro That issue is not our plugin. you obviously used any plugin, where may condition to show page content. Because our plugin has no this type message condition.
you can contact with our support site.
ThanksForum: Plugins
In reply to: [Product Table for WooCommerce] Does not add products to the tableDid u publish your product properly?
Properly queried?
Clear chach after create table & page of tabke
Check all firstIt should work if u can use properly. By the way, try with template overriding.
Details: https://github.com/codersaiful/woo-product-table/wiki/Overriding-item-templates-of-columns-via-a-themeStill if u have any question, u can ask me.
ThanksUse following filter.
<?php function codeastrology_wpto_out_of_stock_text( $add_to_cart_text_final, $settings, $column_settings, $table_ID, $product){ $StockQ = !$product->is_in_stock(); if( $StockQ ){ $add_to_cart_text_final = "Out of stock Massage"; } return $add_to_cart_text_final; } add_filter( 'wpto_add_to_cart_text', 'codeastrology_wpto_out_of_stock_text', 10, 5);Forum: Plugins
In reply to: [Product Table for WooCommerce] Strange behaviourDisable/Deactivate our recommended Quantity Plus Minus Button for WooCommerce plugin. Hope: your issue will be solve. Still you need more help, contact over our support site.
You able handle that from Configuration Page.
1. Notification
2. Footer CartDashboard -> Product Table -> Configuration
Thanks a lot
- This reply was modified 5 years, 5 months ago by Saiful Islam.