Jump to content

Broken link in German Language Support URL


cseamiya

Recommended Posts

Hi @cseamiya,

which version are you using?

Under Version 7.6.1 Template six my view is different :

image.png.12b307d2a14f89947481ff3c2c0dacfd.png

The Template - File you search is in ./whmcs/templates/orderforms/standard_cart (could be different)

close to Line 275,  you should be able to find the code 

<div class="col-md-6">
                        <div class="domain-promo-box">

                            <div class="clearfix">
                                <i class="fas fa-globe fa-4x"></i>
                                <h3>{lang key='orderForm.transferToUs'}</h3>
                                <p class="font-bold text-primary">{lang key='orderForm.transferExtend'}*</p>
                            </div>

                            <a href="cart.php?a=add&domain=transfer" class="btn btn-primary">
                                {lang key='orderForm.transferDomain'}
                            </a>

                            <p class="small">* {lang key='orderForm.extendExclusions'}</p>
                        </div>
                    </div>

in the german.php you should search for:

$_LANG['orderForm']['extendExclusions'] = "Ein Transfer ist für kürzlich verlängerte oder kürzlich geänderte gTLDs nicht möglich. Wenn Sie unsicher sind, ob Ihre Domain transferiert werden kann, erkundigen Sie sich bitte bei unserem <a href='/submitticket.php'>Support</a>.";

Here is the URL --> <a href='/submitticket.php'>Support</a>

 

Greetings Christian

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated