I have a joomla site, and i would like to integrate an ads system such that the admin can post the ads without any fee from admin panel.
But the normal users in the site must pay to post an ad.
That is, they would be filling up the information such as name, email, ad description and image in the form, and upon submitting the form, it would connect to a payment gateway such as paypal, and upon successful payment, the ad would be inserted in the database, so that the admin can manipulate it later.
Please suggest.
Well, i could find some components and modules that support ads system in joomla, though only few of them support paypal:
http://extensions.joomla.org/extensions/ads-a-affiliates/classified-ads
Related
Please bear with me as I am new to Wordpress.
I have a base site that allows the purchase of products using unique platform currency.
Users can register on the website, but if they want to purchase any of the content, they first need to purchase credits.
I have a Wordpress site that utilises a WooCommerce store (StoreFront), where these credits can be purchased. Once the user purchases credits on the Wordpress site, the amount of credits purchased is written to the base site database.
On the Wordpress site, there is an account management page that allows users to track orders, information, and more. They can also add cards to checkout quickly.
Is there a way to link the account registration on the base site and the Wordpress site. I want the users to be able to have the benefit of both modules, without having to register twice.
Any help would be highly appreciated.
I am new in drupal and i have no idea about Subscription Management
of users.
Our client want a functionality like.
1) Subscription form for the Non-subscribe USER
Non-subscribe :-
Access Site, Don't have access to open link which is shared by
subscribe user
Subscribe User:-
Take subscription,Mention reson to unscribe subscription plan,
Informed via SMS/Mail once the content is close to the end of its
access time.
(2) Subscription Management
Manage Subscription Request through Form:
Possibility to choose monthly payment or one-time payment for one year with a discount of 10%
Creation of an internal file with Credit Cards EOV (End Of Validity) and CB for reminders
add extra fields.
possibility to pay via Paypal or similar. Alert sent directly to the subscriber a month before on his e-mail address
i tried two module newsletter and second is subscriptions
Links of module
newsletter module
subscriptions Module
but that can not provided functionality that i mentioned above, So anyone know about it how Manage Subscription Request through Form or Subscription form for the Non-subscribe USER.
Does anyone know about manage subscription request is done?
I'm not aware of an out-of-the box solution/module to do what you're asking, but it should be relitivaly straight froward with a combination of modules.
You can control access using core roles. Define the roles and access you want them to have.
You could assign and remove roles using the Rules module.
Adding custom fields to nodes is straight forward and can be achived in the UI by going to Structure > Content Types > {Your content type} > manage fields.
As for ecom, and a turnkey solution, you could look at Commerce License, or Commerce subscription products
I am trying to integrate Virtual Wallet system for payments into a WordPress Based E-Commerce Website
I am using this plugin for this -
Link To Plugin
Working Process Of This Plugin
In this plugin From Admin Dashboard Admin can select the user from all users on the website and assigns a particular money in the wallet of the user then user can buy from the website within that money
My Problem and Requirement
But for this I need to fill the amount in user's wallet manually . I want that user transfer me money on paypal and it will be automatically added to his wallet
I was unable to find proper information regarding . Is this possible to be done in wordpress and Is there any plugin available to do so
I would recommend using PayPal IPN for that. Every time a transaction hits your PayPal account their server will POST data about the transaction to a URL on your server. That URL can receive the data and update your system accordingly. It happens in real-time, too.
You can get up and running with IPN very quickly using the PayPal IPN for WordPress plugin. Then you could use the hooks provided by the IPN plugin to do whatever you want to do with the PayPal payment data when it receives it.
For example, the paypal_ipn_for_wordpress_payment_status_completed hook would be triggered any time a successful payment occurs, so you could use that within your own plugin or your theme's functions.php file to automatically update the wallet balance of the user based on the data provided in the IPN.
My question may seem to be very basic and view dependent but i wish to know every aspect of it.
I have created a mobile app where the users need to register themselves in order to use the app, but my client wishes to have the admin panel in the form of a website, where the user can register themselves by paying a specific amount through paypal and then they can use the mobile app version.
I have completed the main page and have created the paypal button on the user page, but for the admin page i wish to show a list of all users who have successfully paid for the product.
Is it possible to do so, can i keep a track of user details and their payments on the website??? if yes then can anyone guide me with it, would appreciate some help
use Paypal IPN to save the paypal transaction information to your database.
Use a database. Save each payment record after payment maybe.
i have a joomla site and in one article page, i want to sell a book of myne.
My users will be visiting this page, and when they click on "Buy" link, they will be shown a form, where they can fill details like name, email, phone and address.
Upon submitting the form, i want the user details to be inserted into the database, and then redirect the users to paypal site, for making a small payment towards the purchase.
How can i accomplish this?
I have heard about Chrono forms in joomla, but cant seem to figure out how to do 2 things simultaneoudly (inserting user details in db, and redirecting to paypal site).
Finally, got the Simple Caddy component from joomla extensions, and it is working well.
It perfectly suits my needs. However i could not use the paypal sandbox with this...