plugin Error: Call to undefined function throwOrdersIdTemp()

picpoul

No avatar

2006-02-03 10:28

Hello,

i have installed the newest version of quick.cart (Version 1.1) and the taxAndDiscount plugin (Version 1.1). But i don't see the tax in my basket. If i see my Basket and click on "next" i get this error:
"Fatal error: Call to undefined function: throwordersidtemp() in /data/003/web/26pwn5sh6zsqbf8mtbkb/webspace_dcfpgtr839/icecup/shop/actions_clien t/tax.php on line 22"

Who can help me?

wizzud

No avatar

2006-02-03 11:51

....

karma_75

No avatar

2006-03-05 03:05

1- download basketSummary_v2.0.zip
2- create folder "plugins/basketSummary"
3- copy "actions_client.php" and "basketSummary.php" into "plugins/basketSummary" directory
4- open "actions_client.php" and remove the following lines (between 9-13):
-------
extendedTplParser();
$tpl->newIntercept('orders_basket.tpl', 'orders_basket.tpl', 'LIST_HEAD', 'LIST_HEAD', 'throwBasketSummary', '');
$tpl->newIntercept('orders_basket.tpl', 'orders_basket.tpl', 'NOT_FOUND', 'NOT_FOUND', 'throwBasketSummary', '');

$content .= $oPlugMan->loadStylesheet('basketSummary.css');
---------
5- Save and colose the file
6- Open "plugins/actions_client.php" and add the following line:
---------
require DIR_PLUGINS.'basketSummary/actions_client.php';
---------
7- Copy "basketSummary.tpl" and "basketSummary.css" into your "templates" directory.
8- Call "$sBasketSummary" parameter from "page.tpl" file (simply open the page.tpl file and paste "$sBasketSummary" parameter anywhere you want)

That's it.
:-)

Back to top
about us | contact