This example shows how to include quantity boxes for each radio option. You will need Emporium Plus Tool Kit version 5.252 or newer to implement this feature. The example is for CSSUI stores. You would need to modify the templates for use in a MMUI store. I do not have examples for MMUI. You can only use radio option attribute groups if they are to have a quantity input assigned to each option. You can have other options, e.g. text, drop down, etc. for the product on the same page. If you are using inventory variants for the product, you would have a radio group for each attribute whose options are used as inventory variants, e.g. color and size. If you are not using inventory variants you can only have one radio attribute group for the product. You will then assign products to this new PROD_QUAN page template (see below) when you want to have multiple quantity inputs display. 1) Create a new item if you haven't already created it for one of the Tool Kit's other features. Enter multi_product_attributes in the "code" input. Enter cmp-cssui-attributes in the "module" input. 2) Create a new product page template. Give it the page code of PROD_QUAN. Name the template whatever you want. Insert the code below into the body of the template. This is a basic product page template so you can change it to fit your site's look and feel. The Product Attribute Template and Product Display Layout tabs will be different from the basic tabs. &mvt:store:name; &mvte:product:name;
&mvt:error;


3) Click on the Product Display Layout tab. Copy the below into that tab, overwriting the previous text.

&mvt:product:name;

&mvte:product:name;
Code: &mvt:product:code;
Price: &mvt:product:formatted_price;
&mvt:product:inv_long;
Quantity in Basket: None &mvt:product:quantity;
&mvt:product:descrip;
Quantity:
4) CLick the "Items" tab at the top of this new PROD_QUAN page template. Unassign the item called "product_attributes". Assign the new item called "multi_product_attributes" which should be at the end of the list. 5) Now go to the "Product Attribute Template" tab at the top of this same page. Erase code which might be in that tab and replace it with the below code below. This item is only to be used on pages where you have included the multiple quantities by option feature.

   
&mvte:global:option_prompt;   &mvte:variant:count_onhand; in stock Sold out
&mvte:attribute:raw_prompt; &mvt:attribute:prompt;  
  &mvte:option:prompt; &mvte:option:prompt;
&mvte:attribute:raw_prompt; &mvt:attribute:prompt;
6) This feature uses the same error handling messages that the Tool Kit save basket to email function uses. See http://www.emporiumplus.com/v5/tk_saverestoreemail.txt for instructions on error messages to put on the BASK page template.