janfeng
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Need Help : WooCommerce Sort by sales@terrytsang Hi , is work now . but have some problem:
It will show no discount products 🙁
Should be only display only All discount products
Forum: Plugins
In reply to: [WooCommerce] Need Help : WooCommerce Sort by sales@terrytsang Thank you , but display ‘none’ 🙁
Forum: Plugins
In reply to: [WooCommerce] Need Help : WooCommerce Sort by sales@terrytsang Hi ,yes , ‘Random’ is work . but i want ‘sales’ 🙁
Forum: Plugins
In reply to: [WooCommerce] Need Help : WooCommerce Sort by salesi found the other :https://v4.datafeedr.com/documentation/348
but not work too T_T……….
Forum: Plugins
In reply to: [WooCommerce] Need Help : WooCommerce Sort by salesand i found this ,but not work ,why? :
https://wordpress.org/support/topic/woocommerce-product-sorting?replies=3@dtbaker good job!! i check your site , how to add notes ? check http://sleekupload.com/uploads/5/notice.png
I can provide Chinese language
i want too. keep going. good job . move quick
Forum: Themes and Templates
In reply to: [Expound] Changing the css for Smartphone viewthank you , i mean background-image size is too big .dont want download for phone . how to remove it in phone only.
Forum: Themes and Templates
In reply to: [Expound] Changing the css for Smartphone viewhow to remove the background-image on phone ? but in pc not remove.
Forum: Plugins
In reply to: [WooCommerce] How to remove WooCommerce " sku_wrapper"/**
* Remove “SKU” from product details page.
*/
add_filter( ‘wc_product_sku_enabled’, ‘mycode_remove_sku_from_product_page’ );
function mycode_remove_sku_from_product_page( $boolean ) {
if ( is_single() ) {
$boolean = false;
}
return $boolean;
}Forum: Themes and Templates
In reply to: [Expound] Changing the css for Smartphone viewi want too
Forum: Plugins
In reply to: [WooCommerce] How to hide SKU and Category in product page .i mean i can do this(css) :
class=”sku_wrapper” style=”display:none”
class=”posted_in” style=”display:none”but i want to use add_filter or add_action
Forum: Plugins
In reply to: [WooCommerce] This Code not work ,Why ??oh ,is $_GET[‘max_price’] .