qfurs
Forum Replies Created
-
I have already started working with posts, so I don’t have time to import posts again.
I have transferred all posts to the “Pending Review” status. And they are all loaded in the calendar along with drafts.
I have started using another similar plugin. And it doesn’t freeze and you can disable the display of posts with the “Pending Review” status. Now when working with posts, I transfer them to “drafts” and then distribute them across the calendar.
I deleted and reinstalled the plugin. Yes, now unpublished posts have moved to the right column “Unplanned” as it should be.
But the problem with the page freezing remains. When going to the Calendar page in the admin panel, the page freezes. It seems that the reason is that there are more than 1500 unplanned posts and due to the large amount of data, the freezing occurs.
Forum: Plugins
In reply to: [NextScripts: Social Networks Auto-Poster] SNAP Not posting to VKI talked to VKontakte technical support and was able to set it up.
1 – You need to create an application in the new service https://id.vk.com/about/business/go
2 – Specify as Trusted Redirect URL https://oauth.vk.com/blank.html
3 – Confirm the developer’s data so that access can be managed.
4 – After moderating the data, it will be possible to enable access. You need to enable the following accesses: Wall, Photos, Wiki pages https://i.imgur.com/Q9wo0fc.png
5 – On the website, update the token in the plugin settings.- This reply was modified 2 years ago by qfurs.
Forum: Plugins
In reply to: [NextScripts: Social Networks Auto-Poster] SNAP Not posting to VKIn VK you now need to register the application here https://id.vk.com/about/business/go
You will need to set up access and send it for moderation. You also need to confirm information about the developer and provide passport information.Forum: Plugins
In reply to: [Stock Locations for WooCommerce] Don’t update stock after successful orderBecause this problem was not obvious to me. My stock quantity was not updated and I saw in the support topics that I need to use Cron to update. Therefore, when Kron did not work, he turned here.
Forum: Plugins
In reply to: [Stock Locations for WooCommerce] Don’t update stock after successful orderThanks again for your help.
By the way, I removed the Cron task and stocks are updated on the product page after ordering.Forum: Plugins
In reply to: [Stock Locations for WooCommerce] Don’t update stock after successful orderThank you. Should automatic stock allocation be enabled in all stock locationы or is it sufficient in one?
Forum: Plugins
In reply to: [Stock Locations for WooCommerce] Don’t update stock after successful orderIn Cron, I choose 41 because I only have 41 products and I want to make sure that this is updated.
It seems the problem is different.
I place an order for 2 products. I go to orders in the administrative panel and see that in the selected stock location field there is 0. So I understand that this should not be the case. Because if I manually change this quantity and update the order, the stock will be updated on the product page.
Here is an example of an order https://i.imgur.com/tGc1iC8.png
Need to enable something in the plugin settings?
Forum: Plugins
In reply to: [Stock Locations for WooCommerce] Don’t update stock after successful orderI added a cron job and it didn’t work.
wget -O – -q -t 1 https://test-two.xtorik.ru/?slw-crons&action=update-stock&limit=41&reconsider=hourI tried to disable the Stock Location plugin and check the stock operation – everything works as it should, I placed an order and the stock changed. If I turn on the Stock Location plugin, nothing happens.
Forum: Plugins
In reply to: [Stock Locations for WooCommerce] Don’t update stock after successful orderIt turns out that you can’t update manually?
Forum: Plugins
In reply to: [Stock Locations for WooCommerce] Don’t update stock after successful orderI replaced the minute with an hour and nothing changed. Or do I have to wait 1 hour for the inventory quantity to update?
I’m developing some additions that relate to the amount of leftovers in stock. For tests, waiting 1 hour each time is a very long time.
Is it possible to update stocks immediately after placing an order?I understood you. If I can solve the problem, I will share it.
I would be grateful if you could tell me what functions and hooks of the plugin can be used.
I solved the issue by increasing the Cookie Expiration value to 6 hours (instead of 1 hour)
Forum: Plugins
In reply to: [Checkout Field Editor (Checkout Manager) for WooCommerce] HTML link in labelThanks for the advice. Yes, if disabling the checkbox “Display in Order Detail Pages” inside the Basic Info tab of the field, then my field is not displayed. I already did that. In my case it can be done like this.
But, what if there is still a need to display a field in the Order Detail Pages that contains links, is there a way to do this correctly?