> For the complete documentation index, see [llms.txt](https://script-and-theory.gitbook.io/all-in-one-commerce-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://script-and-theory.gitbook.io/all-in-one-commerce-docs/b2b-and-wholesale/display-the-wholesale-product-pricing.md).

# Display the wholesale product pricing

Enable the extension from customizer “**B2B: Prices and Rules**”, and open extension settings save the settings we mentioned in the screenshots and save it.\
\
Label:       Product Grid Price Locator (Query Selector)\
Value:       .price-item.price-item--regular&#x20;

\
Label:       Cart Line Product Price Locator (CSS Classnames)\
Value:       .product-option.product\_\_price\
\
Label:   Cart Line Single Price Locator (CSS Classnames)\
Value:       .price.price--end\
\
Label:       Cart Total Price Locator (CSS Classnames)\
Value:        .totals\_\_total-value\
\
Label:        Checkout Button Locator\
Value:          #checkout \ <br>

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXfsn02z7O59gwQJ3uI7Qqk5l1RcctSMhbmoEhtLMZKHgNJ0xDf9psNdX1LJBssSwJgHEp_qMDdHiZ9lvQlTgc8wOEDje-XgebYEHJ7oIIudmDsJ9GdMFyXKwvhJoW0DdUxSXso?key=PWWdpJ3Y_qEUOcs-2MfQnVdS" alt=""><figcaption></figcaption></figure>

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXdzOfD9MpBY3ucydvnaJpK9MlqHMQWZxBPp_Cffxp8BNiM6lR5c0iUF5vmXouxjnmtd5g4KE_gMprXBJQftPNCfTgHS3GkFs1hJUHJ0ktH9cT6btNfy5w-9oa1OrpgZYT5ai6mj?key=PWWdpJ3Y_qEUOcs-2MfQnVdS" alt=""><figcaption></figcaption></figure>

* Then we need to add some attributes into the theme files to display the wholesale pricing of product for wholesaler customers. Follow bellow steps:<br>

  <figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXcLiWnL-xeNMIUOLE2cnrI1BA2Mn_-mSWQpCppGHByMdhBPJgTs8WkmqesQH36IxbG2yblYT-i85BsNojFTWrdng874FSor42YbfNRjLXs1KDQnsgccN9rOxZ9zc9620EBJnK2N?key=PWWdpJ3Y_qEUOcs-2MfQnVdS" alt=""><figcaption></figcaption></figure>

* Search **price.liquid** file and put the attribute in given screenshot location. Check **Screenshot:**&#x20;

  <figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXcMYnq-bpV8mFhYLFHIyROW2_TjgiRJ1hEtBkNvh4Dye5J-CVWLVHWTJ-_F_ZszOugap9q5RMi9Evr-azEg1WfxfyiGZ6HJTmSTqkvZ783jKe7ogmDV_v0WoxLuVP9uHvSS0bgo?key=PWWdpJ3Y_qEUOcs-2MfQnVdS" alt=""><figcaption></figcaption></figure>

* Search **main-cart-items.liquid** file and put the attribute in given screenshot location. Check **Screenshot:**&#x20;

*

```
<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXfJod_XyKoVF6YyJIjcL9WQvKFjh7kSr4lXe8eBZhszHIWF1M2R2lK73aLcP5hT5o5GqnhAXjq2BAwIDqi4SAq3X2ASsGIHO684NUaCCQLQv0J8leaUcHiVw-YIF7RmtWRP6Lks?key=PWWdpJ3Y_qEUOcs-2MfQnVdS" alt=""><figcaption></figcaption></figure>
```


---

# 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://script-and-theory.gitbook.io/all-in-one-commerce-docs/b2b-and-wholesale/display-the-wholesale-product-pricing.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.
