I have wokiee theme and I want to add Unit pricing as it is available in my country but my theme don’t have code can anybody help me to solve that here is my file code along with javascript
{%- assign image_max_width = item.image_max_width | append: 'x' -%}
{%- assign image_max_width_retina = item.image_max_width | times: 2 | append: 'x' -%}
{%- assign image_max_width_m = item.image_max_width_m | append: 'x' -%}
{%- assign image_max_width_retina_m = item.image_max_width_m | times: 2 | append: 'x' -%}
{%- capture badge_icons -%}
{%- if product_meta.icon_new != 'disable' and item.show_badge_new -%}{%- if date_difference < date_limit or product_meta.icon_new == 'always' -%}{{ 'products.general.new' | t }}
{%- endif -%}{%- endif -%}
{%- unless product.available -%}{{ 'products.general.unavailable' | t }}
{%- endunless -%}
{%- if product_meta.featured != blank and item.show_badge_featured -%}{{ product_meta.featured }}
{%- endif -%}
{%- endcapture -%}
{%- assign badge_icons = badge_icons | strip -%}
{%- assign pid = product.id | append:"" -%}
{%- assign wl = customer.metafields.wishlist -%}
{%- unless wl == blank -%}
{%- if wl[pid] == blank -%}
{%- assign wl_text = false -%}
{%- else -%}
{%- assign wl_text = true -%}
{%- endif -%}
{%- else -%}
{%- assign wl_text = false -%}
{%- endunless -%}
{%- if badge_icons != '' -%}
{{ badge_icons }}
{%- endif -%}
{%- if item.show_product_main_info -%}
{%- if item.show_sku -%}
- {{ 'products.product.sku' | t }} {{ product.selected_or_first_available_variant.sku }}
{%- endif -%}
{%- if item.show_qiantity -%}
- {{ 'products.product.availability' | t }}
{% if product.available %}
{{ 'products.product.in_stock' | t }} {{ 'products.product.many_in_stock' | t }} {{ "products.product.sold_out" | t }} {{ "products.product.purchase_when_out_of_stock" | t }}
{% else %}
{{ "products.product.sold_out" | t }}
{% endif %}
{%- endif -%}
{%- endif -%}
# {{ product.title }}
{%- unless settings.catalogue_mode -%}
{%- if shop.taxes_included or shop.shipping_policy.body != blank -%}
{%- if item.show_tax_text -%}
{%- if shop.taxes_included -%}
{{ 'products.product.include_taxes' | t }}
{%- endif -%}
{%- if shop.shipping_policy.body != blank -%}
{{ 'products.product.shipping_policy_html' | t: link: shop.shipping_policy.url }}
{%- endif -%}
{%- endif -%}
{%- endif -%}
{%- if item.show_review -%}
{%- if settings.selectedreviewaapp == 'alireviewapp' -%}
{%- else %}
{%- endif -%}
{%- endif -%}
{%- endunless -%}
{%- unless product_meta.custom_html == blank -%}
{{ product_meta.custom_html }}
{%- endunless -%}
{%- unless settings.catalogue_mode -%}
{%- unless product_meta.countdown == blank -%}
{%- endunless -%}
{%- endunless -%}
{%- assign m_sizechart = product_meta.sizechart -%}
{%- capture sizechart -%}{% if m_sizechart != blank %}{{ m_sizechart }}{% else %}{{ item.popupcontent }}{% endif %}{%- endcapture -%}
{%- assign m_shipping = product_meta.shipping -%}
{%- capture shipping -%}{% if m_shipping != blank %}{{ m_shipping }}{% else %}{{ item.popupcontentshipping }}{% endif %}{%- endcapture -%}
{%- if item.show_sizechart and sizechart != '' and sizechart != 'disable' -%}{% assign sch_a = true %}{%- else -%}{% assign sch_a = false %}{% endif -%}
{%- if item.show_shipping and shipping != '' and shipping != 'disable' -%}{% assign shch_a = true %}{%- else -%}{% assign shch_a = false %}{% endif -%}
{%- if item.show_message -%}{% assign schm_a = true %}{%- else -%}{% assign schm_a = false %}{% endif -%}
{% if sch_a or shch_a or schm_a %}
{%- if sch_a -%}
{{ item.btnname }}
{%- endif -%}
{%- if shch_a -%}
{{ item.btnname2 }}
{%- endif -%}
{%- if schm_a -%}
{{ item.btnname3 }}
{%- endif -%}
{%- endif -%}
{%- unless settings.catalogue_mode -%}
{%- if product.available -%}
{%- capture product_select_options -%}{%- if product.selected_variant == blank and product.variants.size > 1 and item.use_select_button -%}true{%- else -%}false{%- endif -%}{%- endcapture -%}
{%- form 'product', product -%}
{%- if settings.buy_in_one_click -%}
{% if settings.terms_cond_checkbox_show %}
{% endif %}
{{ form | payment_button }}
{%- endif -%}
{%- endform -%}
{%- if item.product_item_show_wishlist and settings.show_wishlist or item.product_item_show_compare and settings.show_compare -%}
{%- if item.product_item_show_wishlist and settings.show_wishlist -%}
- {% include "svg-heart" %}{% if wl_text %}{{ "wishlist.buttons_text.page_text_remove" | t }}{% else %}{{ "wishlist.buttons_text.page_text_add" | t }}{% endif %}
{%- endif -%}
{%- if item.product_item_show_compare and settings.show_compare -%}
- {% include "svg-compare" %}{{ "compare.buttons_text.page_text_add" | t }}
{%- endif -%}
{%- endif -%}
{%- endif -%}
{%- endunless -%}
{%- if item.show_trust_badge and item.page_design != "product_page_3_design" -%}{%- if item.image_l != blank -%}
{%- endif -%}{%- endif -%}
{%- if item.show_product_info -%}
{%- if item.show_product_vendor -%}- {{ "products.product.vendor" | t }} {{ product.vendor }}
{%- endif -%}
{%- if item.show_product_type and product.type != '' -%}- {{ "products.product.type" | t }} {{ product.type }}
{%- endif -%}
{%- if item.show_product_barcode -%}
{%- endif -%}
{% if item.full_width_description == "default" %}{% include "product_page_tabs" %}{% endif %}
{%- if settings.first_variant_column_is_image -%}{%- capture piffc_src -%}{%- include 'get_product_images_from_first_column' -%}{%- endcapture -%}{%- endif -%}