Stock level notify

  • Posts: 62
  • Thank you received: 0
11 years 10 months ago #53889

I'm not sure how to get the 'Stock level notify' property on a Serial Pack to work.

I have it set but am not receiving an email notification. Who does this email go to?

Is it sent to addresses in the HikaShop configuration or is it sent to Joomla users that receive system emails?

Neither of these seem to work for me.

Any Ideas?

Please Log in or Create an account to join the conversation.

  • Posts: 26004
  • Thank you received: 4004
  • MODERATOR
11 years 10 months ago #53948

Hi,

Please modify the file administrator/com_hikaserial/classes/pack.php [line 71]
Change the "loadObject" into:

$pack->current_quantity = $this->db->loadResult();

About the email, I change the content in order to remove blank spaces
<?php
$url = HIKASERIAL_LIVE.'administrator/index.php?option=com_hikaserial&ctrl=pack&task=edit&cid='; 
echo JText::sprintf('THE_PACK_STOCK_LEVEL_IS_LOW', $url.$data->pack_id, $data->pack_name, $data->current_quantity);

And I fixed the translation in the en-GB.com_hikaserial.ini file
THE_PACK_STOCK_LEVEL_IS_LOW="<a href='%s'>The pack %s has a stock of only %s serials.</a>"

The HikaSerial package is now up to date, so you can download the new version or update your files manually.

Regards and sorry for the inconvenient,


Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.

Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.
Last edit: 11 years 10 months ago by Jerome.

Please Log in or Create an account to join the conversation.

Moderators: Obsidev
Time to create page: 0.054 seconds
Powered by Kunena Forum