Prestashop
  • Personalization for PrestaShop
  • Installing
  • Configuring
  • Guides
    • Fixing Broken Tagging
    • Adding & Moving Recommendations
    • Overriding or Extending Functionalities
      • Overriding Product Data
      • Overriding Customer Data
    • Bulk Product Updates via Cron
  • Features
    • Variations (Configurable Products)
    • Add to Cart
    • Supplier Cost & Inventory Level
    • Restore Cart Link
    • Ratings & Reviews
    • Multi Currency (Exchange Rates)
    • Marketing permission and GDPR compatibility
  • FAQ
  • Developing & Contributing
  • Visit Nosto
  • Issues
  • Releases
Powered by GitBook
On this page

Was this helpful?

  1. Guides

Fixing Broken Tagging

PreviousGuidesNextAdding & Moving Recommendations

Last updated 9 months ago

Was this helpful?

The module adds tagging on multiple pages across the shop which are used by the Nosto script as a context when fetching recommendations.

Sometimes it so happens that some parts of the tagging are missing on the page. For example, you'll be able to see the debug toolbar but there would be no markup. The root cause of this scenario is that one of more hooks are missing from your theme.

In order to rectify this, you'll need to place the missing hooks back into the corresponding template file of your theme. Below is a comprehensive list of all the hooks that are used for injecting semantic metadata into your theme.

Page
Description
Hook

All

Customer Tagging

All

Cart Tagging

All

Current Category / Brand Tagging

All

Search Term Tagging

Product

Product Page Recommandation Placeholders

Order

Order Confirmation Page Recommandation Placeholders

In the event that one or more of the tagging blocks do not render into the markup, please ensure that your theme is not missing the default hook placeholders. Examples of what hook references look like in the default Prestashop templates can be viewed by clicking the links in the "Hook" section

More information on how the tagging works can be found on our.

tagging guide
HOOK_TOP
HOOK_TOP
HOOK_TOP
HOOK_TOP
HOOK_PRODUCT_FOOTER
HOOK_ORDER_CONFIRMATION