bing4
Forum Replies Created
-
There is no high performance order storage in Woocommerce version 7.9.0.
Ok, Can I send you the WooCommerce status report via E-mail privately ?
Yes, it looks like style 6. Only digits, without progress bar. I.e. https://prnt.sc/dXdBnJ3dzM34
Yes, the progress bar stays at $0 forever.
Hello, @worldweb
I
m very happy to know that youve made this more secure! It
s a plus to your karma)).Can you show the way how to add the shortcode for the checking balance form on any page, without checkout?
There shoul be the possibility for Any user/guest to check balance via voucher code and check form (ajax)[shortcode]. Smth like this https://prnt.sc/Re3XkKyegjQg
And to redeem this voucher it shoud be additional field for security PIN (as you`ve already made!).
Also, is there a way to add some funds for the existed voucher ? (like https://www.pimwick.com/gift-cards/)
Also it shows nothing when I try to simply use 2 forms on 1 page
[wcdp_donation_form id=”2430″]
[wcdp_donation_form id=”2469″]
Also it might be useful to know :
wc-status shows : Daily Cron:?Not scheduled
But I`ve made */4 minutes ***** for Cron via CPanel. And it works.
Woocommerce version 7.9.0, because of some custom code configurations.
Checkout works fine, but only progressbar has no activities.
))Yes, you are absolutely right. Thank you for fast support.
Ok, how can we change the sound only for an incoming message ?
Now I use
[better_messages_live_chat_button type=”button” text=”Chat” user_id=”1″]
[better_messages]
on the same page, but it redirects to /chat page. How to chat on the same page via button?
In docs there is only info for button and widget. But no info how to start coversation with particular user staying on the same page, without redirection to /chat page.
So, my question is about how to initiate the chat with user_id= staying on the same page without redirection to /chat page?
Forum: Plugins
In reply to: [Save as Image Plugin by Pdfcrowd] Use plugin like screenshotmaker via CronHello.
>>If you need any help with the implementation, feel free to ask.
Can you, please, give an example of how to do smth like browsershots to create and post screenshots for https://example.com/#div using shortcodes every 1 minute? And clean screenshots older than X days from the media folder.
Also Is it possible to specify the Google Drive folder as storage if we use the G Drive Integration plugin? This may be more useful than the Browsershots plugin because it can only take 1 screenshot per day. It has a very limited time to receive relevant data
Hello.
I see you have added check balance form. Is it possible to use it via shortcode on any page ?
Also does your plugin provide Pin code (protection code) for redemption ? So I can check balance by 1 code and to redeem via pair : code + protection (pin) code ?
Maybe you can add email notifications about new unread messages and their contents? Because if I’m not on the site for a while, I still won’t be able to receive notifications about new messages, right?
Thank you for advice, but after pasting this code
add_action( ‘better_messages_message_sent’, ‘on_message_sent’, 10, 1 );
function on_message_sent( $message ){
// Sender ID
$user_id = (int) $message->sender_id;
// Recipients User IDs
$recipients = (array) $message->recipients;
// Conversation ID
$thread_id = $message->thread_id;
// Message ID
$message_id = $message->id;
// Message Content
$content = $message->message;
}to functions.php of my theme there was no e-mail messages. May be it was delayed ? Or need more configurations ?
Forum: Plugins
In reply to: [WP Links Page] ScreenshotsGreat, to know that it works.
How can we add shortcode for only 1 url ?
And can we set url only for screenshot and use page of own site as a link ?