Price list
Enviado: 20 Jan 2026, 13:11
BBCode usage:
HTML replacement:
Help line:
FAQ:
This BBCode creates an announcement/sales card featuring:
* **Title** (`{TEXT1}`)
* **Price** (`{TEXT2}`)
* **Description** (`{TEXT3}`)
* **Buttons** for WhatsApp and Private Message
* **A highlighted box** with a suggested subject line for the PM (since phpBB does not allow auto-filling the subject field in private messages).
### What you need to change before using:
* **WhatsApp:** Replace `YOURNUMBER` with your full WhatsApp number (including country code, without the "+" sign or spaces).
* *Example:* If the number is +55 11 99999-9999, use `5511999999999`.
* **Private Message:** Replace `u=2` with the actual User ID of the recipient.
* *To find the ID:* Open the user's profile on the forum → check the URL for something like `memberlist.php?mode=viewprofile&u=123` → the number after `u=` is the ID.
* **Placeholders:** When using the BBCode in a post, you will fill in:
* `{TEXT1}` → Usually the item name/title (e.g., "Nike T-shirt Size M")
* `{TEXT2}` → Price or highlight (e.g., "$50")
* `{TEXT3}` → Full description
Example:
Código: Selecionar todos
[pricingcard name={TEXT1} price={TEXT2}]{TEXT3}[/pricingcard]Código: Selecionar todos
<div style="display: inline-block; margin: 10px; vertical-align: top; width: 300px; font-family: sans-serif; border: 1px solid #ced1d5; border-radius: 10px; background: #ffffff; overflow: hidden; box-shadow: 0 4px 10px rgba(0,0,0,0.1);">
<div style="background-color: #105289; padding: 20px; text-align: center;">
<h3 style="color: #ffffff; margin: 0 0 10px 0; text-transform: uppercase; font-size: 1.2em; border: none !important; letter-spacing: 1px;">{TEXT1}</h3>
<div style="color: #ffffff; font-size: 1.8em; font-weight: bold; margin-top: 15px; opacity: 0.9;">{TEXT2}</div>
</div>
<div style="padding: 20px; color: #333; font-size: 14px; line-height: 1.6; min-height: 120px; background: #fdfdfd;">
{TEXT3}
</div>
<div style="padding: 15px; background: #f4f5f7; border-top: 1px solid #ced1d5; text-align: center;">
<div style="margin-bottom: 16px; font-size: 13px; color: #105289; font-weight: bold;">
Suggested subject for PM:<br>
<span style="background: #e8f0fe; padding: 8px 12px; border-radius: 5px; display: inline-block; margin-top: 8px; font-family: monospace;">Interested in: {TEXT1}</span>
</div>
<div style="display: flex; flex-direction: column; gap: 10px;">
<a href="https://wa.me/YOURNUMBER" target="_blank" style="background-color: #25D366; color: #fff !important; padding: 12px; border-radius: 5px; font-weight: bold; text-decoration: none; font-size: 13px; display: flex; align-items: center; justify-content: center; gap: 8px; text-transform: uppercase;">
<img src="https://upload.wikimedia.org/wikipedia/commons/6/6b/WhatsApp.svg" alt="WhatsApp" width="20" height="20" style="vertical-align: middle;">
WhatsApp
</a>
<a href="./ucp.php?i=pm&mode=compose&u=2" style="background-color: #105289; color: #fff !important; padding: 12px; border-radius: 5px; font-weight: bold; text-decoration: none; font-size: 13px; display: flex; align-items: center; justify-content: center; gap: 8px; text-transform: uppercase;">
✉️ Private Message
</a>
</div>
<div style="margin-top: 12px; font-size: 10px; color: #999; text-transform: uppercase;">Reference: {TEXT1}</div>
</div>
</div>Código: Selecionar todos
[pricingcard name="Professional Website" price="R$ 1,500"]Full development of a professional institutional website with up to 10 pages, fully responsive design, basic SEO optimization, and WhatsApp integration.[/pricingcard]This BBCode creates an announcement/sales card featuring:
* **Title** (`{TEXT1}`)
* **Price** (`{TEXT2}`)
* **Description** (`{TEXT3}`)
* **Buttons** for WhatsApp and Private Message
* **A highlighted box** with a suggested subject line for the PM (since phpBB does not allow auto-filling the subject field in private messages).
### What you need to change before using:
* **WhatsApp:** Replace `YOURNUMBER` with your full WhatsApp number (including country code, without the "+" sign or spaces).
* *Example:* If the number is +55 11 99999-9999, use `5511999999999`.
* **Private Message:** Replace `u=2` with the actual User ID of the recipient.
* *To find the ID:* Open the user's profile on the forum → check the URL for something like `memberlist.php?mode=viewprofile&u=123` → the number after `u=` is the ID.
* **Placeholders:** When using the BBCode in a post, you will fill in:
* `{TEXT1}` → Usually the item name/title (e.g., "Nike T-shirt Size M")
* `{TEXT2}` → Price or highlight (e.g., "$50")
* `{TEXT3}` → Full description
Example: