Using DocMart Menus with QwikPrice Formulas Follow
You can use QwikPrice with DocMart to test what option/item is selected.
To do this your QwikPrice field should match the field below.
{invlist_DocMart}==#####?1:
{invlist_DocMart}==#####?2:0
Your first variable will be your DocMart List field formatted {invlist_DocMart} with the "DocMart" part being your field's name. Then the number after the "==" will be the ID of your item. You can find this by opening the Item and checking the URL. Finally, you have your normal QwikPrice formatting where you are setting a value to test against or possibly a price point.