jemowortd
Forum Replies Created
-
Forum: Plugins
In reply to: [Woo Credits] Display “FREE” instead “0 crédits” when cost is “zero”perhaps:
<?php> /** * Display "FREE" instead of $0 if the item is free. * * @param string $price The current price label. * @param object $product The product object. * @return string */ function free_price_override( $price, $product ) { if ( empty( $product->get_price() ) ) { /* * Replace the word "Free" with whatever text you would like. Also * remember to update the textdomain for translation if required. */ $price = __( 'FREE', 'mwdcp' ); } return $price; } add_filter( 'woocommerce_get_price_html', 'free_price_override', 100, 2 ); </php>
? what do you think? (don’t know if this is the good textdomain… Perhaps _credit_amount?
Forum: Plugins
In reply to: [Wallet for WooCommerce] Change wallet values?
Forum: Plugins
In reply to: [Wallet for WooCommerce] Change wallet valuesHi
Is the question is about Woo Credit system to include with Wallet ?
I need this too… if you can help…
‘:)I just want to précise that I want to use 2FA for all members of the website (and not only admin).
Hi Robertabela,
Thanks for reply.
I have update it. But the problems seems to persist.
But I m thinking about the fact that there is 2 Login form: one for the wordpress and one for woocommerce…
Perhaps it is the problem?I don’t know if the plugin is compatible with woocommerce?
I have the website in maintenance mode so I have trying to désactive it for showing but it don’t change anything.
I use ??hide my Login?? too but I don’t think it is in cause.
Is it possible to have the field about 2FA on the same form of login form? (Add a shortcode or retake the same name and transfert the $var of the field ??name?? and ??password???
I don’t know…
It seems that the plugin don’t take the information / or keep it in memory when I past the 2FA code… it always said that the 2 field from the login form are empty but it is not the case…
I don’t have tried with the form from woocommerce so I’ll test it and I tell you if it change anything…
I’ll reply to you in short time ??
Forum: Developing with WordPress
In reply to: Hack function for “post” to “post AND product”Okay thanks for intervention. I will try with this.
Thanks ??
Forum: Developing with WordPress
In reply to: Hack function for “post” to “post AND product”I attempt to change/modify ligne as an example :
if( ! isset( $boombox_trending_query[ $type ] ) ) { $post_type = 'post' && 'product';
but don’t work…
Forum: Plugins
In reply to: [Woo Credits] How change category name for creditok i find lol
- This reply was modified 6 years ago by jemowortd.
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] 404 error page alwaysHi
Thanks for reply
So I trying to explain :
1 / install and config is okay
2/ Permalink is on “%postname% and save. okay. it’s working fine.
3/ after a short time, when I try too access to page Adverts (create, manage, listing), I show a “404 not found page”
4/ i re-go to permalink and re-registered the permalink without change. I apply. All work fine now.
5/ a short time passed. It is the same : I can’t access Adverts page I have always a new “404 not found” and so I must re-save permalink for see pages adverts.This change make itself (I don’t do anything), just lost “permalink” only for this plugin.
I have see that the Adverts plugin don’t work with Backberry Site builder ?
(i see the code of barberry and not the result of construct and I don’t know why…), I post here 2 screenshot :1/ the 404 not found page (that can’t help you I think)
2/ the result after trying using Visual composer for create Ads..
oooops I can’t attach screenshot lolThanks for help because I am lost and I don’t understand why I have this problem…