Dear People
Does someone know how to use plasso embed in webflow?
Regards Jayden
Dear People
Does someone know how to use plasso embed in webflow?
Regards Jayden
Hi @Juydhen, hereās how to ask an answerable question in the Code Help category. Without a link to your site or the plugin you are mentioning, your question is unclear.
payolee offers the same embed payment form try them they are simple to use and have phone and email support http://www.payolee.com/
Oke I try to explain better. With Plasso you can make a buy now button and to do that you need to add code in your custom code but that doesnt work does someone succeed to use plasso? I talked a lot wiith plasso and they didnt know themselve
Regards Jayden
And Btw Payolee is not free and i want the free ones.
How does it not work? What is the actual code you needed to insert? Where did you insert the code? Do you have an example of it not working?
I donāt think Plasso has a ādynamicā embed option.
The buttons support popup links of sort. This option (stated by Plasso, doesnāt work with Membership sites).
If you are using these buttons as one-time purchase buttons youāll have to:
Then you just give your button the link to reference that you give them normally and it will function as a popup versus a link to.
Plasso help: https://plasso.com/support/embed
Here are some screenshots:
Above is the class name,
Note the ID is also the same as the class (this isnāt 100% necessary but I did it), and the link as usual.
And hereās the final nice little popup!
Alternatively I think you should be able to use the CMS to get the same solution. Let me know what you think.
Also depending on what you are looking for Iād say checkout SnipCart, they have great support Pricing - Snipcart
Wow thanks youre great! Thanks for your answer!And btw snipcart is not free (you need to pay 10ā¬ if you are under a certain amount)
@Juydhen
If your current setup doesnāt work out, please take a moment to check out Foxy: Webflow | Foxy.io We donāt have a free plan, but our simple pricing includes all of our features, quick and friendly support, and seamless integration with Webflowās Designer and CMS. Not to mention free white-glove onboarding for Webflow users.
Feel free to message me if you have any questions.
Thanks,
Josh
This Message has been removed - Thread reply included features and integration details relating to old or expired products.
Iām still confused. You have too many ways to set up Plasso. Whatās the different between these three articles:
Can you just consolidate it into one article on how to set up Plasso with Webflow?
Hey @cjroe,
Our apologies for the confusion! It seems that one of these articles: (https://help.plasso.com/how-do-i-accept-recurring-payments-in-webflow-and-keep-them-on-my-site/ has depreciated and the Billing product is no longer available - Iāll be sure to mark this article has hidden. The other 2 articles cover different ways to access your space on Plasso:
https://help.plasso.com/how-do-i-set-up-my-storefront-space-in-webflow/ - This article covers the different things you can do (overlay colors, accent colors, cart total buttons, etcā¦) when embedding our prebuilt UIās (see #2 below).
https://help.plasso.com/how-do-i-use-flexkit-in-webflow/ - This article covers the process of building a simple Flexkit Payment Form in Webflow (see #3 below).
Every Storefront space you create on Plasso has a Hosted page(s) and can be visited by going to your Plasso space URL (ex: https://plasso.com/s/S5Wop03JAR/signup/). There are several ways your customers can purchase your products/plans using Plasso:
Through your Hosted page on Plasso
By embedding your Storefront into your website using our prebuilt UIās:
a) Ecommerce Cart - For multiple products/plans purchase workflows.
b) Pop-Up Modal - For Single Product/Plan purchase workflows.
Building your own Checkout process by using Flexkit. With Flexkit, you design your own payment forms or ecommerce Cart. Flexkit handles all payment validation and user authentication using a series of Custom Attributes. Hereās a demo of Flexkit in Webflow.
Flexkit is just another way to access an existing Storefront Space on Plasso.
Let us know if youāre still needing some help!
Thanks for the the feedback! Iām actually really impressed with that video! Itās great!
One other question about on-boardingā¦
Once a customer purchases a product on my website with Flexkit for example, how would I give them private access to their content (while still staying on my domain?) Can I add authentication on specific pages of my site to show content when they are logged in?
For example, adding a div with a specific class and Plasso would only drop in the space content if they were authenticated.
Let me know.
Thanks.
Hey @cjroe,
There are a few users here in the community like @Hyperpixels and @aaronocampo that have custom javascript in their projects to listen for Plasso events (like logging in and checking for our token) when using Flexkit. From what Iāve seen, the visibility is dependent on class names given to the div
wrappers (as you mentioned).
Either of these Plasso all-stars could point you in the right direction
The Flexkit Video (similar to the Storefront video above) is being edited now and should be up on the site by next week .
If you need anything at all or have questions about customizing the ecommerce experience for your customers using Plasso, let us know and weād be happy to assist through your share-link, skype, or call.
Cool! Thanks for the help!
Okay, thanks. The only issue I see is that thereās not a clear explanation on how users can navigate to private content (on the site) when they are logged in.
For example, if I wanted to sign up a users, accept their credit card, and route them to a private members page showing them their private contentā¦ how would I do that with Plasso/Flexkit?
I have course content that I want to store in Plasso and only show it to paid members. The main problem I see is with server-side rendering. I would need to use Webflowās database in order to show user-specific routes. The thing I am wondering is is there a way to bind one route to the entire applicationās datastore and build additional permalinks using pushstate off of that route?
So /u
would be rendered from the server and redirect to the pushstate /u/username
similar to how Discourse does itā¦?
This would possibly fail if I went to /u/username
directly thoughā¦ right?
I would need to set up some sort of server file within Webflow to redirect all routes that have /u
in it. That way you could render specific pages based on the Javascript instead of the server. They would all point back to the initial /u
web app and push state on the stack to go to the right URL as the page loads.
The other way to do this @paywithplasso is if I could set up a sub-domain and host my storefront with Plasso. Is that a possibility? For example, when someone buys my course on my website with the pop up, I could redirect them to the signed in dashboard at my sub-domain? (Ex. https://access.cameronroe.com) ?
Any time they want to ālog inā they can go from https://www.cameronroe.com (Click Login) => https://access.cameronroe.com/login which prompts them to log into their account?