Component: ec_buynow (sorry, I don't find it in the "Component" selection)
ec_buynow use the "product_cart_addition_by_link" variable in the hook_link().
I have tried to find the "variable_set", but as I see, it is not in the code.
I think, it would be good to add a checkbox in the "admin/ecsettings/store" page, which controll this variable. If you agreed, I would do it, and I would create a patch.
Comments
Comment #1
foripepe commentedI have noticed that in ec_buynow.module, the ec_buynow_link() has 2 ifs:
Because the first variable_get('product_cart_addition_by_link', TRUE) has to be TRUE, the second if first part is always FALSE. So that is not necessary:
Comment #2
gordon commentedThis has been fixed for a while.