> For the complete documentation index, see [llms.txt](https://kb.moomoo.agency/uni-cpo-4-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kb.moomoo.agency/uni-cpo-4-documentation/plugins-compatibility/nbdesigner-how-to.md).

# NBDesigner

Web to Print Online Designer WordPress plugin is a third-party freemium plugin that adds possibilities to design your products as well as add some additional options which optionally impacts the final products price.

The configuration of integration:

1. Download NBDesigner WordPress plugin and activate it
2. Follow the instructions given on that plugin page/docs to set it up correctly and enable for a certain product
3. Important! Go to `NBDesigner -> Settings` admin page, tab `Printing options` and set the following setting to "No":

![](/files/-M50Y489vwF5gzEkwT7f)

You can add as many options in this plugin as you need. They always will be displayed before Uni CPO's options on the product page. You can set those plugin's options so they impact the price of the product. Any product price alterations will be prvided to Uni CPO plugin via

```
{uni_cpo_price}
```

variable. *For instance, the default product price is '5', the your NBDesigner options changes the price to '7.5', so this value will be available in Uni CPO via the variable mentioned above and you can use it in your Uni CPO's formulas and proceed with custom price configuration.*

**Important: this integration may not cover 100% of functionality that is provided by NBDesigner plugin! You should test the integration of both plugins before buying Uni CPO as the fact of certain incompatibility is not the reason for refund!**

Done! 😎


---

# 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://kb.moomoo.agency/uni-cpo-4-documentation/plugins-compatibility/nbdesigner-how-to.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.
