Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Problem with link..


Guest

Recommended Posts

I was making an new link to help costemers tracking there ordres but when i save the text with the link in it , in my admin section i get an stange error.

 

This is the link as it was mabe originaly:

 

<a class="boxText" href="http://www.postdanmark.dk" target="_blank">Tracking nummer</a>

 

And this is how it looks after it has benne saved :

 

<a class="boxText" href="http://www.postdanmark.dk" target="_blank"><b>Tracking nummer ( KLIK HER ) </b></a>

 

 

Why is that and what do i do to fix it.

 

And another small matter.

All my linkt to manufactors has http://http://www********

 

How do i eliminate the first set og http://

 

Best Regards

 

Jesper Laulund

Denmark

 

http://www.lummet.dk

Link to comment
Share on other sites

I was making an new link to help costemers tracking there ordres but when i save the text with the link in it ' date=' in my admin section i get an stange error.

 

This is the link as it was mabe originaly:

 

<a class="boxText" href="http://www.postdanmark.dk" target="_blank">Tracking nummer</a>

 

And this is how it looks after it has benne saved :

 

<a class="boxText" href="http://www.postdanmark.dk" target="_blank"><b>Tracking nummer ( KLIK HER ) </b></a>

 

 

Why is that and what do i do to fix it.

 

 

Where are you trying to add this? in php you normally need to add around " in order for it to work.

 

 

 

 

And another small matter.

All my linkt to manufactors has http://http://www********

 

How do i eliminate the first set og http://

 

Without knowing much else, I would guess that when you enter the URL in the manufacturer's area, that you shouldn't be entering the http://www.***

 

only the www.domainname.com

 

try that and see if that helps.

Link to comment
Share on other sites

I did as you suggested ,and it worked.

But now i get another strange error , if you can call it that.

 

http://www.lummet.dk/"www.postdanmark.dk/"

 

Why is http://www.lummet.dk/ addet ?

 

The link as it loks now , after the change:

 

<a class="boxText" href="www.postdanmark.dk" target="_blank">Tracking nummer</a>

 

There is no were i did an anything to make it add :http://www.lummet.dk

 

Im grateful for any helt you can offer.

 

Best Regards

Jesper Laulund

Denmark

 

:wink:

Link to comment
Share on other sites

I did as you said , addet http:// to the link code..

 

<a class="boxText" href="http://www.postdanmark.dk" target="_blank">Tracking nummer</a>

 

But that takes me back to the original problem.

When i save it in the admin module , i get this :

 

<a class="boxText" href="http://www.postdanmark.dk" target="_blank">Tracking nummer</a>

 

When an cuntemer clicks on the link i get en error msg saying the link dossent exist , check the path.

 

:cry:

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...