gwallpm
Forum Replies Created
-
Hi,
thank you for your answer.but a product can only be assigned to one store (different stores do not sell the same products).
This is why the store code is stored directly in the product (with ACF).
Is there a way to do it?
Hello @wclovers
Can we have the futur features ?
Lot of people are waiting for their problems. In my case Stripe split paiement SCA.
Thank you
Hello @wclovers
Can we have news about this topic ?
The 31 december we will have a problem without update
Or can we have a solution to fixe our problem ?
Thank you in advance
Hello,
I had the same probleme.
You can add this snippet in your function.php for “orderby=random” to work :
add_action( ‘pre_user_query’, ‘orderby_random’ ); function orderby_random( $query ) { if( ‘rand’ == $query->query_vars[‘orderby’] ) $query->query_orderby = str_replace( ‘user_login’, ‘RAND()’, $query->query_orderby ); return $query; }
Have a good day
??
Thank you @wclovers.
Because Stripe contact us yesterday, and without update, we cant continue to use split paiment without lot of invalid paiements from 31/12/20.
Have a good day
@alexandalog We have the same answer about Stripe split paiement and 3D secure/SCA by Stripe.
@gloqon is right, There is no option with the split payment
I need it too ??
Stripe contact us to procede the update.
Do you have an idea to improve this ?
Thank you