Forum Replies Created
-
AuthorPosts
-
Admin
KeymasterWhen you put the image there then the other title goes below the image and it looks fine with that.
I agree that without the image looks a little odd. You can use a simple CSS tweak to hide the title there. The following page has an example for it:
Admin
KeymasterThe post date and author comes from your theme. Does you theme allow you to customize that on a custom post type post?
The thumbnail width you can customize using CSS tweak. I have added a sample example here:
Admin
KeymasterThis should be resolved now.
Admin
KeymasterDo you see the transaction showing up in the orders menu of the plugin? Do you get this error in the email every time you do a transaction?
Admin
KeymasterWe will work on the post payment actions addon and update that soon.
Admin
KeymasterThis feature has been added to the Stripe plugin in the latest update.
Admin
KeymasterThis should be fixed now.
Admin
KeymasterYes, mixing up the live and test plans will trigger an error.
Admin
KeymasterI would need to know what you did for the error to show up so I can investigate it.
It is likely you clicked a buy now button and then hit the back button of the browser before the transaction could complete. Then clicked on the buy button again. The page needs to be re-loaded so a new fresh token is generated.
Admin
KeymasterThe $20 one off payment needs to be handled separately. You can create a normal product that they can use to pay that money. Then they can subscribe.
Admin
KeymasterIf a card expires or a new card is issued, stripe works with the financial institution to automatically update that card in their system. Once a subscription payment is setup, you shouldn’t have to do anything about it. If it completely fails, Stripe will notify you (the site admin).
Admin
KeymasterWe don’t have the HTML email option at the moment. We will add an option for this in the plugin.
Admin
KeymasterWhat specific behavior of it is not working? Did you make any modifications to your site couple of days ago when this happened?
Admin
KeymasterThe subscription plan is something that needs to be created in your Stripe account. So stripe doesn’t offer a good/easy option for dynamically applying a discount to a subscription plan. We have plans to come up with a solution so discount can be applied to subscription plans.
October 19, 2018 at 12:25 am in reply to: asp_stripe_payment_completed hook for individual products #1585Admin
KeymasterThe following action hook gets triggered for every transaction:
asp_stripe_payment_completed
Within the function (that you will create to handle the hook), you can check the data to see the product ID and other details. Then do things if it is for your product ID.
-
AuthorPosts