Announcement

Collapse
No announcement yet.

LiquidNet Address

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • clivejo
    replied
    Can you give me access to your site donerite?

    Leave a comment:


  • doneritehosting
    replied
    No go on that one clivejo.....

    Leave a comment:


  • clivejo
    replied
    Not sure, try replacing "split" with "comp_details"

    Leave a comment:


  • doneritehosting
    replied
    Come join the band lol

    Leave a comment:


  • doneritehosting
    replied
    Ok I have tried to do it myself with no success..... oh master clivejooooo....

    Leave a comment:


  • doneritehosting
    replied
    Ok ezy..... I'm tied up right now but I will try it tonight and see if I can do it.....

    Leave a comment:


  • ezyuser
    replied
    Doneritehosting, I have also tried to change the script from liquidnet ltd. to liquidnet us llc but still cannot.

    Leave a comment:


  • doneritehosting
    replied
    Very probably its because the order forms are now using the US based business address now instead of the UK address. Couple of posts up details how to change the script to accommodate for it......

    Leave a comment:


  • ezyuser
    replied
    I noticed that with the recent changes to the wordpress theme order form to incorporate the promo code, the script above to hide or replace the Liquidnet address and contact not functioning anymore. Can anyone help me on this. Thanks.

    Leave a comment:


  • doneritehosting
    replied
    It is curious clivejo

    Leave a comment:


  • clivejo
    replied
    Still curious as to why it was changed :/ I wonder is this to do with the US payment issues?

    Leave a comment:


  • doneritehosting
    replied
    Yes it works I used 'LiquidNet US LLC' in the original code to display an alternate company address. http://www.doneritehosting.net/order-form/

    Leave a comment:


  • sydnac
    replied
    I saw that too...

    Order Form – Old address that was on the bottom left hand side:

    LiquidNet Ltd.
    13 Craigleith, 7 Kersfield Road
    Putney, London SW15 3HN
    United Kingdom

    -------------------------------------------

    Old Removal Code: [rp_order_form]
    <script>
    $(".split:contains('LiquidNet Ltd.')").css("display", "none");
    $(".right:contains('+1-866-841-6141')").css("display", "none");
    </script>
    ------------------------------------------------

    Order Form – New address that is now on the bottom left hand side:
    LiquidNet US LLC
    6750 North Andrews Ave, suite 200
    Fort Lauderdale, Florida 33309
    United States

    I am wondering how to change the above code so the new address will not show on the order form?
    Is the following removal code change going to work with the new address?
    --------------------------------------

    New Removal Code: [rp_order_form]
    <script>
    $(".split:contains('LiquidNet US LLC')").css("display", "none");
    $(".right:contains('+1-866-841-6141')").css("display", "none");
    </script>
    ------------------------------------------------

    Leave a comment:


  • clivejo
    replied
    The LiquidNet address has changed recently meaning you will need to modify the code to replace it. Anyone from RSP able to shed some light on why its moved to the US? Are you withdrawing from the UK?

    Leave a comment:


  • sydnac
    commented on 's reply
    I have just read over all the comments in this thread and from that other link shown, and have added the code as suggested to the order page -- the code works great! Thank you very much!

    Oops -- I just noticed that one has to add the code to all of the order pages not just the main order page.
    Last edited by sydnac; 29-10-2013, 08:54 AM.
Working...
X