• Resolved Peter Opsomer

    (@popsomer)


    Hello,

    I have already sent a few emails to you, and you just don’t respond! Why not?

    I am willing to pay to reactivate my license, but I want to make sure I can change my current unit “Product Search” to “Category”.

    Please reply quickly, because now my website is unfunctional.

    Again: I will pay immediately and then I can finally make the necessary adjustments.

    Best regards,

    The page I need help with: [log in to see the link]

Viewing 15 replies - 1 through 15 (of 39 total)
  • Plugin Author miunosoft

    (@miunosoft)

    Hello,

    I have already sent a few emails to you, and you just don’t respond!

    You are simply not noticing the replies. Please check including the spam folder.

    Thread Starter Peter Opsomer

    (@popsomer)

    Okay, strange that your mail is in the “spam” folder! (and at 4:30 am today…) European time… So that’s not so long ago.

    I have 133 Auto Amazon Pro Links – units: 1 is a category, and all the others have a unit of “Product Search”. So, that is 132 pages/posts not working anymore. What can I do? Do I have to pay for the reactivation of my license key?

    Plugin Author miunosoft

    (@miunosoft)

    Not necessary.

    Tell me the unit ID of the category unit.

    Thread Starter Peter Opsomer

    (@popsomer)

    Hello,

    The only “category” unit has the id: 20723 and is called “Artificial Fishing Lures”.

    Best Regards,

    Plugin Author miunosoft

    (@miunosoft)

    Add this code in functions.php.

    add_filter( 'aal_filter_output', function( $sOutput, $aArguments ){
        if ( isset( $aArguments[ 'unit_type' ] ) && 'category' === $aArguments[ 'unit_type' ] ) {
            return $sOutput;
        }
        return AmazonAutoLinks_Output::getInstance( array( 'id' => 20723 ) )->get();
    }, 100, 2 );

    Thread Starter Peter Opsomer

    (@popsomer)

    I have 3 functions.php files in my root directory:

    1. public_html/wp-content/plugins/amazon-auto-links-pro/include/v2/template/column/functions.php.     (9 KB)
    2. public_html/wp-content/plugins/amazon-auto-links-pro/include/v2/template/column/functions.php      (668 b)
    3. public_html/wp-content/plugins/amazon-auto-links-pro/include/v2/template/column/functions.php.     (699 b)

    How is that possible? And which one do I have to edit?

    Plugin Author miunosoft

    (@miunosoft)

    See here.

    Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    I have already sent a few emails to you, and you just don’t respond! Why not?

    I’ve no idea but this is not a conversation for these forums.

    For pro or commercial product support please contact the developer directly on their site. This includes any pre-sales topics as well.

    As the developer is aware, commercial products are not supported in these forums. I am sure they will have no problem supporting you there.

    Thread Starter Peter Opsomer

    (@popsomer)

    Hello, I have added the code you send me to the ‘functions.php’-file in the directory wp-content/themes/generatepress, and now I always get the error HTTP ERROR 500…

    My website is once again unfuctional…

    HELP ME PLEASE…

    Plugin Author miunosoft

    (@miunosoft)

    Make sure you put the code after <?php. Just add it at the bottom of the file to be safe.

    Thread Starter Peter Opsomer

    (@popsomer)

    I just did that… And now I cannot do anything anymore… My website is unfunctional…

    Plugin Author miunosoft

    (@miunosoft)

    What is the PHP version?

    Thread Starter Peter Opsomer

    (@popsomer)

    Hello,

    php – Version 3.4.0

    Best Regards,

    Plugin Author miunosoft

    (@miunosoft)

    PHP 3.4.0 does not exist. You must have mistyped or referred to a different program version. Navigate to Dashboard -> Tools -> Site Health -> Info -> Server. Then post the relevant information.

    Thread Starter Peter Opsomer

    (@popsomer)

    And this one:

    7.4.33 (Supports 64bit values)

Viewing 15 replies - 1 through 15 (of 39 total)
  • The topic ‘Reactivate my license key.’ is closed to new replies.