cancel
Showing results for 
Search instead for 
Did you mean: 

How to Change Item Type PoinOfService Coordinates Values Latitude and Longitude values Such that they become Editable ?

y_elpyaz
Participant
0 Kudos
 

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Elpyaz,

In hmc.xml of basecommerce extension, you'll find the editor section of PointOfService as:

< attribute name="latitude" editable="false" />

< attribute name="longitude" editable="false" / >

You could override this in your custom extension's hmc.xml and provide the value of editable attribute as true.

Thanks.