Hi,
We have a drop down menu that is required to be selected before each customer makes a purchase. This drop down menu used to give us information about where they found out about our products and that would be displayed on each order in the image attached as you can see. We just don’t see these selections anymore and would like a fix to it? Maybe it was an app or maybe it was some code that is outdated?
We just want to simply see what customers select in the ‘Additional Details’ section of orders again.
Here is the code:
{{ 'cart.general.empty' | t }}
{{ 'cart.general.continue_shopping' | t }}
{%- if cart.item_count > 0 -%}
{%- endif -%}
{% schema %}
{
"name": "t:sections.main-cart.name"
}
{% endschema %}
{% comment %}{% endcomment %}
Any help is much appreciated thanks!
