+ Reply to Thread
Page 3 of 3 FirstFirst 123
Results 21 to 28 of 28

Thread: Sellers phone number

  1. #21
    Hello Guys, i have used the same indications, all good, but the slide toggle is open by default, when i open an add, if i click on "show phone number " is closing . how do i change this to be close by default?
    Really appreciated.

  2. #22
    Hi anyone giving an an advice ? thanks.

  3. #23
    Hi Florian,

    Have you added the JavaScript code?

  4. #24
    Hi Hassan, yes the java code have been added, also is there any particular line that the code have to be inserted?
    i have placed at the beginning of the file.

  5. #25
    Hi Florian,

    i m not sure, i have to see what you have done !

    Could you send what you have done?

  6. #26
    Hi Ameer Hassan
    i use this code for show the phone number
    <a href="tel:"> {$seller_info.phone|replace:'a:':'('|replace:'n: ':') '|replace:'|':''}</a>
    the problem i have this (055n:2921378

    How make to replace 'n:' to ')'

    But it keeps returning the number like this (055n:2921378 where it should be (055)2921378

    (055n:2921378 >------ To ------> (055)2921378

    Thinks
    Last edited by nirvano; June 20, 2016 at 10:32 PM.

  7. #27
    Hi nirvano,

    Have you solved it?

    replace in code replace what is already in number field, so if there n it will be replaced to what you write in code but if not, you will get (055n:2921378

  8. #28
    Hi Ameer Hassan

    Yes ..... every think its good

    i have this 055-2921378 Now i have i problem in "(" and ")" carectair

    Thinks man

+ Reply to Thread