Hi. First off - Thanks so much to the developer of this contribution. Its awesome that people take the time to create these mods and then help with problems.
I've been having the same page half loading problem on my website. I had no idea why and after searching the forums came up with the plan to reload the function_categories.php file. When i did this my website loaded properly again. It was only after doing this that i realised that this contribution edited this file and so i uploaded the contribution version and again the page half loaded. So then i used winmerge to merge the original file with the contribution version and now my site works.
That sounds all good doesn't it - UNTIL 8) ... i tried actually using this mod and discovered that my Special Gifts sidebox is empty and even when i reach the threshold the gift doesn't appear in the cart.
In case its all connected, i also get the following error:
PHP Warning: Missing argument 2 for display_price() in .../includes/classes/currencies.php on line 99
PHP Warning: Missing argument 2 for display_price() in .../includes/classes/currencies.php on line 99
currencies.php (lines 99 & 100)
function display_price($products_price, $products_tax, $quantity = 1) {
return $this->format(zen_add_tax($products_price, $products_tax) * $quantity);
But i can't figure out what this is connected to.
I hope this helps narrow down the problem and will post back if i get any further myself.
Happy New Year


Reply With Quote


