Hello, I am using Bold Multi-Currency and I even have this <span class=money> appeared in my product pages when I switch the variants. All the bold installation has been done accordingly but still the problem are still there for my theme "Express". I did change the currency formatting as well according to google helps but problem is still there. Please help me out for this as I already seek as many help as possible but this still trouble me for a week.
my shop: www.sneakyhenry.com
thank you and regards,
henry
Thanks for it
are you able to code so can you please try this
https://community.shopify.com/c/Technical-Q-A/Code-editing-Debute-theme-Pricing-issue/td-p/673532
https://www.shopify.in/partners/blog/collection-page-price-range
or let me know i can do this.
UNDER PRODUCT-THUMBNAIL.LIQUID i have this and it fixed my money showing issue.
This starts at the product available liquid {% if product.available %}
{% if product.available %}
<!-- {% if product.price_varies and product.price_min > 0 %}
<small><em>{{ 'products.general.from' | t }}</em></small>
{% endif %}
{% if product.price_min > 0 %}
<span class="money">{{ product.price_min | money }}</span>
{% else %}
{{ settings.free_price_text }}
{% endif %}
{% else %}
<span class="sold_out">{{ 'products.product.sold_out' | t }}</span>
{% endif %}
<!--{% if product.compare_at_price_max > product.price %}
<span class="was_price">
<span class="money">{{ product.compare_at_price_max | money }}</span>
</span>
{% endif %}-->
hey I see that you helped someone with this issue, I am experiencing the same thing can you offer me any assistance?
Welcome to the Shopify community!
and Thanks for your Good question.
Please share your site URL,
So I will check and provide a solution here.
Thanks for it
sorry i can't see any issue how can i check this?
I am also having this issue. It appears to be related to the newly input currency converter. the price displays right when I change the currency to USD but when in my default CAD it is showing the <span class problem.
User | Count |
---|---|
766 | |
142 | |
97 | |
63 | |
59 |