Hellos,
I am looking into creating a website using drupal where users will be able to buy domain names and hosting space
The process will be:-
1. User checks the availability of the domain 2. If available, the user checks a checkbox to purchase a domain/domains 3. User selects the hosting package / If user does not want hosting space, they have an option of entering dns records where the domain will be pointed 4. the total is displayed and the user checksout 5. payment method-paypal and mobile money transfer(I will develop a module for this)
Are there any modules that can handle this especially step 1 to 4?
thanks James
On Tue, Jun 8, 2010 at 1:21 AM, Mutuku Ndeti jnmutuku@gmail.com wrote:
Are there any modules that can handle this especially step 1 to 4?
You might want to look into Ubercart.. people have been using it to sell access to things on sites. As far as I know, you're on your own for the actual fulfillment part of your project.
I have a view that lists a set of meetings.
I'd like to be able to have the details for a meeting appear in a block on the sidebar if a link in the view is clicked. In other words you could look at the list of meetings, click on each in order and see the details of each without navigating back and forth between the view and a page for each meeting.
Pretty sure it's possible. Pretty sure there is more than one way to do it. Any suggestions?
Thanks in advance.
Gregg Marshall
Here's what comes to my mind.
Include (but not display) in the list View the details of the event (so you get the variable for later use). In the sidebar, have an empty DIV (probably with ID) waiting. Then, inside the field template file for the title (or whatever is showing in the list view) modify it to replace the contents of the (empty) DIV with the (not displayed) event details. If JavaScript is unavilable, you could easily include some NOSCRIPT so it opens as regular link to the details page too so it degrades nicely.
Hope that makes sense and maybe helps as a starting place Brian
On Tue, Jun 8, 2010 at 6:53 AM, Gregg Marshall mimlist@repconnection.comwrote:
I have a view that lists a set of meetings.
I'd like to be able to have the details for a meeting appear in a block on the sidebar if a link in the view is clicked. In other words you could look at the list of meetings, click on each in order and see the details of each without navigating back and forth between the view and a page for each meeting.
Pretty sure it's possible. Pretty sure there is more than one way to do it. Any suggestions?
Thanks in advance.
Gregg Marshall
-- [ Drupal support list | http://lists.drupal.org/ ]
I have a view that lists a set of meetings.
I'd like to be able to have the details for a meeting appear in a block on the sidebar if a link in the view is clicked. In other words you could look at the list of meetings, click on each in order and see the details of each without navigating back and forth between the view and a page for each meeting.
Pretty sure it's possible. Pretty sure there is more than one way to do it. Any suggestions?
Thanks in advance.
Gregg Marshall