Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Quantity Price Breaks Hide if $0


bugsy2334

Recommended Posts

Hi,

 

Im having a problem that i can not figure out how to resolve. I have searched for an answer for days and can't find anything.

 

I'm using Quantity Price Breaks along with Hide Price if 0$. The problem is that when i dont have a price, I am getting this error message...

 

Warning: Missing argument 2 for tep_draw_form() in /home/user/www/imysite.com/includes/functions/html_output.php on line 143

 

My html_output.php looks like this for the Output a Form function...

 

// Output a form
 function tep_draw_form($name, $action, $method = 'post', $parameters = '') {
$form = '<form name="' . tep_output_string($name) . '" action="' . tep_output_string($action) . '" method="' . tep_output_string($method) . '"';

if (tep_not_null($parameters)) $form .= ' ' . $parameters;

$form .= '>';

return $form;
 }

 

I know more info is probably needed, but since this is my first post, i didn't want to post a long post, thinking that no one would read it.

 

Any help would be appreciated. Thanks in advance.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...