*

bickja

  • ***
  • 48 posts
Zara Theme Pack - Where i can find the Zara Configurator plugin?
« on: December 23, 2016, 07:42:10 AM »
Hi Support Team,
I have purchased Zara Theme Pack from OSCLASS Market. Where i can find the Zara Configurator plugin?



Regards,
« Last Edit: December 23, 2016, 09:13:08 AM by bickja »

*

mixradu

  • ****
  • 171 posts
Re: Zara Theme Pack - Where i can find the Zara Configurator plugin?
« Reply #1 on: December 23, 2016, 11:04:33 AM »
Hi Support Team,
I have purchased Zara Theme Pack from OSCLASS Market. Where i can find the Zara Configurator plugin?



Regards,

Hello ! Download here -> http://mb-themes.com/theme-plugins/zara-plugins.zip

*

bickja

  • ***
  • 48 posts
Re: Zara Theme Pack - Where i can find the Zara Configurator plugin?
« Reply #2 on: December 23, 2016, 03:18:06 PM »
Hi Support Team,
I have purchased Zara Theme Pack from OSCLASS Market. Where i can find the Zara Configurator plugin?



Regards,

Hello ! Download here -> http://mb-themes.com/theme-plugins/zara-plugins.zip
Thanks ,
I have downloaded after uploading it to plugin directory i tried to install it but i am getting following error.

*

MB Themes

Re: Zara Theme Pack - Where i can find the Zara Configurator plugin?
« Reply #3 on: December 23, 2016, 04:44:06 PM »
@bickja
If you are going to contact us, next time please use 1 channel only. You do not need to send email, create forum thread, send message on market....
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

mixradu

  • ****
  • 171 posts
Re: Zara Theme Pack - Where i can find the Zara Configurator plugin?
« Reply #4 on: December 23, 2016, 06:32:50 PM »
Quote
Thanks ,
I have downloaded after uploading it to plugin directory i tried to install it but i am getting following error.

Give me the your url or send via pm. I will check and when i have the answer i will post it in this topic .

*

MB Themes

Re: Zara Theme Pack - Where i can find the Zara Configurator plugin?
« Reply #5 on: December 23, 2016, 06:40:34 PM »
@mixradu
This is the answer:

in index.php locate this code:
Code: [Select]
if( !osc_is_admin_user_logged_in() ) {
  zc_params_to_cookies();
} else {
  zc_params_save();
}


Replace it with:
Code: [Select]
if( !osc_is_admin_user_logged_in() ) {
  if(function_exists('zc_params_to_cookies')) {
    zc_params_to_cookies();
  }
} else {
  if(function_exists('zc_params_save')) {
    zc_params_save();
  }
}
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots