Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Discount cupon


metaminas2015

Recommended Posts

Hello Andre @@metaminas2015,

 

There are several different discount cupon add-ons available.

You should post this question in the support thread for the concrete add-on you are using, together with information of your exact oscommerce store version.

However as far as I know, not any of the existing add-ons include this option. So it would need custom coding to get what you ask for.

I guess you may need to post in the commercial support thread to find someone who will do this for you.

 

rgds

Rainer

Link to comment
Share on other sites

Thanks @@raiwa

 

I was trying to do something like this:
 

if ( $coupon['coupons_id'] == 'testcupon') {
 
$to = 'user@@host';
$subject = 'Notification of testcupon';
$message = 'Discount cupon "testcupon" was used by "firstname" "lastname" - total of orders: "total" - value from discount: "discount" ';
$from = "From: Owner Store <owner@@hostt>";
mail($to,$subject,$message,$from);
 
}
Link to comment
Share on other sites

There are several different discount cupon add-ons available.

You should post this question in the support thread for the concrete add-on you are using, together with information of your exact oscommerce store version.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...