• Resolved eqvvv

    (@eqvvv)


    hi,
    i am using the free version.

    Now I’m trying to redirect after the code is validated.
    So I create my redirect url (to the shop page).
    https://eqvtest.netsons.org/shop/{CODE}/{IP}/ i have the answer:
    Oops! That page can’t be found.

    Where am I wrong? I tried to see some guides but I don’t understand my mistake.

    Thanks,
    Stefano

Viewing 10 replies - 1 through 10 (of 10 total)
  • Plugin Author Saso

    (@sasonikolov)

    Hello Stefano,

    if you use the placeholder tags ({CODE}, {IP}, etc) then you need also to make sure that the page exists.

    e.g. lets assume you have a customer/user with IP 123.123.123.123 and the code is 123-456. Then the redirect URL will be translated into:
    https://eqvtest.netsons.org/shop/123-456/123.123.123.123/

    Do you realy have this path structure set up? If you just want the IP and the used code to be passed asa URL parameters change the redirect URL to something like this.
    https://eqvtest.netsons.org/shop/?code=123-456&ip=123.123.123.123

    Hope this helps.

    Thread Starter eqvvv

    (@eqvvv)

    Hello and thanks for the reply.

    Should I change anything in the permalink? here should I find the placeholders to add to the url?
    I’m sorry, I think I’m missing something…

    Thanks,
    Stefano

    Thread Starter eqvvv

    (@eqvvv)

    Hi,

    please I would need to understand how to use that type of url (how can i setup the path…?) also because the plugin is great and I could buy it.

    Thank you very much,
    Stefano

    Plugin Author Saso

    (@sasonikolov)

    Hello eqvv

    I cannot help to form a URL that is achieving something you want to be done.
    First of all the URL needs to point to an existing website/resource or at least will be picked up by the webserver and handled.

    You need to know your URL to use the redirect feature. The redirect feature allows you to use internal (from the serial code) placeholder, that will be replaced will the (redirect)URL is send to your client. This allows you to add the e.g. the used serial as GET parameter to the URL or use the code list of the serial to be added to the URL path. The URL has to be understandable for the browser.

    How to form a URL? This depends on your use case and environment.
    Since this is not related to the plugin but how the internet and browser works, I am not realy able to help you here.

    Thread Starter eqvvv

    (@eqvvv)

    Hello,
    thanks for your patience.

    I have overcome that problem by inserting the required code in each product.

    One thing, would it be possible to log invalid codes entered? and maybe bind them to a user?
    Maybe paying for a possible development…

    Thanks,
    Stefano

    Thread Starter eqvvv

    (@eqvvv)

    one more thing, seen this advise “One purchase of the premium plugin allows you to use it on one WordPress installation. Multisites are not supported.”

    If I install the plugin on a support (eqvtest.netsons.org) site then will I be able to install it again on the official site? Example: eqvlottery.it

    Plugin Author Saso

    (@sasonikolov)

    Hello,

    please use for such inquieres the [email protected] so that we can have a better track, can answer faster with more details and not polluting this forum.

    Codes checks that have a result “not found” are not logged.
    Basically only the successful validation is stored to the code.
    Also the user registration to a code and the sale of a code.

    You can activate the user binding in the options.
    https://vollstart.de/serial-codes-validator-premium/docs/

    Plugin Author Saso

    (@sasonikolov)

    Hello Stefano

    the premium plugin will be sold with a serial. Once installed on a site, it will be bound to the site. You cannot use the premium plugin (with the same serial) on other sites.

    You will need for each site a premium serial number for the premium plugin.

    Thread Starter eqvvv

    (@eqvvv)

    uninstalling it on one site it will therefore not be possible to reinstall it on another I understand correctly?

    Plugin Author Saso

    (@sasonikolov)

    Yes, it will be bound.
    You can request a site change via support.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Redirect error’ is closed to new replies.