Forum Replies Created
-
AuthorPosts
-
Admin
KeymasterYou can create 3 subscription plans (with any payment amount and duration) and make 3 products for it. Then you can put the 3 subscription buttons on your landing page. The customers will be able to pick the one they want and subscribe.
Admin
KeymasterThats actually how Stripe works by default. They always show the actual amount that will be charged after the trial. So even though they are not going to be charged anything today, they like to be transparent and show the user what they are agreeing to pay (after the trial is finished). If you subscribe to the plan, you will see that it won’t charge you anything until the trial period is finished. We will investigate this more to see if Stripe offers an option to customize the amount text in their checkout popup window.
Admin
KeymasterIf you enable the billing address collection option then Stripe will collect the customer’s name during the checkout. It will pass that info to the plugin after payment and the MailChimp addon will add those (the first name and last name) to your list. It will add the firstname to to the “FNAME” and lastname to the “LNAME” merge variables.
Admin
KeymasterLooks like it is conflicting with something. Please check your server log to see if there is any errors being generated (the details from that log file will be very useful).
Also, do a plugin conflict test:
1) Temporarily deactivate ALL the plugins except the simple membership plugin.
2) Temporarily deactivate ALL addons/extensions also (if you are using any).
3) Test to see if the plugin behaves how it is suppose to.January 29, 2019 at 12:48 am in reply to: "Sorry, your request cannot be processed." on Additional Payment Methods install #1799Admin
KeymasterIs your zip file getting auto unzipped by any chance? You are 100% sure that you are selecting the addon’s zip file (not selecting another file by mistake)? If you fill in the contact form and provide access to the site, I will be able to take a look.
Admin
KeymasterThe “add_action” code goes in your custom plugin/script.
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.
-
AuthorPosts