Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
IPCommerceFan Posted November 2, 2021 Posted November 2, 2021 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: 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: Thanks!
Solution Stuart Silvester Posted November 2, 2021 Solution Posted November 2, 2021 Hi, Thank you for letting us know, we'll make sure this is fixed in a future release. IPCommerceFan 1
Recommended Posts