attach invoice field showing switched off fields

  • Posts: 187
  • Thank you received: 10
11 years 7 months ago #93060

We have switched of the field "address_state" in the shop (completely). All Red dots in the backend but the generated PDF invoice still shows this in a crippled way.


Attachments:

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

  • Posts: 12953
  • Thank you received: 1778
11 years 7 months ago #93071

Hi,

I think that you'll have to directly edit the code of your pdf invoice plugin (plugins/hikashop/attachinvoice/attachinvoice/invoice.php) and change this line :

echo $order->$oneAddress->address_country.'<br/>';
by this line :
// echo $order->$oneAddress->address_country.'<br/>';

Hope this will help you.

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

  • Posts: 187
  • Thank you received: 10
11 years 7 months ago #93072

Thank you for the suggestion I fixt that already :-)
But it seems important to put it on the bug list.

The following user(s) said Thank You: Mohamed Thelji

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

  • Posts: 12953
  • Thank you received: 1778
11 years 7 months ago #93076

Ok, thanks for your feed back ;).

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

Time to create page: 0.073 seconds
Powered by Kunena Forum