Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Realtyna

    (@realtyna)

    Hi,

    Yes, you should add a custom unit in [wp_prefix]_wpl_units table and name it $/sqm.

    Please set its ID higher than 10000 because if you set low ID we may add new units in the future with the same ID and it will create ID conflict.

    Regards,
    Realtyna support team

    Thread Starter ellekaie

    (@ellekaie)

    How do you assign that unit to a field?

    Thread Starter ellekaie

    (@ellekaie)

    Hi, I can now see how. I need to assign the type of the custom unit with:
    1=length,2=area,3=volume, or 4=price.

    However, this unit can’t be shown as $xxx/sqm but either $/sqmxxx or xxx$/sqm.

    Plugin Author Realtyna

    (@realtyna)

    Hi,

    Type of new field is 4 (price) It should show after the price so before_after column should be 1. It must be enabled too so the enabled column must set to 1. tosi column should be 1 if by $ you mean USD otherwise you should insert the correct exchange rate with USD.

    Then the prices should shown like 8000 $/sqm. If you like to show it in other ways, you need to customize the codes. You should modify this file (Not recommended): /path/to/wpl/libraries/dbst_show/general.php the price section.

    Regards,
    Realtyna support team

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Make Price unit $/sqm’ is closed to new replies.