Erik Telepovský
Erik Telepovský
Oh. I see now. Thanks.
Well, the existing dict ``` SHIPPING_SERVICES = { '1dayair': '01', # Next Day Air '2dayair': '02', # 2nd Day Air 'ground': '03', # Ground 'express': '07', # Express 'worldwide_expedited': '08',...
Any update with this? It can be achieved by adding this at line 29 in file `cmb-field-map.php`: ``` python 'placeholder' => __( 'Your location placeholder', 'textdomain' ), ``` But it...
I agree that CMB2 and this field are developer oriented and so the key should be defined in the source code. Maybe using a WordPress filter?
Perfect @phh ;)
Any update with this? How can I set default map location without touching plugin source code?
@shaynesanderson I know where it is defined. But I don't want to modify original source code. I would like to change it dynamically for example using field settings.
Perfect. Any estimate of merging this?
The price formatting is not working for all currencies. See admin screenshot attached:  There is an unicode bug in django-money library. This workaround works: ``` python def price_unicode(self, obj):...