Erik Telepovský

Results 71 comments of Erik Telepovský
trafficstars

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?

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: ![money_formatter](https://cloud.githubusercontent.com/assets/2685808/2840969/7f439f10-d05f-11e3-883c-51dc80556870.png) There is an unicode bug in django-money library. This workaround works: ``` python def price_unicode(self, obj):...