Prob whit productsInRow and randomProduct

SLawek

No avatar

2006-10-13 00:27

Hi

I have prob whit productsInRow and randomProduct I can't turn this off it's allways on
what did I did wrong, anyone who can help ?

I have qc 1.2 whit this plugin:
bandedCouriers
basketSummary
onlineStatistics
ordersStatistics
productsInRow
randomProduct
taxAndDiscount
templateEdit

thank you

Claps

Avatar: Claps

2006-10-13 07:38

SLawek- edit plugins/plugins.php and action_client.php.

Slawek

No avatar

2006-10-13 09:18

my plugins/plugins.php looks like this
<?php
require DIR_PLUGINS.'pluginManager/pluginManager.php';
require DIR_PLUGINS.'ordersStatistics/ordersStatistics.php';
require DIR_PLUGINS.'productsInRow/productsInRow.php';
require DIR_PLUGINS.'randomProduct/randomProduct.php';
?>

and action_client.php looks like this
<?php
require DIR_PLUGINS.'pluginManager/actions_client.php';
require DIR_PLUGINS.'randomProduct/actions_client.php';
?>

Slawek

No avatar

2006-10-13 09:43

Hi Claps
maybe I could try whit productsInRow_v1.2 and randomProduct_v0.3 but I don't know is they will work whit qc 1.2

Claps

Avatar: Claps

2006-10-13 09:47

delete from plugins.phs

require DIR_PLUGINS.'productsInRow/productsInRow.php';
require DIR_PLUGINS.'randomProduct/randomProduct.php';

and from action_client.php
require DIR_PLUGINS.'randomProduct/randomProduct.php';

Slawek

No avatar

2006-10-13 17:01

hi Claps

I don't want to delete them I just want to have posibility too turn them on and off

Slawek

No avatar

2006-10-13 17:12

ok Claps now it works fine

Back to top
about us | contact