antonsv
Forum Replies Created
-
Forum: Plugins
In reply to: [YITH WooCommerce Affiliates] How to add new fields to the registration form?Hi, I was able to add extra fields into registration form, but how can I display it in affiliate list under wordpress dashboard > YITH > Affiliates?
For example to show my custom field instead of payment email?
Forum: Plugins
In reply to: [YITH WooCommerce Affiliates] Check if user is affiliateCan you share the solution please?
Forum: Plugins
In reply to: [WP REST User] User MetaGot the same problem, and found easy solution modifying plugin code.
On your hosting:
1. Go to /home/<YOUR-DOMAIN.COM>/wp-content/plugins/wp-rest-user/public and open in editor class-wp-rest-user-public.php2. Find line (should be line 144):
$response[‘message’] = __(“User ‘” . $username . “‘ Registration was Successful”, “wp-rest-user”);3. Add following line after to get user id:
$response[‘id’] = $user_id;
After it, your JSON responce will look like this:
{
“code”: 200,
“message”: “User ‘John_tttt’ Registration was Successful”,
“id”: 91
}- This reply was modified 5 years ago by antonsv.
Forum: Plugins
In reply to: [Advanced AJAX Product Filters] Filters not shown on some category pagesOh, sorry. Just updated to the latest on, btw have same issue.
Filters shown for rings prod.cat, but not shown for earings prod.cat.Forum: Plugins
In reply to: [Advanced AJAX Product Filters] Filters not shown on some category pagesI just installed it 2 days ago, v.1.3.3
Forum: Plugins
In reply to: [Advanced AJAX Product Filters] Filters not shown on some category pagesHi, thanks for quick reply!
Heres price filter settings:
https://drive.google.com/open?id=1Lx2zIqLVUp-z3IrWcK8oY_muF9AO4L7v
https://drive.google.com/open?id=1iZRaQPhQ6JYyiGG1keS5mfPttyMOVQa_Yes, I’m using default Woocommerce Shop page with a product list. Filters added with a shortcode to a widget of right side bar. Right side bar moved to the top of the list with additional CSS.