Ekommart - All-in-one eCommerce WordPress Theme

Ekommart - All-in-one eCommerce WordPress Theme v4.1.6

No permission to download

kkkola

New member
Apr 23, 2019
11
-2
3
I just noticed that the "Ekommart Options" in the admin menu is missing. Could this be from nulling the theme as no one is having the problem on Themeforest?
 

TassieNZ

Premium Uploader and Sometimes Hacker!
Jan 17, 2019
9,017
19,812
120
New Zealand
I just noticed that the "Ekommart Options" in the admin menu is missing. Could this be from nulling the theme as no one is having the problem on Themeforest?
The nulling shouldn't have stopped anything. However, I see that although it is still 3.0.1 it was updated again 18 November 20. I'll check it when I get time. :)
 
  • Love
Reactions: tanierlyons

tanierlyons

Well-known member
Staff member
Administrative
Moderator
May 24, 2018
75,061
111,714
120

phpCore

ReLOADED
Trusted Uploader
Banned User
Jun 6, 2020
1,511
1,657
120
127.0.0.1/::1
Generally simply patch the protected method "edd_activate_license" in the class "class-merlin.php"

protected function edd_activate_license( $license ) {
// Strings passed in from the config file.
$strings = $this->strings;
// Theme Name.
$theme = ucfirst( $this->theme );
// Remove "Child" from the current theme name, if it's installed.
$theme = str_replace( ' Child', '', $theme );
// Text strings.
$success_message = $strings['license-json-success%s'];
$message = sprintf( esc_html( $success_message ), $theme );
$success = true;
// Removes the default EDD hook for this option, which breaks the AJAX call.
remove_all_actions( 'update_option_' . $this->edd_theme_slug . '_license_key', 10 );
update_option( $this->edd_theme_slug . '_license_key_status', 'valid' );
update_option( $this->edd_theme_slug . '_license_key', $license );
return compact( 'success', 'message' );
}
 
  • Love
Reactions: tanierlyons

boomberg

Member
Trusted Uploader
Oct 25, 2020
52
17
8
Hello @TassieNZ

On the Ecommart documentation they are showing there is Ecommart Option

LsW647w.png


But when I installed on my website I couldn't see any option
orxBJzD.png


So I couldn't change the Breadcrumb, Color etc etc
Looking forward to your confirmation !
@Tomz
 

tanierlyons

Well-known member
Staff member
Administrative
Moderator
May 24, 2018
75,061
111,714
120

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