revision of Availibility notifications

StartPrev 1 2 NextEnd
15.01.2014 14:09
#1
Mesk911
Joomshopping forum user no avatar
Name: Mesk
29.08.2012
Posts: 71
Quote
revision of Availibility notifications

Hello!
Some time ago I purchased the "Availibility notifications" add-on.
It is very usefull, thank you very much!
But later I realized, that there are few things to improve (some of them are vital):
1) e-mail notification when adding a new entry (very important)
2) adding a link to the item, that is requested
3) adding the tab with the archive of the completed tasks (for example, to watch the e-mails of clients or, simply, to be sure, that the request was done)
4) adding the option to edit the text in the notifications
Is it possible to make these improvements?
Thank you in advance!
revision of Availibility notifications


Joomla: 2.5.6
JoomShopping: 3.15.1 Pro
Website Url: www.advance-moto.ru

Last change: 18.01.2014 15:13
 
18.01.2014 15:07
#2
Mesk911
Joomshopping forum user no avatar
Name: Mesk
29.08.2012
Posts: 71
Quote
Aw: revision of Availibility notifications

Oh, and one more thing:
it would be VERY useful if I could edit the text in the notifications!


Last change: 18.01.2014 15:14
 
18.01.2014 17:13
#3
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25913
Quote
Aw: revision of Availibility notifications

Will be in the new version.

 
19.01.2014 12:51
#4
Mesk911
Joomshopping forum user no avatar
Name: Mesk
29.08.2012
Posts: 71
Quote
Aw: revision of Availibility notifications

Great!
Thank you in advance!

 
19.01.2014 12:53
#5
Mesk911
Joomshopping forum user no avatar
Name: Mesk
29.08.2012
Posts: 71
Quote
Aw: revision of Availibility notifications

And one more thing:
please add the accept message after client had sent the request, so he could be sure, that the notification buttun is working correctly.

 
19.01.2014 12:55
#6
Mesk911
Joomshopping forum user no avatar
Name: Mesk
29.08.2012
Posts: 71
Quote
Aw: revision of Availibility notifications

And about the new version: it will update automatically, or I should watch the update on your website?

 
19.01.2014 18:02
#7
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25913
Quote
Aw: revision of Availibility notifications

See website.

 
26.02.2014 14:58
#8
Mesk911
Joomshopping forum user no avatar
Name: Mesk
29.08.2012
Posts: 71
Quote
Aw: revision of Availibility notifications

Hello!
Can you please tell, when are you going to update the extension with the written above features?
Thank you in advance!

 
08.03.2014 16:10
#9
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25913
Quote
Aw: revision of Availibility notifications

See
Notify availability 1.1.6

 
11.03.2014 11:00
#10
Mesk911
Joomshopping forum user no avatar
Name: Mesk
29.08.2012
Posts: 71
Quote
Aw: revision of Availibility notifications

Thank you!

 
11.03.2014 12:03
#11
Mesk911
Joomshopping forum user no avatar
Name: Mesk
29.08.2012
Posts: 71
Quote
Aw: revision of Availibility notifications

installed new version, everything in the admin panel is very good (thank you one more time), but...is there e-mail notification?
If "yes", please tell me where to tune it.
If "no" - I think it is the most important feature. Could you please add it as well?

 
15.03.2014 11:20
#12
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25913
Quote
Aw: revision of Availibility notifications

Install Notify availability 1.1.7

Added 1) e-mail notification when adding a new entry (addon configuration)


Last change: 15.03.2014 11:21
 
15.03.2014 17:32
#13
Mesk911
Joomshopping forum user no avatar
Name: Mesk
29.08.2012
Posts: 71
Quote
Aw: revision of Availibility notifications

Thank you for soon reply and your work!
Everything is working excellent!

 
17.03.2014 09:37
#14
Mesk911
Joomshopping forum user no avatar
Name: Mesk
29.08.2012
Posts: 71
Quote
Aw: revision of Availibility notifications

Hi, guys!
Is it possible to customise the message, that is sending to a custumer when the product is availible?
Could you please instruct, where to do it?
Thank you!

 
17.03.2014 21:40
#15
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25913
Quote
Aw: revision of Availibility notifications

After install addon.

 
18.03.2014 10:13
#16
Mesk911
Joomshopping forum user no avatar
Name: Mesk
29.08.2012
Posts: 71
Quote
Aw: revision of Availibility notifications

after the installation there is no such options...

 
18.03.2014 19:59
#17
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25913
Quote
Aw: revision of Availibility notifications

it works automatically

 
19.03.2014 14:37
#18
Mesk911
Joomshopping forum user no avatar
Name: Mesk
29.08.2012
Posts: 71
Quote
Aw: revision of Availibility notifications

but how can I change it?
For example, I want to add some additional data it this message.


Last change: 19.03.2014 14:37
 
19.03.2014 19:51
#19
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25913
Quote
Aw: revision of Availibility notifications

Change code
plugins\jshoppingadmin\inform_availability_product\inform_availability_product.php

$message_client = sprintf(JText::_('_IAP_MESSAGE'), $product_name, $url);
$mailer = JFactory::getMailer();
$mailer->setSender(array($mailfrom, $fromname));
$mailer->addRecipient($user->user_email);
$mailer->setSubject(JText::_('_IAP_PRODUCT').' "'.$product_name.'" '.JText::_('_IAP_IN_STOCK'));
$mailer->setBody($message_client);
$send = $mailer->Send();


components\com_jshopping\lang\addon_inform_availability_product\...

 
21.03.2014 09:24
#20
Mesk911
Joomshopping forum user no avatar
Name: Mesk
29.08.2012
Posts: 71
Quote
Aw: revision of Availibility notifications

Thank you for the explanation!
I'll try...

 
StartPrev 1 2 NextEnd


Copyrights MAXXmarketing GmbH. Alle Rechte vorbehalten
Durch die Nutzung dieser Website stimme ich zu, dass Cookies zur optimalen Gestaltung der Website sowie zur Analyse der Nutzung der Website verwendet werden. Weiterführende Informationen finden Sie hier. OK, einverstanden.