Skip to content

Choose where Frak buttons appear on PrestaShop

Section titled “Choose where Frak buttons appear on PrestaShop”

Once Frak is installed and connected, 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.

ComponentWhere it showsOn by defaultOptions
Share buttonProduct pagesYesButton style: Primary, Secondary, or None
BannerTop of the storefrontYesCustom CSS class
Post-purchase cardOrder confirmation pageYesNone
Post-purchase cardCustomer order detailsYesNone

Each placement is a simple checkbox. Uncheck the ones you don’t want, then Save to apply.

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:

{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"}

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.