Bartek
Forum Replies Created
-
Hi!
I understand. Is there anything that our plugin can do to better support the Easy Payment plugin? Can you provide any suggestions as where to find the involved validation or some steps that are taken during the block rendering that prevent checkout from displaying the widget? I think this is related to some JavaScript code, but I am not sure where to look at. Moreover, if this is for block compiled JS, I unfortunately do not have access to the source.
Any help will be appreciated, while we try to improve WCS compatibility and patch it on our side.
Forum: Plugins
In reply to: [Flexible Subscriptions] Subscription not being createdHi @evo252
I am sorry to hear that the plugin doesn’t work for you. Could you disclose something more about getting the error? Additionally, please attach logs from Flexible Subscriptions. You can find them in WooCommerce -> Status -> Logs. This will help us identify the original error.
As to your description @mikelegend, what do you mean by Test Mode and Processing status? Flexible Subscriptions does not have Test Mode. Moreover, the only valid subscriptions statuses are On Hold, Active, Pending Cancellation, Cancelled and Expired, there is no such thing as Processing status for the subscription.
Forum: Plugins
In reply to: [Flexible Subscriptions] does any number add to the total amount???Hi @halogen11
We initially fixed it on Flexible Subscriptions 1.3.0-beta.1. Please, download this version and confirm if it fixes the issue for you.
https://downloads.wp.xz.cn/plugin/flexible-subscriptions.1.3.0-beta.1.zip
Forum: Plugins
In reply to: [Flexible Subscriptions] 122 322 added to order_totalsWe initially fixed it on Flexible Subscriptions 1.3.0-beta.1. Please, download this version and confirm if it fixes the issue for you.
https://downloads.wp.xz.cn/plugin/flexible-subscriptions.1.3.0-beta.1.zip
Hi @slm0n
I’d like to inform you that we took care of the issue in recent Flexible Subscriptions 1.2.2 release.
I’d be glad, if you could confirm the problem is solved!
Best regards
Forum: Plugins
In reply to: [ShopMagic - email automation] How to disable all cron jobs from Shopmagic ?Hi @ultramega,
It isn’t possible to disable cron/action scheduler jobs from ShopMagic per se, but you can disable executors (actions) from running. I hope this is enough to debug the potential issue.
For actions which are yet to be added to queue, i.e. new automations, triggered by customer, you can deny ShopMagic from adding an action to the queue with snippet:
add_filter('shopmagic/core/automation/should_execute_action', '__return_false');For any actions which are already in queue and are waiting for execution, you can force stop execution with throwing an exception:
add_action( 'shopmagic/core/action/before_execution', function () { throw new \RuntimeExecption("Forcefully stopped"); } )Best regards,
BartekForum: Plugins
In reply to: [ShopMagic - email automation] Billing phone placeholderHi @tomasbud
I just wanted to mention that with ShopMagic 4.2.0 release we’ve added
order.billing_phoneandorder.shipping_phoneplaceholders.Forum: Plugins
In reply to: [ShopMagic - email automation] Fatal error after switching to PHP 8.1Hi @devbd
This seems tricky, as we are testing ShopMagic ourselves at PHP 8.1 and everything works fine. Do you by any chance update your plugin through FTP server?
I noticed, you have added underscore after plugin slug in directory
shopmagic-for-woocommerce_. From the top of my head, I’ve got two possible diagnostics:- Please, make sure there’s only one ShopMagic installed in your website. Sometimes it may happen that plugin installation results in another plugin instance (i.e.
shopmagic-for-woocommerce-1) instead of clean update - If you are updating your plugin through FTP, I recommend deleting the plugin completely and install it anew, as there may be stranded files from previous versions which may affect the current installation.
- Changing PHP version on server is one thing, but it usually doesn’t flush any cache, which may be set it various places (cache plugins, database, server settings). Cache may serve your website with stale code (yes, even PHP code can be cached, it’s frequently due to opcache settings), and this may be temporary, but effectively leaving you with a website down for a few minutes.
If none of the above help, I’d still recommend performing a clean installation of the plugin, directly downloading the newest release from WordPress download page. Otherwise, I need you to post screenshots with content of a few files to manually verify integrity:
- src/Workflow/Extensions/ExtensionsSet.php, line 111-117
- src/Workflow/Extensions/Builtin/WooCommerceExtension.php, line 61-118
Best regards,
BartekWygląda na to, że zapytania wysyłane przez ShopMagic są blokowane przez serwer. Niektóre serwery blokują zapytania
PUT,DELETE, w granicznych przypadkach takżePOST. W takim przypadku najlepiej byłoby się skontaktować z hostingiem i dopytać o to, czy faktycznie takie zapytania są blokowane, a jeśli tak, poprosić o dodanie punktów z adresu zaczynającego się odwp-json/shopmagic/do whitelisty, żeby wtyczka działała poprawnie.Mogłem delikatnie namieszać w załączonym wideo — w lewym górnym rogu narzędzi developerskich ikona po lewej stronie musi się świecić na czerwono, inaczej działania na stronie nie są rejestrowane.
Czy możesz powtórzyć test, upewniając się, że zapytania są rejestrowane i pojawiają się w tabeli?
Pozdrawiam,
BartekHej @sklepmakaszka
Taki problem może pojawić się, kiedy na stronie występuje jakiś błąd, często powodowany konfliktem z innymi wtyczkami. Muszę Cię poprosić o pomoc w debugowaniu tego komunikatu, żeby pomóc najlepiej, jak potrafię.
Kiedy otworzysz automatyzację, otwórz proszę w przeglądarce narzędzia developerskie (zwykle pod przyciskiem F12). Przejdź do zakładki “Sieć” (Network), wyczyść wszystkie elementy. Spróbuj zapisać automatyzację i znajdź pierwszy element z listy o tytule “automations”. Kliknij w niego i otwórz zakładkę “Podgląd” i “Odpowiedź”. Załącz w tym wątku zrzuty ekranu z obu tych zakładek — wtedy powinienem być w stanie określić, co spowodowało błąd i zaproponować jakieś rozwiązanie.
Nagrałem też krótkie wideo, gdzie pokazuję jak wykonać powyższe czynności. Uważaj, dostęp do niego wygaśnie 06.07.23.
Wideo instruktażowe: https://streamable.com/gn2rw6
Pozdrawiam,
BartekForum: Plugins
In reply to: [ShopMagic - email automation] Unable to delete guestsHi @teszilla
As of ShopMagic 4.0.2 you are again able to delete guests from admin view. Feel free to update.
Best regards,
BartekForum: Plugins
In reply to: [ShopMagic - email automation] Loading next page of atomations frozenHi @yoschims
I just wanted to mention that we’ve updated ShopMagic, and from now on it should work correctly with plain permalink support.
Best regards,
BartekForum: Plugins
In reply to: [ShopMagic - email automation] Fatal error after activationHi @lisastrauss
There might be some plugin incompatibilities, but those were fixed in today’s update to ShopMagic 4.0. Please, upgrade the plugin and confirm whether the bug is gone.
Best regards,
BartekForum: Plugins
In reply to: [ShopMagic - email automation] Error establishing a database connectionHi @debbyroar
We’ve just updated ShopMagic. Could you please check if the issue persists with the newest version?
- Please, make sure there’s only one ShopMagic installed in your website. Sometimes it may happen that plugin installation results in another plugin instance (i.e.