This topic contains a post which is marked as Best Answer. Press here if you would like to see it.
*

Lopetoms

  • *****
  • 253 posts
  • HOla como estan
plugin no have boton SAVE here
« on: May 18, 2022, 02:22:34 PM »
plugin no have boton SAVE here https://prnt.sc/fk0anhV81Qvm
hostoki.com

*

MB Themes

Re: plugin no have boton SAVE here
« Reply #1 on: May 18, 2022, 03:18:01 PM »
looks like you have hidden php error there -> debug -> logs -> review.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Lopetoms

  • *****
  • 253 posts
  • HOla como estan
Re: plugin no have boton SAVE here
« Reply #2 on: May 18, 2022, 05:12:52 PM »
i does this i ver see in DEB
hostoki.com

*

Lopetoms

  • *****
  • 253 posts
  • HOla como estan
Re: plugin no have boton SAVE here
« Reply #3 on: May 18, 2022, 05:33:35 PM »
hostoki.com

*

Lopetoms

  • *****
  • 253 posts
  • HOla como estan
Re: plugin no have boton SAVE here
« Reply #4 on: May 18, 2022, 09:32:56 PM »
error https://prnt.sc/mIr4Mo5odAYq

i try my site en 2 server company VPS error y HOSTING SHARED error
PLESK and Cpanel error in Theme, PLugin and osclass
hostoki.com

Marked as best answer by frosticek on May 19, 2022, 01:50:06 PM
*

MB Themes

Re: plugin no have boton SAVE here
« Reply #5 on: May 19, 2022, 09:02:05 AM »
Looks like you have something wrong in plugin configuration - decimals.
You can also update in that file this line:
Code: [Select]
  $decimals = ($custom_decimals <> -1 ? $custom_decimals : osp_param('price_decimals'));

into:
Code: [Select]
  $decimals = (int)($custom_decimals <> -1 ? $custom_decimals : osp_param('price_decimals'));
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Lopetoms

  • *****
  • 253 posts
  • HOla como estan
Re: plugin no have boton SAVE here
« Reply #6 on: May 19, 2022, 01:21:18 PM »
i fixed thank
hostoki.com