Hi @brian!,
This worked perfectly. This is so amazing.
..or whatever your Friendly URLs equivalent would be for your site...
<a href="{$WEB_ROOT}/cart.php?a=add&{if $product.bid}bid={$product.bid}{else}pid={$product.pid}{if isset($smarty.get.billingcycle)}&billingcycle={$smarty.get.billingcycle}{else}&billingcycle=annually{/if}{/if}" class="btn btn-success btn-sm" id="product{$product@iteration}-order-button">
yes i'm having to use Smarty get again, so the Smarty Security Policy would have to be tweaked to allow it.
$smarty_security_policy = array(
'system' => array(
'enabled_special_smarty_vars' => array(
'get',
),
),
);
Thank you so much for helping us. You really are a huge asset to the community.