paypal integration in asp.net 4.0 - asp.net

hi i'm new to the web development.I just created a online shop in which all things finally i want to add some mechanism by which i redirect my customer to paypal site and pay then redirect to my site.please help me.

To help you with the idea.
The idea is that you collect all your order informations to a page, places this informations in a form using hidden input controls, and you post them to paypal.
This informations iclude the url that your customer can return if he like to cancel, return when its complete, the cost, your email, your customer email, and many other parametres that you can read them on the manual.
Download the sdk here:
https://cms.paypal.com/us/cgi-bin/?cmd=_render-content&content_ID=developer/library_download_sdks
And there are also the documents here
https://cms.paypal.com/us/cgi-bin/?cmd=_render-content&content_ID=developer/library_documentation
Also you can find a sample code, and other.

the quickest and simplest way to integrate paypal
<a href="https://www.paypal.com/cgi-bin/webscr
?cmd=_xclick&business=MyEmail
&item_name=Widget
&amount=29.00
&undefined_quantity=1
&currency_code=USD">

Related

Salesforce & WordPress with Ninja Forms?

Bit of a complicated questions, and I'm not sure where to start so thought I'd ask the community...
Basically, we've been using Ninja Forms on our WordPress website for a while. It works great in the fact that our enquiries are sent straight to SalesForce.
Now, I'd like users to be able to fill in a form on our WordPress site which will then push more complicated information through to Salesforce e.g. they could fill in details such as their medical history which would then be pushed through to Salesforce and held in their customer profile.
I'm not sure if Ninja Forms will be able to handle this though... how will it know where to put the information? Currently, our form submissions setup a new record. But instead of setting up a new record/customer, it would need to edit a currently setup customer, and fill their profile with information which they've submitted through the form.
Has anyone ever done anything like this before?
You should read this for start https://ninjaforms.com/integrate-salesforce-and-ninja-forms/ , and prior to use your custom objects your must read this https://ninjaforms.com/docs/salesforce-crm/ , this guide gives you the heads up on how to map the fields and how to use custom objects, of course this is mainly a salesforce work.

MailChimp and Wordpress Integration for E-Book download

I'm a little new to web dev and coding so forgive my basic question..
I'm working as a sales and marketing consultant for a software company. The company has requested i create a mailchimp campaign linking to a landing page on wordpress, with downloadable e-book for subscribers. I'm having difficulty with this; does anyone have a recommendation or solution to integrate/automate the two?
To be more concise, there's three actions required: Sending the campaign (Mailchimp), redirecting to the landing page (Wordpress), and then downloading E-Book AFTER subscribing (Wordpress). All these actions have been completed; I just don't know how to automate/integrate the actions together.
i realize it's not a coding question per se, but I assume some coding may be needed.
Thanks :)
P.s. I searched for a similar question but to no avail. If there is one, please link the answers :)
Have you tried the mail chimp plug-in?
https://wordpress.org/plugins/mailchimp-for-wp/
-Good luck [:
I have had to create a similar workflow, below is my process.
Create a list on mailchimp
within this list, in the forms tab, create a form to get name and email info of people wanting to download your Ebook
open 'embedded forms' in the same list and copy the HTML code
Using the Bloom plugin connect mailchimp and wordpress.
selected the mailchimp list you want to connect
select 'custom HTML form' and paste the code
make final aesthetic changes to from
Bloom will give you a 'shortcode for the optin' which can be copied into a black wordpress page. (this will show your form)
Create a landing page on wordpress
standard page nothing special but link to you wordpress page with your form
Set up automation on Mailchimp that whenever someone signs up to your list they get an email with a link to the Ebook.
That's the overview, with many learning opportunities along the way ;)

Manually restrict a page with Simple Membership Plugin

I am using the plugin Simple Membership so users can become members of my site and access members only content.
I am also using the Events Calendar plugin with the Community Events add-on so people can submit events.
Bc the submission page is auto-generated and has no edit backend page to normally restrict the content I cannot make it so only members can access this page.
Is there a way to manually add a page to restrict it to members with this plugin or a line of code someone can recommend to make the restriction?
I know this response is super late lol, but this plugin will solve the problem if you use Woocommerce.
https://codecanyon.net/item/woocommerce-membership/8746370
I had the exact same issue. What I did was restrict the URL. For example, my url was domain.com/events/community/add. So if someone didn't purchase my membership and tried to go to that URL, they would not be able to.
Hopefully you found an answer by now, but ya never know if there might be something better!

Wordpress: saving and using data from form

I need to create a quiz contest on a WordPress site. The visitor will fill his/her name, phone, email and facebook id and answer two questions. I need to view and later use the data submitted in the form. Also A thanks message will automatically go to the visitor's email after submitting the form.
Can anyone please guide me how can I accomplish this? Which plugin can be used to fulfill the requirement?
Any guidance will be much appreciated.
Thanks
Placid
I would suggest using Contact Form 7 (https://wordpress.org/plugins/contact-form-7/) to build the form, and then Contact Form DB (https://wordpress.org/plugins/contact-form-7-to-database-extension/) to view data in the backend.
I use Contact Form 7 for my wordpress forms. It is free and vary flexible. Make sure you read some tutorials before using if you are not comfortable with some basic HTML.
There is a section called "Mail 2" that would allow you to send the thank you email to the user, and still have the form info that they entered be sent to you.
Link to the plugin - https://wordpress.org/plugins/contact-form-7/
Good luck!

Wordpress rsvp/contact form pre-populated

I am very new to wordpress and would like to create a rsvp form with a difference.
For the launch of a company we are having multiple events and i would like to track the rsvp for each event.
Here is the scenario:
I send out paper invites for my wedding and the events and ask them to rsvp on the website and give them the web address, and a unique code.
They go to the website and proceed to "login" which they do with their surname and unique code. Once they are logged in, they can rsvp however they can only see the events they are invited too and can only choose up to the number of people i have allocated them on the invitation.
This will all get stored in the database i have with the contacts name and unique reference.
So where to begin? I am currently looking at contact form 7 but cannot get the form to be dynamic to login.
Any direction would be hugely appreciated!
Thanks!
I would look at http://www.gravityforms.com/
It's not free but it is a MUCH more dynamic and robust form plugin.
Might be worth looking in the WP Plugin Repository for plugins tagged with events, events management or RSVP, rather than trying to build a solution from CF7?

Resources