Andre Gagnon
Forum Replies Created
-
Great! Glad I could help.
Anything else, just let me know.
Hmmm… maybe try the !important attribute in case the defaults are already there:
sc-product-item-list {
–sc-product-title-text-color: #ffffff !important;
–sc-product-price-text-color: #ffffff !important;
}Let me know if that solves it for you.
Yup! You will want to look at the
surecart/purchase_createdaction:
https://developer.surecart.com/docs/purchase-actions-referenceadd_action(
'surecart/purchase_created',
function ( $purchase ) {
$wp_user = $purchase->getUser();
$existing = get_user_meta( $wp_user->ID, 'custom_increment', true );
update_user_meta( $wp_user->ID, 'custom_increment', $existing + 1 );
}
);This will increment when it is initially purchased. https://developer.surecart.com/docs/purchase-actions-reference
To do a renewal, you will want to usesurecart/subscription_renewed
https://developer.surecart.com/docs/subscription-actions-reference
Any other questions, let me know.Forum: Plugins
In reply to: [Presto Player] ID PRESTO PLAYER FOR GUTENBERGSince we haven’t heard back, I am going to assume this is resolved, but please let us know if you are still having issues. We’re happy to help!
Forum: Plugins
In reply to: [Presto Player] DeprecatedThanks for reporting! Looks like an issue in 8.2. We’ll get this fixed. In the meantime, I would suggest turning off debug mode on your WordPress installation if it’s a production website.
Thanks again!
Forum: Reviews
In reply to: [Presto Player] Not bad, but does not work on smart TVHi There,
Happy to clarify. To be clear, Presto Player works on some, but not all Smart TVs. For example, on the app “Browse Here”, available on Android TV, Presto Player works great.
However, some TV browsers use very old technology that would be a huge performance burden to support. We don’t want to ship polyfills for these browsers as it would slow down our player for other browsers. We don’t want to sacrifice our player performance as it is one of the reasons people choose Presto Player.
Additionally, the amount of users who use their Smart T.V.s to browse the web is just a tiny fraction of the users who view the web. Which makes sense, mainly due to the different user experience and primary use cases of Smart TVs. Because of this, we don’t intend to focus on Smart TV compatibility.
Please let me know if you have any followup questions, I’m happy to help.We are still considering this change. I can’t give you an exact timeline as we are finishing up some other promised features. We want to stick to our promises and make sure we deliver what we need to before prioritizing other efforts. I hope you understand. Your feature request is taken very seriously and the team and I will discuss it.
Yes! Depending on your setup, we may be able to help you with the migration. If you wanted to fill out this form we can get in contact.
https://surecart.com/migrate-to-surecart/
More docs here on the process:
Thank you for the solution @appeltaartje!
Hi There!
It’s not currently possible due to some complexities with relations (prices, variants, etc.) but it is on our roadmap.
Any other questions, let me know.
Thanks for reaching out. We have you create or sign into an account first since we offer a generous free tier. Perhaps we could improve this in the future, but this is how most SAAS companies provide their onboarding.
Yup! Stripe handles bank debits for subscriptions. We integrate with this payment method that Stripe offers:
Hi Gautam,
We don’t currently have a route to integrate custom payment gateways. Out of curiousity, which gateway are you looking to integrate?
Forum: Plugins
In reply to: [Presto Player] Improvement suggestions for scripts and assetsHi Karl,
First off, thank so much for your request. We’ll definitely have to take this into consideration. Secure CSPs post a challenge to web components in a library we use, so we will have to take that into account, too.
Any other questions or thoughts on this, please to let me know.
Hi There,
Thanks for reaching out! Do you have a link to the form so I can see what you are explaining? It’s hard to understand what is happening.