Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

more info url


ridesign

Recommended Posts

I am using the more info url

but when i add a url into it e.g. :

www.site2.com.com/ak/12/a.php

 

but on the product page it is changing it to:

http://www.site1.com/catalog/redirect.php?...ak%2F12%2Fa.php

 

the part:

 

www.site2.com%2Fak%2F12%2Fa.php

is giving me problems is there anyway to have it so it doesn't change the url in any way?

 

also is it possible to modify so that i can add the full url with http instead of having to remove it each time?

 

I hope someone can help me:)

 

thanks

Link to comment
Share on other sites

by more info url i mean product url

 

thanks

 

Have you checked the support thread? Always a good place to start.

The Knowledge Base is a wonderful thing.

Do you have a problem? Have you checked out Common Problems?

There are many very useful osC Contributions

Are you having trouble with a installed contribution? Have you checked out the support thread found Here

BACKUP BACKUP BACKUP!!! You did backup, right??

Link to comment
Share on other sites

Here is the code i am using in the product info page

<a href="<?php echo tep_href_link(FILENAME_REDIRECT, 'action=url&goto=' . urlencode($product_info['products_url']), 'NONSSL', true, false); ?>"><img src="/templates/Helius/images/buttons/english/button_in_cart.gif" border="0"></a>

 

is it something to do with the urlencode?

 

thanks

Link to comment
Share on other sites

I am using the more info url

but when i add a url into it e.g. :

www.site2.com.com/ak/12/a.php

 

but on the product page it is changing it to:

http://www.site1.com/catalog/redirect.php?...ak%2F12%2Fa.php

 

the part:

 

www.site2.com%2Fak%2F12%2Fa.php

is giving me problems is there anyway to have it so it doesn't change the url in any way?

 

also is it possible to modify so that i can add the full url with http instead of having to remove it each time?

 

I hope someone can help me:)

 

thanks

Try nenaming with out the spaces.

Get ride of the space between the letters example

www.site2.com%2Fak%2F12%2Fa.php

( WARNING )

I think I know what Im talking about.

BACK UP BACK UP BACK UP BACK UP

Link to comment
Share on other sites

Try nenaming with out the spaces.

Get ride of the space between the letters example

www.site2.com%2Fak%2F12%2Fa.php

 

Hi,

what do you mean without the spaces?

the product url i enter on add products page is :www.site2.com.com/ak/12/a.php

 

But it changes it to this: www.site2.com%2Fak%2F12%2Fa.php

 

Do you want me to remove the % symbols?

 

Thanks

Link to comment
Share on other sites

  • 2 weeks later...

Archived

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

×
×
  • Create New...