Thanks for the quick reply...
- Regarding the first issue(how my Store uses decimals), is there a way to fix this? Or do you suggest changing my point system over to integers?? I liked the idea of dollars and cents
- New Event... well everything seems correct... I'm gonna try to double check...
ahhhh... found it :nervous:
PHP Code:
FIND
$newpost['polloptions'] = intval($_POST['polloptions']);
AFTER, ADD
// +++ vBookie
$newpost['postvbookieevent'] = $_POST['postvbookieevent'];
$newpost['vbookieeventoptions'] = intval($_POST['vbookieeventoptions']);
// --- vBookie
That's what I forgot ... thanks again for your help
*clicked install*