> For the complete documentation index, see [llms.txt](https://help.brickspacelab.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.brickspacelab.com/space/general/known-issues-and-troubleshooting/v2.0.0.md).

# v2.0.0

#### Prices Displaying Incorrectly <a href="#h_9b9f33b7e3" id="h_9b9f33b7e3"></a>

***

* Issue: If shipping settings aren’t configured for a given region, products may not display prices and variants correctly.
  * Solution: Navigate to your Market tab within your Shopify admin settings and ensure shipping settings are configured.
* Issue: Prices display incorrectly when “Show trailing zeros” is unchecked.
  * Solution: This setting is not supported in all currencies. Keep it checked to avoid issues.

***

#### Compare-at Price Displaying Incorrectly <a href="#h_ebaf37ad3c" id="h_ebaf37ad3c"></a>

* Issue: The percentage discount badge and strikeout price disappear when switching from the store’s default currency (e.g., GBP) to another currency.
  * Solution: Navigate to your Shopify admin > Settings > Markets > Preferences. Toggle off “Compare-at price hiding”.

***

#### Products Won’t Add to Cart <a href="#h_8b938dd482" id="h_8b938dd482"></a>

* Issue: Products may not add to the cart due to inventory or template settings.
  * Solutions:
    1. Check your inventory and stock settings. Enable “Continue selling when sold out” to allow items to be added.
    2. Ensure the “Options” block is included on your product template, even if your product has only one variant.
    3. Try enabling “Enable default variant”.

***

#### Broken Blog Grid <a href="#h_9f82677923" id="h_9f82677923"></a>

* Issue: The blog grid may break if “Enable summary” is turned on and the blog article contains extra or malformed HTML.
  * Solutions:
    1. Open the Theme Editor by clicking Customize next to the relevant theme.
    2. Go to Theme Settings > Blog Cards.
    3. Uncheck “Enable summary” and click Save.
    4. OR:
       1. Copy the entire contents of your blog article.
       2. Paste it into a Markdown text editor (e.g., Notion).
       3. Copy the content from the Markdown editor and paste it back into your blog article.

***

#### Empty Buttons <a href="#h_93c573a029" id="h_93c573a029"></a>

* Issue: Buttons with placeholder content may remain visible when they should be hidden.
  * Solutions:
    1. Open the Theme Editor by clicking Customize next to the relevant theme.
    2. Select the section you want to edit.
    3. Scroll down to the Button and Button URL settings.
    4. Delete both values so the fields are empty.
    5. Click Save.
    6. If the issue persists:
       1. Add any link to the Button URL setting.
       2. Click Save.
       3. Delete both values again and click Save.

***

#### Missing Login Buttons <a href="#h_5e00a2db9f" id="h_5e00a2db9f"></a>

* Issue: Login and account buttons may not be visible when setting up your Shopify account.
  * Solution:
    1. Navigate to Shopify Settings > Customer Accounts.
    2. Ensure customer accounts are enabled.
    3. Display login and account buttons in the following sections:
       * Announcement
       * Header
       * Mobile Menu
       * Footer


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.brickspacelab.com/space/general/known-issues-and-troubleshooting/v2.0.0.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
