Recently i found the "shared" setting in the calculation rules, after finding that some of my discounts were not taken into account.
Does anyone has any idea what exactly this is?
Thank you!
I dont see any "shared" option
AH Seems that you are right.
It was possibly added to my client's site as a customization.
Thanks for the response
Yes it is definitely not in core :)
"shared" is displayed only if you use multi vendor option in the config i think
oops - Yes I found it in multi Vendor settings - Thanks Studio 42
if($this->showVendors()){
JToolbarHelper::custom('toggle.shared.1', 'publish', 'yes', vmText::_('COM_VIRTUEMART_SHARED_TOGGLE_ON'), true);
JToolbarHelper::custom('toggle.shared.0', 'unpublish', 'no', vmText::_('COM_VIRTUEMART_SHARED_TOGGLE_OFF'), true);
}
Thank you guys.
Do you know what it does?