Welcome, Guest
Username: Password: Remember me
Use this Category for your support questions about Virtuemart Template - CleanMart (SKU# FLEX-00015)

TOPIC: Bugs after update VM 3.2.1

Bugs after update VM 3.2.1 6 years 11 months ago #14965

Hi, i use flex VM3 Template 3.9.6 and update Virtuemart to 3.2.1 version, there i found some bugs, can you help me fix it?
Bugs is like: Undefined variable: product in /home/domains/my_domain/public_html/modules/mod_flexible_vm3_cart/tmpl/default.php on line 25
The administrator has disabled public write access.

Bugs after update VM 3.2.1 6 years 11 months ago #14966

Found a fix:
<?php
} elseif ($this->search !== NULL) {
	echo vmText::_ ('COM_VIRTUEMART_NO_RESULT') . ($this->keyword ? ' : (' . $this->keyword . ')' : '');
}

Replace to
<?php
} elseif (isset($this->search) && $this->search !== NULL) {
	echo vmText::_ ('COM_VIRTUEMART_NO_RESULT') . ($this->keyword ? ' : (' . $this->keyword . ')' : '');
}
The administrator has disabled public write access.

Bugs after update VM 3.2.1 6 years 11 months ago #14982

Hi,

Thanks for the update. Did you notice any other problem in the VM3.2.1 + CleanMart ? Please share the problems you noticed so we can patch them in the upcoming CleanMart release.

Regards.
The administrator has disabled public write access.
Time to create page: 0.115 seconds

MaterialMart

for Virtuemart 3

Google's Material Design has finally arrived to Virtuemart

Virtumart Template - MaterialMart Virtumart Template - CleanMart Virtumart Template - CleanMart Virtumart Template - CleanMart

Fully responsive!

Buy Now   |   Live Demo