Copyright Footer Management

Copyright Footer Management

I'm not sure what I'm doing wrong but do I need to have something set up already for prefix_branding_free or something? Nothing is displaying on my test site and I followed the instructions to the 'T'.
 
Where can I find this setting? I looked through the AdminCP but did not find it 😬
View attachment 225047
Looks like that's a custom template modification that I missed; here's the code used:
HTML:
<xf:macro template="dbtech_ecommerce_product_macros" name="product_select"
          arg-productId="{$product.global_branding_free}"
          arg-digitalOnly="{{ true }}"
          arg-inputName="global_branding_free"
          arg-phrase="Global Branding Free"
/>

<xf:macro template="dbtech_ecommerce_product_macros" name="product_select"
          arg-productId="{$product.branding_free}"
          arg-digitalOnly="{{ true }}"
          arg-inputName="branding_free"
          arg-phrase="Branding Free"
/>
 
Top Bottom