|
|
|
|
Joined: 6/3/2011
Posts: 76
|
|
|
Hello,
I am trying to use the feature "Email Manufacturers:", and it is not sending emails to the manufacturers.
Is there anything else we have to config?
I already configured the settings, emails and manufacturers.
SC version: 4.93.
Thanks
|
|
|
|
| |
|
|
|
Joined: 1/1/0001
Posts: 0
|
|
|
Hello,
Which version of DNN are you currently running?
Are there any errors logged to your DNN Event Viewer?
Thanks,
|
|
|
|
| |
|
|
|
|
Joined: 6/3/2011
Posts: 76
|
|
|
Hi,
There isn't any error.
The DNN version is 05.06.02 (144)
Thanks
|
|
|
|
| |
|
|
|
Joined: 1/1/0001
Posts: 0
|
|
|
Hello,
I have been able to replicate this issue and have sent it into programming to be addressed. I will postback to this thread as soon as an update is available.
Thanks for reporting the issue!
|
|
|
|
| |
|
|
|
|
Joined: 6/3/2011
Posts: 76
|
|
|
Hi Kevin, thanks.
We appreciate you solve this asap.
Do you have an estimated date? May until next Monday, is it possible? Thanks
|
|
|
|
| |
|
|
|
Joined: 1/1/0001
Posts: 0
|
|
|
Hello,
We will do our best to include the resolution to this issue in the next release of SmithCart. I will postback to this thread as soon as an update is available.
Thanks,
|
|
|
|
| |
|
|
|
|
Joined: 6/3/2011
Posts: 76
|
|
|
Hi, any news about this new version please?
Thanks
|
|
|
|
| |
|
|
|
|
Joined: 6/3/2011
Posts: 76
|
|
|
Hello, any news, please? thanks a lot
|
|
|
|
| |
|
|
|
Joined: 1/1/0001
Posts: 0
|
|
|
Hello,
Please refer to the Change Log to the left of the forum for any updates, release dates, fixes, and changes.
Thanks,
|
|
|
|
| |
|
|
|
|
Joined: 6/3/2011
Posts: 76
|
|
|
Hi Kevin, you gave us an estimated date to the new version: April/16. Is about this I am talking about. Do yo have another date? Thanks
|
|
|
|
| |
|
|
|
|
Joined: 3/11/2010
Posts: 1979
|
|
|
To fix the email manufactures issue please update the following stored procedure and add the "Email" field highlighted in yellow. Also make sure and change the "objectqualifier" highlighted in green to the one you use if any.
ALTER PROCEDURE [dbo].[dnn_Smith_GetManufacturerByName]
@Manufacturer VARCHAR(50)
AS
SELECT [ManufacturerID], [ManufacturerName], Email
FROM dnn_Smith_Manufacturer
WHERE
[ManufacturerName] LIKE @Manufacturer
Scott Kelly
Project Manager
|
|
|
|
| |
|
|
|
|
Joined: 6/3/2011
Posts: 76
|
|
|
Kevin, after changes you send here, we do not receive any email. I mean, even order confirmation.
Please, fix this situation.
This is critical.
Thanks.
|
|
|
|
| |
|
|
|
|
Joined: 6/3/2011
Posts: 76
|
|
|
Hi Kevin, could you please give us an answer and a solution?
Note: now even the regular emails to the admin and customer aren't working.
This is "very" critical.
Thanks
|
|
|
|
| |
|
|
|
Joined: 1/1/0001
Posts: 0
|
|
|
Hello,
SmithCart v.4.99 has been released and is now available on the SmithCart Downloads page.
Thanks,
|
|
|
|
| |
|
|
|
|
Joined: 6/3/2011
Posts: 76
|
|
|
Hi Kevin,
I am already using the v.4.99 but it still doesn't work.
I have manufacturers with email and the option "Email Manufacturers:" selected on the store configs.
What else should I do to have this function working?
Thanks
|
|
|
|