Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Notification of purchase?


drewC

Recommended Posts

when someone buys our shirts ...oscommerce doesn't notify us of the purchase. how do i get oscommerce to notofy us of the purchase? we just get a paypal notification.

 

also how do i itemize our shirts...we have 1 shirt and there's 3 pictures for that one shirt but when i put those 3 pics up there it shows as 3 different items.

 

thanks for the help

 

drew

Link to comment
Share on other sites

when someone buys our shirts ...oscommerce doesn't notify us of the purchase. how do i get oscommerce to notofy us of the purchase? we just get a paypal notification.

 

also how do i itemize our shirts...we have 1 shirt and there's 3 pictures for that one shirt but when i put those 3 pics up there it shows as 3 different items.

 

thanks for the help

 

drew

 

 

somebody please help me :(

Link to comment
Share on other sites

If it is set to an email and it doesnt works

Try sending an email by going to Customers and try to send an email

If that doesnt works then its a server problem!

 

Regarding the second problem, can we see your site?

Link to comment
Share on other sites

Do you want to send a email to the customer or yourself? You can add some kinda easy code to send an email to yourself.. I think something like this should work:

 

		 define(EMAIL_TEXT_SUBJECT,'A product got sold');
	  $email =  "Hello admin.. "\n\n";
	  $email .= "Your product: ".$product_info['products_name'].' got sold"\n\n";
	  $email .= "More info here.."\n\n";
	  $email .= "more info here.."\n\n";
	  $email .= "And so on...";
	  tep_mail(STORE_OWNER, STORE_OWNER_EMAIL_ADDRESS, EMAIL_TEXT_SUBJECT, STORE_OWNER.' '.STORE_OWNER,STORE_OWNER_EMAIL_ADDRESS);

If it works you can place it on checkout_success and every time someone order something you will get an email..

Edited by Dennis_gull
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...