Forum Replies Created
-
AuthorPosts
-
Admin
KeymasterI just tested by creating a product with that price and it works fine for me.
Can you please download the new upcoming version of our main plugin from the following page and tell me if you see the same issue?
Admin
Keymaster1) Yes, that will make it an annual subscription. The button (that you click to trigger the payment popup) should show the subscription details.
Also, edit the product and specify the subscription details in the “Short description” field (you can write a short description that you feel your customers will understand). This will be visible to the customer in the payment popup.
2) To run test mode you have to do the following:
– Set test mode in the main plugin’s settings
– Create a subscription plan in “Test mode”Do a test transaction. When you want to switch to live mode, you will need to create NEW subscription plan in “Live mode” and use that in your product.
Admin
KeymasterThe plugin has no capability to automatically change a price. Delete the product (and the plan if it is a subscription) and then create it again with the correct price amount values. Does it work after that?
Admin
KeymasterAlso, if you remove any HTML tags and set the “Buyer Email Content Type” field settings to “Plain Text” email (the default setting), does that email work fine?
Admin
KeymasterYes, this plugin executes the email sending code using the standard wp_mail() function.
I just tested the email myself on a site just using our stripe plugin. I don’t see any issue with it. I also don’t see this on any other sites using this same plugin. So something else is interfering on this site. I am not sure what could be interfering though.
Admin
KeymasterThe following addon should do the job. You can take a look at the screenshot that is provided on that page to see how the custom field looks:
In your case, you will make a normal text custom field and call it “Phone Number”. The customer can enter that value at the time of the payment.
Admin
KeymasterOur plugin doesn’t add any formatting like that. This is most likely coming from another plugin that is automatically adding the formatting. Do the following test:
Test for Plugin and Theme Conflict Before Posting an Issue or a Bug
After plugin deactivation, re-save the “Email Body” field by removing any unwanted formatting (from the “Text” mode of the editor). Then do a test.
Admin
KeymasterTry the following custom CSS that should change the color of that currency converter submit button (the “apply” text) to white:
.asp-multicurr-submit-btn { color: white !important; }
Admin
KeymasterAre you referring to the text/label that says “Change currency”? Or the Price amount?
The following CSS tweak can be used to change the color of the label “Change currency” to blue (as an example):
.asp-multicurr-select-container label { color: blue !important; }
Admin
KeymasterSome kind of conflict happening on this site. We will investigate this to see if we can think of where the conflict is coming from on this site. I have sent you an email also.
Admin
KeymasterDo you have any kind of caching solution on this site?
Admin
KeymasterNo, that’s not possible unfortunately. The mailchimp addon only does what is explained on the addon’s page:
Your users can unsubscribe anytime. Also, if you have double opt-in (the default setup), then the user doesn’t get added until the confirm via the email.
You can use your terms and conditions to explain how things work on your site in a transparent manner. If you enable the terms and conditions feature, the users have to agree to it before they can do a checkout.
Admin
KeymasterThis option can be used now:
Admin
KeymasterHi Matt, That is not possible. You create a set of custom fields then you can use them on all products or some products.
Admin
KeymasterThis is not an advertised feature of the plugin. We won’t be able to add this easily since our plugin allows anonymous checkout. You can’t limit usage that way when anyone is allowed to do a checkout.
-
AuthorPosts