Attach Serial - Layout on OrderStatus Mail

  • Posts: 29
  • Thank you received: 0
10 years 4 months ago #133794

I have the Attach Serial Plugin running to send out Key's after received payment, but in the Order Status Changed Mail is the Attachment not perfect placed.

How can i define the, that the Attach Serial Data is full integrated in the Order Status Mail - centered and with the same background l - and not like the attached screenshot

Thanks

Attachments:

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

  • Posts: 25994
  • Thank you received: 4004
  • MODERATOR
10 years 4 months ago #133797

Hi,

The mail content in HikaSerial 1.7.4 is not right compatible with the new mail template for HikaShop 2.2.2
In the next version, we will fix it.

For the moment, you can override the views (in front-end and back-end) "orderserial | show_email_notification_html" and change the content.

<?php
if(!empty($this->data)) {
?>
	<table width="100%">
		<tr>
			<td style="font-weight:bold;background-color:#DDDDDD"><?php echo JText::_('SERIAL_DATA');?></td>
			<td style="font-weight:bold;background-color:#DDDDDD"><?php echo JText::_('ATTACHED_TO_PRODUCT');?></td>
		</tr>
<?php
	foreach($this->data as $data) {
?>
		<tr>
			<td><?php echo $data->serial_data; ?></td>
			<td><?php echo $data->order_product_name; ?></td>
		</tr>
<?php
	}
?>
	</table>
<?php
}
?>
The idea is to remove the "<tr><td>" at the beginning and at the end of the view.

Regards,


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.

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

  • Posts: 29
  • Thank you received: 0
10 years 4 months ago #133819

Dear Jerome,

thanks for the idea, but it bring it not to an view witch is comparable with the professional look of the "show_email_notification_html" template! I my mind, some customer might not be secure about the correctness of the appended serial numbers, because of the not matching layout and the unreadable key's.

Please, for an professionell use of the hika serial, it is absolute necessary that the appended serial's looking well and trustworthy!

Remember your customers and deliver an solution asap, to give us the chance to use the hika serial with our demanding and critical customers. IMHO there is no time for the "next" version, there time for an fix for your paying customers now!

Thanks

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

  • Posts: 25994
  • Thank you received: 4004
  • MODERATOR
10 years 4 months ago #133824

Hi,

I don't have to remember anything. If the release is not published yet, it is for specific reasons and it is not that I don't want to publish it.

Regards,


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.

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

  • Posts: 29
  • Thank you received: 0
10 years 4 months ago #133827

"I don't have to remember anything."

It's up to you....

do you have an date for that next release, that we can tell our customers that we could not deliver what they expect ?

btw. i know that there are every times specific reasons for or not for an release....


Thanks

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

  • Posts: 25994
  • Thank you received: 4004
  • MODERATOR
10 years 4 months ago #133837

Hi,

HikaSerial 1.7.5 will be release with the next version of HikaShop, during December.
It uses several modifications that I made in HikaShop but which wasn't included in the previous build.
The tests for my modifications has been done so it will include in the next package and I will be able to release HikaSerial.

Regards,


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.
The following user(s) said Thank You: mkaker

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

  • Posts: 9
  • Thank you received: 2
10 years 4 months ago #133955

Thanks Jerome, this fix worked perfectly for me- HikaShop and HikaSerial have been great for building our site and I really appreciate all of the value you bring.

Jeff

The following user(s) said Thank You: Jerome

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

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