Hi all! on the store it shows as price 999.000 even though the product price is 9.99. It moltiplies everything by 100. Shopify support said it was due to the debutify theme. Can someone help me urgently please ? Thanks
Hi @Francesco95
This is David at SalesHunterThemes.
To fix the problem, need to check and update in theme code,
In this case I think you should contact with theme supporter, they will check the theme code and help you update the code to fix the problem
They don’t answer! It’s been days I am waiting
Hi @Francesco95
If you can share your store url and the theme code, we can help you check the code
{%- if content_for_layout contains “product-template” -%}
{%- if settings.enable_payment_button -%}
{%- endif -%} {%- endif -%}{%- if content_for_layout contains “featured-video” -%}
{%- endif -%}{%- if content_for_layout contains “map” -%}
{%- endif -%}{%- if request.page_type == “contact” or request.page_type == “product” or request.page_type == “captcha” -%}
{%- endif -%}{%- if settings.dbtfy_automatic_geolocation -%}
{%- endif -%}{%- if settings.dbtfy_instagram_feed -%}
{%- endif -%}{%- if settings.dbtfy_facebook_messenger -%}
{%- endif -%}{%- liquid
assign accent_family = settings.accent_family
assign base_family = settings.base_family
assign header_family = settings.header_family
assign base_family_bold = base_family | font_modify: “weight”, “bolder”
assign base_family_italic = base_family | font_modify: “style”, “italic”
assign base_family_bold_italic = base_family_bold | font_modify: “style”, “italic”
assign accent_family_bold = accent_family | font_modify: “weight”, “bolder”
assign icon_split = settings.icon | split: “-”
capture icon_family
for icon in icon_split
unless forloop.last == true
echo icon | capitalize | append: " "
else
echo icon | capitalize
endunless
endfor
endcapture
-%}
{%- if canonical_url != blank -%}
{%- endif -%}{%- assign favicon_url = settings.favicon | img_url: “100x100”, crop: “center” -%}
{%- if settings.favicon == blank -%}
{%- assign favicon_url = “data:image/x-icon;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQEAYAAABPYyMiAAAABmJLR0T///////8JWPfcAAAACXBIWXMAAABIAAAASABGyWs+AAAAF0lEQVRIx2NgGAWjYBSMglEwCkbBSAcACBAAAeaR9cIAAAAASUVORK5CYII=” -%}
{%- endif -%}
{% include ‘air-reviews-setting’ %}
{{ page_title }}{% if current_tags %}{%- assign meta_tags = current_tags | join: ", " -%} – {{ "general.meta.tags" | t: tags: meta_tags }}{% endif %}{% if current_page != 1 %} – {{ "general.meta.page" | t: page: current_page }}{% endif %}{% unless page_title contains shop.name %} – {{ shop.name }}{% endunless %}{%- if page_description -%}
{%- endif -%}
{%- render “social-meta-tags” -%}
{{ “theme.scss.css” | asset_url | stylesheet_tag }}
{%- if settings.dbtfy_delivery_date -%}
{{ “flatpickr.min.css” | asset_url | stylesheet_tag }}
{%- endif -%}
{%- if settings.google_tag_manager_id != blank -%}
{%- endif -%}
{%- render “translations-js” -%}
{%- render ‘loading’ -%}
{{ “jquery-2.2.3.min.js” | asset_url | script_tag }}
{%- if settings.show_currency_selector -%}
{%- if settings.dbtfy_custom_currencies or shop.enabled_currencies.size > 1 and settings.dbtfy_cart_goal -%}
{%- endif -%}
{%- endif -%}
{%- if request.page_type contains “customers/” -%}
{{ “shopify_common.js” | shopify_asset_url | script_tag }}
{%- endif -%}
{{ content_for_header }}
{% render ‘review-head’ %}
{{ “fancybox.min.css” | asset_url | stylesheet_tag }}
{% if template == 'cart' %}{% include "revy-bundle-script" %}{% endif %}{{ “fancybox.min.js” | asset_url | script_tag }}
{%- if settings.google_tag_manager_id != blank -%}
{%- endif -%}
{%- liquid
render ‘hero-header’
render “toasts”
if settings.cart_type == “drawer”
render “drawer-cart”
elsif settings.cart_type == “modal”
render “cart-modal”
endif
render “drawer-search”
render “dbtfy-age-check”
render “dbtfy-cookie-box”
render “dbtfy-facebook-messenger”
render “dbtfy-newsletter-popup”
render “dbtfy-page-transition”
render “dbtfy-quick-view”, type: “container”
render “dbtfy-social-discount”
render “cart-message-toast”
render “dbtfy-cart-reminder”
section “dbtfy-account-settings”
section “dbtfy-bullet-points”
section “dbtfy-cart-goal”
section “dbtfy-cart-upsell”
if request.page_type == “collection”
section “dbtfy-collection-filters”
endif
section “dbtfy-color-swatches”
section “dbtfy-customizable-products”
section “dbtfy-delivery-time”
section “dbtfy-product-tabs”
section “dbtfy-product-swatches”
section “dbtfy-quantity-breaks”
section “dbtfy-size-chart”
section “dbtfy-upsell-popup”
section “drawer-menu”
-%}
{%- liquid
section “announcement”
section “header”
render “dbtfy-menu-bar”
render “dbtfy-quick-compare”, type: “page”
render “dbtfy-quick-compare”, type: “markup”
unless request.page_type == “collection”
render “breadcrumbs”
endunless
-%}
{%- if template == ‘index’ -%}
{{ content_for_layout }}
{%- if template == ‘index’ -%}
{%- if request.page_type == “captcha” or request.page_type == “policy” -%}
{%- liquid
render “dbtfy-recently-viewed”
section “dbtfy-instagram-feed”
section “guarantee”
section “footer”
-%}
{%- if settings.dbtfy_back_to_top -%}
keyboard_arrow_up
{%- endif -%}
{%- if settings.newsletter_app == “klaviyo” and settings.klaviyo_app_public_key != blank and settings.klaviyo_app_list_id != blank -%}
{%- endif -%}