Jump to content

[bug] 4.6.7 - Theme - nexus_pfield lang string missing


Go to solution Solved by Stuart Silvester,

Recommended Posts


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!

 

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...