Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author YITHEMES

    (@yithemes)

    Hi again, Felipe

    I paste here the answer I sent you in the previous post

    please check that your permalink configuration ends with a “/” character, in Dashboard->Settings->Permalinks

    It should be something like that:

    /%postname%/

    If you don’t set the trailing slash, wordpress will set use_trailing_slashes property of class WP_Rewrite to false, and won’t redirect to url with the correct trailing slash;

    Anyway, we will pass wishlist permalink to trailingslashit() in the next update, to prevent similar problem

    Let us know and have a nice day ??

    Thread Starter Filipe Costa

    (@filipecostacom)

    Hi, and thanks for your answer!

    I added the “/” to the end of the permalink and i can see in the URL that the slash (/) is appearing now.

    However after some more testing i found that the URL is still not working with a subpage.

    For you to better understand here is what i found:
    https://www.domain.com/shop/wishlist/view/VI15JTFKMLUX/ – Doesn’t work
    https://www.domain.com/shop/wishlist/view/ – Doesn’t work
    https://www.domain.com/shop/wishlist/ – Works

    https://www.domain.com/wishlist/view/VI15JTFKMLUX/ – Works
    https://www.domain.com/wishlist/view/ – Works
    https://www.domain.com/wishlist/ – Works

    So as you can see the plugin still has problems with subpages ??

    Thanks!

    Plugin Author YITHEMES

    (@yithemes)

    Hi again, Felipe

    marking this as solved. We can talk of subpages problems in you previous post ??

    Wow, it’s really works!
    thank you

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Bug 2.0.5: Wishlist URL is not working’ is closed to new replies.