FastSpring WordPress Team
Forum Replies Created
-
Forum: Plugins
In reply to: [FastSpring] More than one product with options the cart is brokenThe page listed does not include a buy button however looking at your pricing page, I think I see the issue. When you have 2 products in your cart, they both have the maintenance option associated with them. Each product, even when setup as a product option can only be added to the cart once. So if you create a maintenance product for each of your top level products you will not run into this issue.
Forum: Plugins
In reply to: [FastSpring] Add plugin repo to GitHub?There are not plans to add this to a GitHub repository, however you are welcome to if you would like.
Forum: Plugins
In reply to: [FastSpring] ‘role’ attribute JS is hiding non-FastSpring items on clickThank you for your feedback. This will be addressed.
Forum: Plugins
In reply to: [FastSpring] JS issues galore, with no help in sightAgain, it is unfortunate that you are having issues, but it will not work with Elementor.
The error regarding the productModal could not be found is happening since Elementor is a front end builder and simulating both the frontend of WordPress as well as the backend of WordPress. The productModal is a frontend portion of the library that is not loaded because we are loading backend / admin sections of WordPress and it is loading components built specifically for the backend.
Using WordPress with either the Classic editor or the WordPress Blocks / Gutenberg it has no errors. I have used the plugin with some other builders, but if it is a frontend builder only, there will most likely be issues.
Forum: Plugins
In reply to: [FastSpring] JS issues galore, with no help in sightI am sorry you are having issues with the plugin, however the plugin was not created to work with Elementor and there are no plans to make it compatible at this time.
Forum: Plugins
In reply to: [FastSpring] We need an integration for WooCommerceThis plugin does not work with WooCommerce. There is an 3rd party plugin that I have seen and does work. https://github.com/cyberwombat/woocommerce-fastspring-payment-gateway
Forum: Plugins
In reply to: [FastSpring] seems like this plugin has been abandoned?Absolutely not abandoned. More updates in the pipeline.
Forum: Plugins
In reply to: [FastSpring] Removing Fastspring Loading WheelThe spinner is there to prevent user interaction until the Store Builder Library is loaded.
You can add your own CSS to hide it completely though.
i.e.
#fastspring_spinner {
display: none !important;
}Forum: Plugins
In reply to: [FastSpring] How to create custom fields for buyers?This is not currently planned for a future release, but we will consider these suggestions.
Forum: Plugins
In reply to: [FastSpring] 2 storefronts on 1 wordpress installationNo, this is not possible with the plugin. A direct integration on each page would allow this, but even with a direct FastSpring integration, you can only have 1 storefront on a page.
Forum: Plugins
In reply to: [FastSpring] Fatal error: Cannot redeclare class fastspring inIs this a fresh install of WordPress? What are the other plugins activated on your site?
Forum: Plugins
In reply to: [FastSpring] Plugin overwrites FontAwesome CSSThere is an option in the FastSpring settings of the plugin to not include fontawesome from the plugin and use the version from your theme.
Forum: Plugins
In reply to: [FastSpring] Thank you page parameterThank you for your feedback. We will add this as a feature request for future consideration.
Forum: Plugins
In reply to: [FastSpring] Load Fastspring on selected pagesThank you for your feedback. We are looking for a solution to this but still allow all the cart functionality from all pages.
Forum: Plugins
In reply to: [FastSpring] Stop loading Admin components/editors on Front End?Thank you. We have a fix for this in development right now.