UBERCART: Get notification when someone with the SAME EMAIL or SAME NAME has already placed an order ?

UBERCART: Get notification when someone with the SAME EMAIL or SAME NAME has already placed an order ?

Hello,

Sometimes customers use different Emails to order again and sometimes they are cheaters who chargeback later, so I would like to get a notification when an order was previously placed with the same Email address or with the same name.

Do you have any idea how to do ?

Thank you.

hide block after clicking link from specific page

Please let me know if it is possible to show a block only once per user visit. I have a dialog box in a block showing up on the homepage that I would like to show only the first time they visit the homepage or to not show when the come back to the homepage from a specific page.

Thanks
John

register to view more/block

Hello,

Please let me know of a way to provide a login link on a content page that once logged in keeps the user on the page and then shows additional content. I am trying to show a few paragraphs of a chapter book and then to display more once they are logged in. I want to make sure they can stay on the page with the content and then see more when login is complete. I have the login destination module in use for another purpose and do not wish to change the function on this module.

Sincerely,

John

Setting a variable to the value of a form

I have a textfield form, and I want the value of that form to be set as a variable, $test

I've tried

$test = current($form['title']);

and it gives me $test = textfield

and

$test = $form['title'];

and it gives me $test = array

Thanks in advance.

Views: Drupal 6 providing two arguments but either is ok

I need to use both of these arguments: Taxonomy Term and Content: Regional availability (which is a cck field for a content-type).

If I provide both in the form of: url.com/Europe/3_5inch
it works great.

If I provide: url.com/Europe
it works

if I provide url.com/3_5inch
It shows nothing.

In my admin screen, I have the Content Regional availability first then the Taxonomy term. I've tried using the "use multiple arguments" as well as keeping show "all" but I can't get a result only providing the Taxonomy Term.

User blocked from submitting form twice

I have a form on my site where parents sign kids up for classes. They must submit one form per kid. Some users are unable to submit the form more than once (if they have multiple kids), although first kid's form submits successfully. (When they hit submit button, the form clears, is not submitted and there is no message on the screen for them.) Other users have no problem submitting form more than once (for 2 or more kids). Any idea why this happens and how to fix it?

Pages

Subscribe with RSS Subscribe to RSS - Drupal 6.x