News:

Support the VirtueMart project and become a member

Main Menu

"Shared" in caclulation rules. What it is?

Started by balai, December 09, 2020, 11:44:01 AM

Previous topic - Next topic

balai

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!


AH

Regards
A

Joomla 3.10.11
php 8.0

balai

AH Seems that you are right.
It was possibly added to my client's site as a customization.

AH

Thanks for the response

Yes it is definitely not in core  :)
Regards
A

Joomla 3.10.11
php 8.0

Studio 42

"shared" is displayed only if you use multi vendor option in the config i think

AH

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);
}

Regards
A

Joomla 3.10.11
php 8.0

balai