jfritsch
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
found a solution:
add_filter( 'woocommerce_subscriptions_product_price_string',function( $subscription_string, $product, $include ){
if (strpos($subscription_string, ' 1 ')) {
return substr_replace($subscription_string, ' style="display:none"', strpos($subscription_string, 'class="subscription-details"'), 0);
}
return $subscription_string;
},10,3);Forum: Plugins
In reply to: [VS Event List] Sorting Eventlist ASCPerfect service!
Thank You!!!
JoeForum: Plugins
In reply to: [VS Event List] Sorting Eventlist ASCThank you Guido, thats very helpful for me!
JoeForum: Plugins
In reply to: [VS Event List] Sorting Eventlist ASCHi,
thank you for replying!
My customer wants a short list of recent events in descending order on frontpage and a list of all events in ascending order on an extra page.
JoeForum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] one to many relationThank you Arkona, i will test the extension.
Regards
Joe
Viewing 5 replies - 1 through 5 (of 5 total)