fbpx
  Tuesday, 04 December 2018
  5 Replies
  2.3K Visits
  Subscribe
Please help.
In the seller's dashboard, I can't unpublish/delete via the status column or the bulk options in shop catalouge and product categories. however I can unpublish only via going to the item's edit page and clicking unpublish there.



I'm using sellacious with:
Joomla! 3.9.1 Stable
PHP Version 7.1.14
Database Type mysql
Database Version 5.6.41-84.1

The sellacious version installed is: v1.6.0
5 years ago
·
#2710
Accepted Answer
Hello,

Below is the patch for the issue you're having.

First, Please go to .../libraries/sellacious/table/table.php

Find

parent::__construct($table, $key, $db);


Or go to the line no. 99 and add


$this->setColumnAlias('published', 'state');
at line no. 99. See the attached image below.

https://www.sellacious.com/community-support?controller=attachment&task=download&tmpl=component&id=471

Now, go to .../libraries/sellacious/table/nested.php

Find

parent::__construct($table, $key, $db);


Or go to the line no. 50 and add


$this->setColumnAlias('published', 'state');
at line no. 99. See the attached image below.

https://www.sellacious.com/community-support?controller=attachment&task=download&tmpl=component&id=472

I hope this helps.

Thank You
-Team Sellacious
5 years ago
·
#2710
Accepted Answer
Hello,

Below is the patch for the issue you're having.

First, Please go to .../libraries/sellacious/table/table.php

Find

parent::__construct($table, $key, $db);


Or go to the line no. 99 and add


$this->setColumnAlias('published', 'state');
at line no. 99. See the attached image below.

https://www.sellacious.com/community-support?controller=attachment&task=download&tmpl=component&id=471

Now, go to .../libraries/sellacious/table/nested.php

Find

parent::__construct($table, $key, $db);


Or go to the line no. 50 and add


$this->setColumnAlias('published', 'state');
at line no. 99. See the attached image below.

https://www.sellacious.com/community-support?controller=attachment&task=download&tmpl=component&id=472

I hope this helps.

Thank You
-Team Sellacious
5 years ago
·
#2715
Thanks, Vijaya and Sellacious team!

It works now. Emoticon Happy
5 years ago
·
#2721
Hi,
I am experiencing the same issue, where do I go to find ".../libraries/sellacious/table/table.php"? I tried using it after my URL but it just came up to a blank page?
5 years ago
·
#2724
Hello Wayne,

You can find these files on your server where your site is located. https://Yoursite.com/libraries/sellacious/table/table.php it's the path of the file you need to modify. You can do that through Cpanel or FTP.

I hope this helps.

Thank you
-Team Sellacious
5 years ago
·
#2733
Hello Wayne,

You can find these files on your server where your site is located. https://Yoursite.com/libraries/sellacious/table/table.php it's the path of the file you need to modify. You can do that through Cpanel or FTP.

I hope this helps.

Thank you
-Team Sellacious


Found it, Thank you!
w
  • Page :
  • 1
There are no replies made for this post yet.
Be one of the first to reply to this post!
  • +1 (408) 821-8283
  • Email hello@sellacious.com