Welcome to TalkGraphics.com
Results 1 to 10 of 10
  1. #1
    Join Date
    Mar 2013
    Location
    Los Angeles, CA
    Posts
    54

    Default https Links from Button Not Working - HELP! (Please :)

    We're building a confidential website for a client and cannot add Merchee http page links to a button. Whenever we do, it always ends up including the site domain before the link, which results in a 404 Not Found error. An example (these links do NOT work, they are samples only) would be:

    We enter this in the Link field in Xara:

    http://shpInk.com/000samp

    NOTE: When the button is clicked by the visitor, this link would convert to:

    https://merchee.com/pos/index.cfm?pon=00000

    Once the site is published, what we get for a link URL is:

    www.OurSite.com/ http://shpInk.com/000samp

    Hence the 404 result.

    Now, since these shpInk.com links redirect to a Merchee page that is https secure, so we're not sure how this is relating (or not relating) to the link added in Xara.

    Can anyone help? We'd be appreciative. We have been tearing our hair out for several hours over this and have also looked through the forums and found nothing to help us specifically with this issue. That's not to say it doesn't exist, just that we couldn't find it.

    Thanks again for any help!

  2. #2
    Join Date
    Dec 2000
    Location
    Hautes Pyrénées, France
    Posts
    5,083

    Default Re: https Links from Button Not Working - HELP! (Please :)

    when you adda a link to a button uncheck the box that says correct link automatically

    this may fix your problem
    If someone tried to make me dig my own grave I would say No.
    They're going to kill me anyway and I'd love to die the way I lived:
    Avoiding Manual Labour.

  3. #3
    Join Date
    Mar 2013
    Location
    Los Angeles, CA
    Posts
    54

    Default Re: https Links from Button Not Working - HELP! (Please :)

    Hi, Frank:

    Thanks for the suggestion. Unfortunately, we have tried that and it does not work.

  4. #4

    Default Re: https Links from Button Not Working - HELP! (Please :)

    It's your link http://shpink.com/000samp that is producing the 404, nothing to do with Xara designer.

  5. #5
    Join Date
    Dec 2000
    Location
    Hautes Pyrénées, France
    Posts
    5,083

    Default Re: https Links from Button Not Working - HELP! (Please :)

    Quote Originally Posted by diamondpacific View Post
    An example (these links do NOT work, they are samples only) would be:
    If someone tried to make me dig my own grave I would say No.
    They're going to kill me anyway and I'd love to die the way I lived:
    Avoiding Manual Labour.

  6. #6

    Default Re: https Links from Button Not Working - HELP! (Please :)




    ...but not easy to test without a working link..

  7. #7
    Join Date
    Aug 2000
    Location
    Placitas, New Mexico, USA
    Posts
    41,530

    Default Re: https Links from Button Not Working - HELP! (Please :)

    I was thinking the same thing, sledger.

  8. #8
    Join Date
    Mar 2013
    Location
    Los Angeles, CA
    Posts
    54

    Default Re: https Links from Button Not Working - HELP! (Please :)

    Okay, since people aren't getting the "sample" part of the posting, I've set up a "functional" button on my personal website that duplicates the problem in real-time:

    http://www.richarddeanstarr.com/store.htm

    If you click on the "Buy Now" button for the first book in the store, TALES OF ZORRO, you'll see the problem when it tries to redirect.

    This is a legitimate Merchee button, not a mockup. The 404 is coming out of Xara because it will not allow a re-direct like this...for reasons I'm at a loss to explain.

    Here is the Merchee link (which functions just fine):

    http://shplnk.com/17tGCxL

    Again, any help you can provide is now desperately needed We have to have these links working no later than Tuesday morning.

    Thanks to one and all!

    P.S. I'd like to point out that if we can solve this, Merchee would be a great solution for Xara developers who want to create small stores for their clients.


    Quote Originally Posted by sledger View Post



    ...but not easy to test without a working link..

  9. #9

    Default Re: https Links from Button Not Working - HELP! (Please :)

    Quote Originally Posted by diamondpacific View Post
    Okay, since people aren't getting the "sample" part of the posting
    Sorry about that, was late, missed it.

    Looking at the source code I can see that you have a space before the URL.
    Check this in the link properties in Xara Web Designer because this will lead to the problem you are encountering

    Code:
     <a href="%20http://shplnk.com/17tGCxL%20" onclick="return(xr_nn());">
      <img class="xr_ap xr_ax_2" src="index_htm_files/1631.png" alt="buy now" title="" onmousemove="xr_mo(this,0,event,643,752)" style="left: 643px; top: 752px; width: 62px; height: 21px;"/>
    The space after the URL should not be there either, but browsers will ignore this.
    Attached Thumbnails Attached Thumbnails Click image for larger version. 

Name:	space.jpg 
Views:	92 
Size:	23.0 KB 
ID:	97355  

  10. #10
    Join Date
    Mar 2013
    Location
    Los Angeles, CA
    Posts
    54

    Default Re: https Links from Button Not Working - HELP! (Please :)

    Attention to detail...I should know better.

    You're ABSOLUTELY correct, Sledger.

    You saved our butts...THANK YOU!

    Quote Originally Posted by sledger View Post
    Sorry about that, was late, missed it.

    Looking at the source code I can see that you have a space before the URL.
    Check this in the link properties in Xara Web Designer because this will lead to the problem you are encountering

    Code:
     <a href="%20http://shplnk.com/17tGCxL%20" onclick="return(xr_nn());">
      <img class="xr_ap xr_ax_2" src="index_htm_files/1631.png" alt="buy now" title="" onmousemove="xr_mo(this,0,event,643,752)" style="left: 643px; top: 752px; width: 62px; height: 21px;"/>
    The space after the URL should not be there either, but browsers will ignore this.

 

 

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •