Joomla 3.9.11
VM 3.6.2
Can someone tell me where I can translate "Shipping Address 1" in the "Select Address" field in shopping cart?
I cannot find the string "Shipping Address 1" at Languages Overrides.
Thanks, Baloe
Turn on joomla language debugging or talk to your template supplier.
Jörgen @ Kreativ Fotografi
Hello Jörgen, thank you for your prompt reply.
I did what you suggested (language debugging) and tested in template VMBeez with the standard checkout form but text does not appear in the language files.
I suspect it's hard coding?
Picture
I would guess that. Unpack all Your files locally and use "Agent Ransack" or similar tool to search for this string.
Jörgen @ Kreativ Fotografi
not in files -- what even is that dropdown?
multiple shipping addresses? then isn't it the nickname?
Since when was it a dropdown ?
On the standard template I just get radios
Might be a 'Default' entry in a 'shopper field' setting.
If You do not find the string, You should talk to your OPC provider. Th OPC makes the dropdown and, he can probably help You with this.
Jörgen @ Kreativ Fotografi
The string should be somewhere, so that you can't find it means you're not searching in the right place.
99.99% sure it's somewhere in your files. Is it hard to download all files locally and search for the string?
(0.01% chance it's in the database, but it's bad practice and I've never seen anyone do this.)
It can be hardcoded into a plugin, module, component or template, or it's in a language file somewhere.
I found the string in OPC (One Page Checkout) plugin -> cartview.html line 607
Thank you for all your help!