took you long enough.
took you long enough.
Are You Vulnerable for an Accessibility Lawsuit?
myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
Free SSL, Domain, and MagicThumb with semi-annual and longer hosting.
Old topic, but invoice payment method is not displayed if order contains only virtual products or contains any virtual products. Relevant code block is:
Even if there is a good reason to disable the module if the order only contains virtual products, the test disables the module for mixed orders as well as virtual orders. As swguy suggested back in 2007, the code block can be removed.Code:// disable the module if the order only contains virtual products if ($this->enabled == true) { if ($order->content_type != 'physical') { $this->enabled = false; } }
Exercise caution, because the person would get their downloads prior to paying.
That Software Guy. My Store: Zen Cart Support
Available for hire - See my ad in Services
Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
Do you benefit from Zen Cart? Then please support the project.
Thank you for the reason for the code block! Will be cautious.
Dave
Bookmarks