Jump to content


Corporate Sponsors


Latest News: (loading..)

- - - - -

QPBPP for SPPC

qpbpp for sppc osc 2.3.1

  • You cannot reply to this topic
No replies to this topic

#1 AGIBBS

  • Community Member
  • 13 posts
  • Real Name:Adam

Posted 03 February 2012, 09:31

Combining QPBPP with SPPC


I really need some help with this one folks for days I have been trying to install this!!!


I have installed SPPC 4.2 with OSC 2.3.1 and every thing seems to work fine, I am now trying to install QPBPP with it as well but every time I upload the file admin/categories.php I get a blank page.


I've noticed that some of the code mentioned in the install file do not exist in the file I am editing.

Here are the lines that do not exist...


<script language="javascript" src="includes/general.js"></script>



// BOF Separate Pricing per Customer
if (is_array($value)) {
while (list($k, $v) = each($value)) {
echo tep_draw_hidden_field($key . '[' . $k . ']', htmlspecialchars(stripslashes($v)));
}
} else {
// EOF Separate Pricing per Customer




Has anyone done this successfully, could I sneak a peak at their code?!!


Thanks in advance.