Hi,
I have a few issues with the template resulting in some odd behaviour in virtuemart
a) products don't show images but they are present in Virtuemart
b) prices show cost prices as if they are discounted somehow
c) the word Array appears above the Add to Cart options
I ran my site by a developer from my hosting company and noted the following errors from the logs:
1) PHP Warning: require_once(/home/efcaeedf/public_html/libraries/src/document/renderer/html/HeadRenderer.php): failed to open stream: No such file or directory in /home/efcaeedf/public_html/templates/sj_pistore/error.php on line 42 [30-May-2019 11:19:57 Europe/London] Array
2) error.php file is calling /public_html/libraries/src/document/renderer/html/HeadRenderer.php but the result of the { /** * Renders a component script and returns the results as a string * * @param string $component The name of the component to render * @param array $params Associative array of values * @param string $content Content script * * @return string The output of the script * * @since 3.5 */ public function render($component = null, $params = array(), $content = null) { return $content; } }
I don't have confidence in my PHP skills to fix this but wondered if you could take a look?
Regards
David