ionut.calara
Forum Replies Created
-
Hi @zsoca, can you please make sure that you are using the app key and public key as shown in this screenshot here: https://paylike.io/img/plugin-steps/fashion-outlet-paylike-create-account.jpg
Thank you,
IonutHi @cliffpaulick, you can change the capability required to see the page. If you want only admins to see the token, you can use this:
<?php add_filter( 'stockpack_settings_capability', 'stockpack_settings' ); function stockpack_settings( $capability ) { return 'activate_plugins'; }
I will close the ticket but feel free to reopen it if you have additional questions.
Thank you,
IonutForum: Plugins
In reply to: [WooCommerce Paylike Payment Gateway] multi currencyHi @mooidesign, there’s 2 filters that can be used to change the keys being used for a different currency. This depends on what you are using as a currency switcher, and you need to be able to write code for the website, but it is possible. You can find an example here: https://github.com/paylike/plugin-woocommerce#change-account-keys-based-on-currency
If you have any other questions, feel free to ask, I will close the ticket for now, but please reopen if you need to.
Thank you,
IonutI am closing the ticket since I couldn’t replicate the issue, but feel free to reopen if you can provide the screenshot of the bug.
Thank you
IonutHi @mayurj, at this time stockpack doesn’t support freepik. We might support it in the future, but it’s not part of any immediate plans, so I’m afraid I can’t provide a timeline.
I am closing this ticket, but feel free to reopen if you have any other questions.
Thank you,
Ionut- This reply was modified 2 years, 12 months ago by ionut.calara.
Hi @tbgergo, this is quite likely related to let’s encrypt expiration. There’s 2 parts to the payment. The first one is when the popup creates the transaction id, and that’s what you probably see in the dashboard. That happens directly between the payee and the Paylike server.
The second part is when the transaction is linked to your server and validated. That’s when a call is made from you to Paylike. Due to this certificate expiring: https://letsencrypt.org/docs/dst-root-ca-x3-expiration-september-2021/ you might encounter issues.Could you try to upgrade openSSL to more than 1.1.0 and let me know if the issue persists?
Thank you,
IonutForum: Plugins
In reply to: [WooCommerce Paylike Payment Gateway] Custom text for checkout submit buttonHi @petog, you can use loco translate to translate the new string. The reason this is different is that the payment module intervenes in a way that the button is showing up the popup first and then actually moving forward. The text is to help make the distinction.
You can use this plugin to translate that string, and everything else in the module: https://www.ads-software.com/plugins/loco-translate/
I will close the ticket, but feel free to reopen if you are still not able to translate it.
Thank you,
IonutHi @archertc, thank you for the report, could you please send me a screenshot of the issue, and also the WordPress version that you are using?
If possible could you share the array from the debug tab on stockpack options page?
Thank you,
IonutHi @itmesteren, in order to select the default provider, you will need to log into stockpack.co/providers and click the select button near the provider you want to be marked as default.
https://share.getcloudapp.com/6quYkWLk
I am closing this ticket for now, but feel free to reopen if you have any other questions.
Thank you,
IonutOk, thank you for the update.
Hi @prowhiz, thank you for the update, I did try in a Brave browser and it worked for me, but I do not use the Brave browser regularly, so I am not sure if there’s something else that I should set up to replicate your issue. If this is still bugging you please reach out via stockpack.co/contact so we can see if we can sort things out.
Thank you,
IonutHi @argosmedia, I was on vacation, sorry for the late reply. I do agree that the pricing is not great as is, and it doesn’t satisfy everyone’s needs. I think the credit option is something we are definitely considering, but the plugin is still small for now, so changes like that are going to take time to be released as we’re not able to invest a lot of time into adding new things until the plugin grows a little more. Just note that if you create an account you have 50 hourly requests, and that means around 2000 photos you can look at. I think at this time your understanding is that there’s one request per image, but the request is per page of images, which typically is 40 images.
Please reach out via the contact form on stockpack.co/contact, so we can discuss the situation and see if we would be able to get to a middle ground.
Thank you,
IonutHi @argosmedia, thank you for the honest review.
I agree that searching for a decent photo might take you more than browsing through 2000 photos. However, the limit is currently based on our server cost. We didn’t adjust it yet as the usage is 99.9%+ done by free users and the ratio between search requests and download requests is 6:1 (https://share.getcloudapp.com/v1uYgmbo).
To do the math there, it means that the average users are able to download 8 images per hour using the free version.
As I said above, I do really think that selecting the right images might take a lot more requests, and that’s why we also have premium plans for users where they need high quality. This is in line with other services like image optimization plugins, where’s there’s also a limit on the number of images that can be optimized for free when there’s an external server being used.I do not think going into the discussion of development and cost would change your mind here, so I am not going to do that, but please do keep in mind that this plugin needs a server that we are paying for even for those free requests. We can’t eliminate that cost even if we would offer the code we wrote for free because that is needed to properly respect the terms of services of the providers.
So I just wanted to put things into perspective, you provided an opinion based on the costs and how usable the service is in the free version, so I wanted to share data so you can better understand what is the actual usage, and our costs.
Thank you,
IonutThank you for the kind words @jthouse27
Hi @cliffpaulick, I have released an update that fixes this issue.
Let me know if you have any other issues.
I am closing this issue, but feel free to reopen.