Attached PDF Invoice plugin

  • Posts: 584
  • Thank you received: 22
  • Hikaserial Subscription Hikashop Multisite
7 years 1 month ago #265763

-- url of the page with the problem -- :
-- HikaShop version -- : 3.0.1
-- Joomla version -- : 3.6.5
-- PHP version -- : 7

Hi supportteam,

Ik like to place the date in a table on the same height as the store address but the date doesn't show up.
It's the same code as below but in a table it doesn't work anaymore.

Do you know how to fix this?

Kind regards,
Lumiga


Kind regards,
Lumiga
Attachments:
Last edit: 7 years 1 month ago by Lumiga.

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

  • Posts: 26007
  • Thank you received: 4004
  • MODERATOR
7 years 1 month ago #265764

Hello,

Please take a further look at the code ; you will see some interesting code around the line 70.

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: 584
  • Thank you received: 22
  • Hikaserial Subscription Hikashop Multisite
7 years 4 weeks ago #265969

Hi Jerome,

I like puzzles ;-)

But I don't know what you mean. Around line 70 has something to do with the invoice number. Right?
But that's another question (ticket) which is clear to me now, but in this case I don't know why there is no date showing up when I put the same code as below into a table at the top.

Hope you can help me or give me another hint.

Kind regards,
Lumiga


Kind regards,
Lumiga

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

  • Posts: 584
  • Thank you received: 22
  • Hikaserial Subscription Hikashop Multisite
7 years 4 weeks ago #265972

Sorry, it's working now ;-)

So it's only showing up the date when your order is confirmed. Am I Right?
But the I am curious why the date below the invoice number or is showing up when the order wasn't confirmed yet.

But anyway 'the invoice is only send and create after a order is confirmed so I'm happy now.

Kind regards,
Lumiga


Kind regards,
Lumiga
Last edit: 7 years 4 weeks ago by Lumiga.

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

  • Posts: 81539
  • Thank you received: 13069
  • MODERATOR
7 years 4 weeks ago #265974

Hi,

The invoice is created when the order is confirmed.
When the order is not yet confirmed the field order_invoice_created is empty.
The second line of code works because before you have the line:
$order->order_invoice_created = $order->order_created;
which sets the order creation date as the invoice creation date when the order is not yet confirmed.
So in order code, if you used order_created instead of order_invoice_created, it would work all the time but it would display the order creation date and not the invoice creation date.
So the solution depends on what you want...

The following user(s) said Thank You: Lumiga

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

  • Posts: 584
  • Thank you received: 22
  • Hikaserial Subscription Hikashop Multisite
7 years 3 weeks ago #266103

Thanks Nicolas!


Kind regards,
Lumiga

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

Time to create page: 0.074 seconds
Powered by Kunena Forum