Is there a way to disable form entries from being submitted as blog posts? Not sure why these are tied together.
]]>It looks like this plugin is designed to assume that each product on a form will have a quantity of 1. That is not the case when using conditional logic to show/hide a product.
I have 4 potential products and only 1 will be selected on my form. The others do not need to be passed to Chase at all because they (by default) have a quantity of 0. They only receive a quantity of 1 when the user makes a selection.
Is the fix as simple as editing line 458 to start with quantity = 0? Or does more code need to be written to check if there is a value on a given line item to begin with?
Thanks
]]>