Search icon
  • Help
  • Plugins
  • Shoptet
  • Installation Guide
  • Installation - Shoptet

Installation - Shoptet

Installation Steps - Shoptet

As for Shoptet installation, we do not have a module available to download and install Doofinder directly. Shoptet works through a data feed integration, not through a module available in their marketplace. Therefore, this is a custom integration, which can be achieved by following the steps below:

Steps to Generate a Custom Feed

  1. In the Shoptet Admin panel, go to Connection and then XML feeds.
  2. Add a new feed with the following settings:

    • Name: Doofinder feed
    • File name: doofinder
    • XML header: <feed>
    • XML footer: </feed>
  3. In the XML body, include the following code:

 <item>
  <id>#CODE#</id>
  <name>#NAME#</name>
  <description>#SHORT_DESCRIPTION#</description>
  <url>#URL#</url>
  <image_link>#IMG_URL#</image_link>
  <price>#PRICE#</price>
  <price_var>#PRICE_VAT#</price_var>
  <manufacturer>#MANUFACTURER#</manufacturer>
  <category>#CATEGORYTEXT#</category>
  <categories>#COMPLETE_PATH_GT#</categories>
  <EAN>#EAN#</EAN>
  <PRODUCTNO>#PART_NUMBER#</PRODUCTNO>
  <DELIVERY_DATE>#AVAILABILITY_DAYS#</DELIVERY_DATE>
 </item>

If you would like to include additional fields, you can find the complete list of available tags in the official Shoptet documentation!.

Once the feed has been created, upload the generated URL into the Doofinder admin panel to complete the integration.

Did you find this page helpful?