# Choose where Frak buttons appear on PrestaShop

# Choose where Frak buttons appear on PrestaShop

Once Frak is [installed and connected](/guides/platforms/prestashop/), the three components already show on the right pages. You can turn any of them off or fine-tune them from the **Component Placements** panel on the Frak settings page.

| Component | Where it shows | On by default | Options |
| --- | --- | --- | --- |
| **Share button** | Product pages | Yes | Button style: Primary, Secondary, or None |
| **Banner** | Top of the storefront | Yes | Custom CSS class |
| **Post-purchase card** | Order confirmation page | Yes | None |
| **Post-purchase card** | Customer order details | Yes | None |

Each placement is a simple checkbox. Uncheck the ones you don't want, then **Save** to apply.
**Note:** The post-purchase card shows on both the thank-you page and the order details page, so customers who open their order straight from the confirmation email are still counted. Frak won't reward the same order twice.

## Put a component somewhere else

Need Frak on a page the checkboxes don't cover, like a CMS page or a custom block in your theme? Use the bundled Smarty tags in any `.tpl` file:

```smarty
{frak_banner placement="hero" referral_title="Welcome back!"}
{frak_share_button text="Share & earn up to {REWARD}" no_reward_text="Share & earn" placement="sidebar"}
{frak_post_purchase variant="referrer" cta_text="Earn rewards"}
```
**Caution:** The post-purchase tag needs the order context to track a sale. It's filled in automatically on the order pages, so only use `{frak_post_purchase}` elsewhere if you know how to pass that context yourself.

## Buttons not showing?

Confirm the placement is checked in **Component Placements**, then clear your cache (**Advanced Parameters → Performance → Clear cache**). Some themes remove the product or header hooks Frak uses, so if a checked placement still shows nothing, check that theme template. Full steps are in [Settings & tracking](/guides/platforms/prestashop/details/).

## Next

[Settings & tracking](/guides/platforms/prestashop/details/)
**Want every option?:** The full list of settings for each component lives in the [developer components reference](/developers/components/).