Forum Replies Created
-
AuthorPosts
-
Admin
KeymasterYou mean like having completely separate emails on a per product basis? So each email can be customized on a per product basis? The best way to handle that is using an addon and we have an addon for it already.
Admin
KeymasterWe have added a new email merge tag for it. Upgrade the subscriptions addon then use the following email merge tag to display the subscription plan description in the email:
{sub_plan_description}
The following documentation has the list of available email merge tags:
Admin
KeymasterIs this for a subscription product or a normal one-time payment product?
Admin
KeymasterIt doesn’t have an option for this. We will try to create an email merge tag for this.
Admin
KeymasterLooks like you haven’t enabled the following feature:
Enable that captcha feature since your site is being targeted by spam bots. That should resolve the issue.
Admin
KeymasterThe only option I can think of is the following (it’s not perfect but might work for your setup):
Create 3 subscription plans for the popular choices (with 3 corresponding products).
For example:
1) One card with a $99 setup fee
2) Two cards with a $99 setup fee
3) Five cards with a $99 setup feePut all those purchase options on the landing page. The customer can then select the one they want to purchase.
Admin
KeymasterA subscription product can’t be mixed with a one-time payment product. Those need to be two separate products handled using two separate checkouts.
You can potentially use the “Setup Fee” feature of the subscription plan to charge a one-time fee for it. So you can make two subscription plans and offer the customers a choice like the following:
1) The standard subscription plan for the main item.
2) Another subscription plan for the main item with a “Setup Fee” of $10 for the 10 rolls.
3) Create two products for these two plans, then put both of those products on the landing page.
4) The customers can select the one they want.Admin
KeymasterHi, That is not available unfortunately.
Admin
KeymasterThis is not an advertised feature of our plugin. It will need to be handled as a custom development job. You can use the contact form of our site to get in touch about a custom development work done for your site.
Admin
KeymasterNo, it won’t work that way. I have sent you an email for this.
Admin
KeymasterPlease update the multi-currency addon now. It should work fine after the update.
Admin
KeymasterWe will investigate this and get back to you
Admin
KeymasterNo, that’s not how it is meant to be used unfortunately.
Admin
KeymasterThank you. We have applied a fix for this and released a new version.
Admin
KeymasterIn addition to what @ovidiubica said, check the individual product configuration and make sure you didn’t force enable test mode for that product.
If this is for a subscription product, then go through each of the following checklist items and check them one by one to make sure all the setup is correct. Then do a new test transaction after that.
Checklist #1) If you have changed between “live” and “test” mode, then make sure to create a new subscription plan in the mode that you are currently using and then use that plan to create a new subscription product.
Checklist #2) Go to the settings menu of the Stripe payments plugin and check the API key section. Make sure to copy and paste all the CORRECT API keys in those 4 API key fields. To be more specific, the following 4 fields must contain valid values:
– Live Stripe Publishable Key
– Live Stripe Secret Key
– Test Stripe Publishable Key
– Test Stripe Secret KeyChecklist #3) Go to the “Subscriptions” tab in the settings menu of the plugin. Check that the webhooks are setup correctly. Both the live and test webhooks should be setup. If in doubt, do the following steps to set them up correctly:
– Click the “Delete Webhooks” button.
– Click the “Clear Cache” button to clear any webhooks cache.
– Click the “Create Webhook” button in the “Live Webhook Status” section and wait for the addon to automatically create it for you.
– Do the same for “Test Webhook Status” section.
– Click “Save Changes”. -
AuthorPosts