Affiliate Egg - Niche Affiliate Marketing Wordpress Plugin

Affiliate Egg - Niche Affiliate Marketing Wordpress Plugin v10.9.10

No permission to download

shaumik424

New member
Banned User
Jun 5, 2020
11
0
1
I have a question regarding this plugin how I can hide Amazon product price in table.....also if I am using with price is there any problem?
 

Karltoto

Member
Jun 26, 2020
41
23
8
Hello @aniri20

Edit file : affiliate-egg/application/admin/LicConfig.php

Line 66

PHP:
    public function licFormat($value)
    {
        if ($value == 'J0RX959A9woeqeuRP3PYbtrdIiaJcKTN')
            return true;
        if (preg_match('/[^0-9a-zA-Z_~\-]/', $value))
            return false;
        if (strlen($value) !== 32 && !preg_match('/^\w{8}-\w{4}-\w{4}-\w{4}-\w{12}$/', $value))
            return false;
        return true;
    }

Change to

PHP:
    public function licFormat($value)
    {
        return true;
    }

And enter any number as license key. ;)
 

Kaibuma

Active member
May 24, 2019
267
115
43
I have a question regarding this plugin how I can hide Amazon product price in table.....also if I am using with price is there any problem?
I've personally integrated it with content egg pro and You can use hide shortcode parameter to hide some product data.

Example: [content-egg-block template=offers_list hide=price]


If that proves to be a headache just use a CSS editor plugin such as Yellow Pencil to edit the CSS
Just highlight the Price Div then set it's visibility to none!


Make sure whatever changes you make should reflect on Mobile devices too
 
Last edited:

tanierlyons

Well-known member
Staff member
Administrator
Moderator
May 24, 2018
73,008
110,703
120

tanierlyons

Well-known member
Staff member
Administrator
Moderator
May 24, 2018
73,008
110,703
120

tanierlyons

Well-known member
Staff member
Administrator
Moderator
May 24, 2018
73,008
110,703
120

willypt

Member
Dec 16, 2020
45
16
8
Portugal
Hello guys. Does any1 managed to build a custom parser for some stores ?
I will be using this for gaming affiliate and I would like to parse some stores for examples Instant gaming or Steam.
Any guide for me ? I would appreciate so i can try to work and figure out how to do it.
 

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu