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
  • Why don't all my products have the supplier-cost and inventory-level information?
  • Enabling / Disabling Inventory-Level Metadata

Was this helpful?

  1. Features

Supplier Cost & Inventory Level

PreviousAdd to CartNextRestore Cart Link

Last updated 2 years ago

Was this helpful?

Nosto supports supplier costs and inventory level. The supplier-cost and inventory-level metadata can be used for creating advanced recommendation rules to promote products with a high margin or low-stock products.

3.0.0

The supplier-cost and inventory-level of a product are considered sensitive information and therefore does not exist in the page tagging, and instead, are sent over a secure API. This means that we do not update via crawler/tagging, only via API calls from Prestashop. The cron must be configured in order to send regular API calls. More information here: https://github.com/nosto/nosto-prestashop-cron

Why don't all my products have the supplier-cost and inventory-level information?

The extension relies on observers to detect changes to the catalog and synchronize it with Nosto. If you are synchronizing products from your ERP/PIM system, observers may not be triggered.

Enabling / Disabling Inventory-Level Metadata

The supplier-cost and inventory-level metadata collection is always on and does not have a corresponding toggle.