Quick Order Entry

The Quick Order plug-in allows a customer to put in a list of Part Numbers and Quantity amounts and add them to their cart. The quantity must be a whole number for each part number, and the system checks to make sure each product is in-stock and the plug-in includes the following templates.

Quick Order Header

<table class="quick_order_table" cellspacing="0"><tr><th>Item #</th><th>Quantity</th></tr>

Quick Order Row

The Row total in the plug-in is how many rows to output. Customer is redirected to shopping cart when clicking 'Add Item(s) to Cart'.

	<tr>
        <td>
                {$part_num_input}
        </td>
        <td>
                {$quantity_input}
        </td>
</tr>
	

Quick Order Footer

</table>

<input id="add_items_to_cart" type="submit" value="Add Item(s) To Cart"/>

© 2023 CORESense ·  info@coresense.com · 125 High Rock Avenue, Saratoga Springs, NY 12866