Jump to content

Featured Replies

Posted


When viewing a nexus invoice on the front end for a physical product, Pending shipping items show the nexus pfield ID instead of the name:

image.png.c9bf042cc39f95b156be0766cf8cf112.png

If we change this in nexus -> front -> clients -> invoice (line 220):

										<span class="ipsType_light">
											{{foreach $item['details'] as $k => $v}}
												{lang="$k"}: {$v}<br>
											{{endforeach}}
										</span>

To this:

										<span class="ipsType_light">
											{{foreach $item['details'] as $k => $v}}
												{lang="nexus_pfield_$k"}: {$v}<br><br>
											{{endforeach}}
										</span>

We get this:

image.png.33f3a0515162dacf78e5bbef127ffe05.png
Thanks!

 

Solved by Stuart Silvester

Go to solution
  • Solution

Hi,

Thank you for letting us know, we'll make sure this is fixed in a future release.

Recently Browsing 0

  • No registered users viewing this page.