• 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 9 replies - 31 through 39 (of 39 total)
  • Thread Starter Peter Opsomer

    (@popsomer)

    Sorry, but with that latest code, I get the ERROR 500… I’ve turned to the previous code and it works again…

    Plugin Author miunosoft

    (@miunosoft)

    Could be a namespace issue. Try this.

    add_filter( 'aal_filter_pre_unit_output', function( $sOutput, $aArguments ){
        static $_iUnitID = 20723;
        if ( isset( $aArguments[ 'unit_type' ] ) && 'category' === $aArguments[ 'unit_type' ] ) {
            return $sOutput;
        }
        if ( isset( $aArguments[ 'id' ] ) && $_iUnitID == $aArguments[ 'id' ] ) {
            return $sOutput;
        }
        return \AmazonAutoLinks_Output::getInstance( array( 'id' => $_iUnitID, 'unit_type' => 'category' ) )->get();
    }, 100, 2 );
    Thread Starter Peter Opsomer

    (@popsomer)

    Hello,

    I’m creating new units, do I still need that code? Because it only shows the unit with id 20723…

    Best Regards,

    Plugin Author miunosoft

    (@miunosoft)

    Did the last code work?

    If you are now creating only Category units, then keep the code until you delete all the other unit types, in your case, Product Search.

    Thread Starter Peter Opsomer

    (@popsomer)

    I cannot do that, because I cannot see my newly created units. It always shows the unit 20723…

    Thread Starter Peter Opsomer

    (@popsomer)

    Hello,

    Could it be that the list of categories in “Auto Amazon Links” differs from the category list on Amazon?

    I want to make a unit about “RC Bait Boats”, but I can’t find the appropriate category..

    Best regards,

    Plugin Author miunosoft

    (@miunosoft)

    You are not answering whether the last provided code worked or not.

    Thread Starter Peter Opsomer

    (@popsomer)

    Yes, the last code works, but I cannot see my newly created units. It’s always the unit 20723… So, I deleted the code.

    Moderator Support Moderator

    (@moderator)

    closed. please dont do paid product support on www.remarpro.com forums.

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