Alexey Svidentsov
Forum Replies Created
-
@anastas10s What logs data i need to pass here? I don’t want to share any sensetive data that can cause any security risks.
@rajeshml Customers already contacted with bank and there no any of isses from their side.
Also this card can be freely used in Square directly, but it was declined in WC. After three failures, our support processed the payment through Square virtual terminal and it worked first time with no issues.
Turned out it was happening because of low payment token limit number set in your plugin (hook –
woocommerce_get_customer_payment_tokens_limit
). And since this number was low – tokens that was stored in square (if number of square tokens exceededwoocommerce_get_customer_payment_tokens_limit
) its duplicated same tokens over and over- This reply was modified 9 months, 4 weeks ago by Alexey Svidentsov.
Hey @carolm29
Oh, sure, I didn’t noticed there is expiration dropdown
Here you go – https://paste.mozilla.org/dJdPtf4q
May I ask where did you see these errors?
In the wc suqare logs
I’m not sure if CC tokens can be shared, so I’ve just hide part of that. On the screenshot you can see latest portion of added tokens – https://app.screencast.com/jWqRmw2fiuWYT
Report (note: i’ve removed all mentions of project name/url): https://paste.mozilla.org/niTDGWSr
If you have not already done this, could you enable the logging?
Logging already enabled. Are you referring to any specific items I should look for?
Forum: Plugins
In reply to: [USPS Shipping for WooCommerce - Live Rates] Required APIsHey @grola, @tograczyk
I’ve just installed this plugin and it asks for permissions. I’ve contacted with USPS to enable it.
But they have replied that message to me:
We are planning on retiring?Web?Tools?in 2024 and are?only?approving Web?Tools?API access on a?limited?basis.?Please use the new USPS API platform
So looks like WebTools is deprecated and and will be closed soon. Instead support recommend to use new API
To sign up as a new USPS API customer, please go to?https://developer.usps.com/?and follow the Getting Started instructions. Once Signed in, the APIs should be self-service and there is also a contact email (in the?Getting?Started?Instructions and API Catalog) to the team that manages those APIs if you need any further assistance.
To solve this issue save settings with “Lens Opacity” option greater then 0. Then return to 0 and save again.
- This reply was modified 4 years, 9 months ago by Alexey Svidentsov.
Figured out.
Need to add all caps manually to admin at first, and then control in via aam.
$role = get_role('administrator'); $role->add_cap($cap);
Isn’t there a way to get all not assigned caps dynamically? For example:get_post_type_capabilities()
- This reply was modified 5 years, 6 months ago by Alexey Svidentsov.
Forum: Plugins
In reply to: [WordPress Infinite Scroll - Ajax Load More] get_template_part SupportThanks for quick reply.
Indeed, issue was in my template, thank you very much. Sorry for miss topic ??- This reply was modified 7 years, 5 months ago by Alexey Svidentsov.
Forum: Plugins
In reply to: [WP Native Dashboard] Plugin broken with WordPress 4.1.1Same, hope fix will come soon!
Same ??
Hello. I have same error, but only on mac book in Chrome browser. All browsers in Windows works fine, Mac OS in Safari, FF works ok, but Mac OS with Chrome shows this error : Error: Syntax error, unrecognized expression: Error, could not verify WP nonce.
And no, any cache plugins not installed.
Any idea?Forum: Plugins
In reply to: [WordPress Infinite Scroll - Ajax Load More] Reassign post data didnt workYeah, thanks, it works perfectly!!!
Forum: Plugins
In reply to: [WordPress Infinite Scroll - Ajax Load More] Reassign post data didnt workOk, thanks for the answer, now i can redefine global post with inside post object, but i have another problem: i cant reset “sub” post.
After redefine original story post with author data<?php $story_author = get_field( 'story_author' ); $post = $story_author; setup_postdata( $post );?>
and reset it with wp_reset_postdata, $post are still have the author data and not original post.
Any idea please?I think i have same problem.
I have custom post type, and a few custom categories in. And yes they are displayed in Advanced tab of WooSidebars, but there shows only categories name and no checkbox “All posts in ‘Category'” as it in standard posts do.
https://i.imgur.com/loJQj6O.pngadd_post_type_support( ‘product’, ‘woosidebars’ );
added in function.php.Can You help please?