Page 1 of 1

Default Theme Seller Accounts

PostPosted: Wed Aug 15, 2018 10:07 pm
by webmaster_15807
I don't think the default theme gets updated for seller accounts when it is changed for the site.

Re: Default Theme Seller Accounts

PostPosted: Thu Aug 16, 2018 12:15 pm
by webmaster_15807
I changed the database manually for each seller account to use the correct stylesheet but it still uses the classic one. Where in the code does this get set?

Re: Default Theme Seller Accounts

PostPosted: Thu Aug 16, 2018 3:10 pm
by webmaster_15807
I can use override Shop like below to fix the theme issue.

public function setTheme()
{
//$this->theme_name = 'dam-classic';
return parent::setTheme();
}

It will mess up the Agile stuff tho :/

Re: Default Theme Seller Accounts

PostPosted: Thu Aug 16, 2018 6:43 pm
by webmaster_15807
The product_list_header block is not working with the Shop override :hmmm:

PS

So the value is from table shop.

Re: Default Theme Seller Accounts

PostPosted: Fri Aug 17, 2018 11:02 am
by shokinro
No, the theme will not be changed for sellers automatically when you add/switch to a new theme.
You have to manually to change it.