• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

[Release] MVCore 1.6.3 Premium + 5 premium themes for free

Newbie Spellweaver
Joined
Mar 27, 2010
Messages
17
Reaction score
5
For fix webshop items which not have excellent options (for select it):
Site/pages/Webshop.php
Find:
PHP:
	if($mvcore['w_exc_anc_item'] == 'no' && $sanci[0] != '') { $item_exc = 0; }; // Ancient.
Replace with:
PHP:
if($mvcore['w_exc_anc_item'] == 'no' && $item_anc >= '1') { $item_exc = 0; }; // Ancient.
For me, worked.
 
Back
Top