Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Quantity Box


silentrunner

Recommended Posts

Posted

I am trying to add a quantity box to my products page and was following these directions http://www.oscommerce.info/docs/english/e_...ducts_page.html

 

But, I can't seem to find the exact code for either page... I am even using dreamweaver and had it find the text and it is not locating it...

 

this is the closest thing that i see:

 

this is all i see:<td class="main" align="right"><?php echo tep_draw_hidden_field('products_id', $product_info['products_id']) . tep_image_submit('button_in_cart.gif', IMAGE_BUTTON_IN_CART); ?></td>

 

this is what it should be:<td class="main" align="right"><?php echo osc_draw_hidden_field('products_id', $Qproduct->valueInt('products_id')) . tep_image_submit('button_in_cart.gif', IMAGE_BUTTON_IN_CART); ?></td>

 

Does anyone know about what line it is on? Also on the application_top.php it states around line 143, I dont even see it...

 

Help!

Archived

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

×
×
  • Create New...