Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

adding quantity box? help needed


godino1

Recommended Posts

Is there anyone out there that could help me with this i'm trying to add a quantity box in my products_new.php to display it above the button in cart button. Where and what do i need to add?

 

<?php

if ($products_new['products_quantity'] <=0) { ?>

<td align="center" valign="middle" class="main"><?php echo tep_image_button('button_in_cart_na.gif', IMAGE_BUTTON_IN_CART_NA) ; ?></td>

<?php

} else { ?>

<td align="center" valign="middle" class="main"><?php echo '<a href="' . tep_href_link(FILENAME_PRODUCTS_NEW, tep_get_all_get_params(array('action')) . 'action=buy_now&products_id=' . $products_new['products_id']) . '">' . tep_image_button('button_in_cart.gif', IMAGE_BUTTON_IN_CART); ?></td>

<?php

} ?>

Link to comment
Share on other sites

  • 3 weeks later...
  • 3 weeks later...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...