Prevent CS Cart From Notifying Suppliers

Hi All,



We have enabled the “supplier” functionality on our website, and disabled “suppliers notifications” within “Order Statuses” HOWEVER, every time CS Cart processes an order it sends an email order to our suppliers.



This would be okay if our suppliers accepted orders in this manner, however they do not. I have looked everywhere to try and stop the cart from sending these automated messages to no avail.



Any ideas here? I could simply replace the email addresses in the suppliers set-up panel with bogus addresses to stop this problem, but that just seems clunky and fattens our bounce folders …



Any help would be appreciated!

What version are you running and have you cleared the cart cache?

Hey T, appreciate the reply, we are running version 3.4x (the latest) … I have cleared the cache via ?cc …

[quote name='afreshup' timestamp='1366644929' post='160428']

Hi All,



We have enabled the “supplier” functionality on our website, and disabled “suppliers notifications” within “Order Statuses” HOWEVER, every time CS Cart processes an order it sends an email order to our suppliers.



This would be okay if our suppliers accepted orders in this manner, however they do not. I have looked everywhere to try and stop the cart from sending these automated messages to no avail.



Any ideas here? I could simply replace the email addresses in the suppliers set-up panel with bogus addresses to stop this problem, but that just seems clunky and fattens our bounce folders …



Any help would be appreciated!

[/quote]



Have tried editing your suppliers email address to suppliers_name@your_domain.com then any email will be sent to your own domain instead of your supplier



regards

John

And 3.0.6 is the current version, not 3.0.4

[quote name='tbirnseth' timestamp='1366667304' post='160458']

And 3.0.6 is the current version, not 3.0.4

[/quote]



Young Whippersnappers! (Running 3.0.3/3.0.6 - Who keeps count anymore?)

Hey John, I have tried that, however, the system only allows for unique email addresses among suppliers, which means that I will have to put in multiple email addresses like:



supplier-1@mydomain.com

supplier-2@mydomain.com

supplier-3@mydomain.com



Then … I would have to add those addresses unless I wanted to spam my bounce folders with unneeded bounced emails. So far, this is my only solution … this is clunky at best. There should be some other way to handle this, don't you think?

[quote name=‘JesseLeeStringer’ timestamp=‘1366673843’ post=‘160460’]

Young Whippersnappers! (Running 3.0.3/3.0.6 - Who keeps count anymore?)

[/quote]



Thank you Jesse, I haven’t been called a whippersnapper in 20 years … :-)

[quote name='afreshup' timestamp='1366815504' post='160590']

Hey John, I have tried that, however, the system only allows for unique email addresses among suppliers, which means that I will have to put in multiple email addresses like:



supplier-1@mydomain.com

supplier-2@mydomain.com

supplier-3@mydomain.com



Then … I would have to add those addresses unless I wanted to spam my bounce folders with unneeded bounced emails. So far, this is my only solution … this is clunky at best. There should be some other way to handle this, don't you think?

[/quote]



I have removed the function from the core/fn.cart.php file and removed the checkboxes in the admin, if you want some help to remove the function and checkboxes send me a pm





Note: you will need to keep this change to the core file in mind when it comes to upgrading.



John

Thanks John, I am going to adjust the email addresses instead so I don't forget about the coding changes …