*

Anonymous

  • ****
  • 200 posts
Bug
« on: August 31, 2018, 07:20:47 PM »
hi!
After Enabling Product Selling for all registered user! i stuck with a error!
SOLD OUT

in fact all product are sold out! such type of sold flag enabled automatically...

bug 2..

from admin pannel!
we cant able to remove sold out flag!

pls look out this error as soon as possible...

manually i have to disable sold flag!  total 600 listing!

all are sold out with red flag enabled on product..
 :(
Innovation is change that unlocks new value  ;)

*

MB Themes

Re: Bug
« Reply #1 on: August 31, 2018, 09:46:54 PM »
They are sold out probably because you have 0 on stock.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Anonymous

  • ****
  • 200 posts
Re: Bug
« Reply #2 on: September 02, 2018, 07:39:17 AM »
I think something is wrong!

User who are not authorised to sell (ecommerce)..

Their products will gets sold out..

Red sold flag..

All items gets sold label at item page & main page..
Innovation is change that unlocks new value  ;)

*

MB Themes

Re: Bug
« Reply #3 on: September 02, 2018, 08:46:44 AM »
Will check that
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Anonymous

  • ****
  • 200 posts
Re: Bug
« Reply #4 on: September 03, 2018, 02:19:35 AM »
Will check that

Have you checked ! Where's the bug exist..
Innovation is change that unlocks new value  ;)

*

MB Themes

Re: Bug
« Reply #5 on: September 03, 2018, 08:09:21 AM »
In file:
oc-content/plugins/osclass_pay/model/ModelOSP.php

Change this:
if(function_exists('veronika_check_sold') && osp_param('stock_management') == 1) {

Into:
if(function_exists('veronika_check_sold') && osp_param('stock_management') == 1 && 1==2) {

to disable this feature.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots