Skip to main content
Shop reviews

Instructions on how to collect Prisjakt reviews from your shop page

Prisjakt avatar
Written by Prisjakt
Updated this week

Our most popular and perhaps most important service, shop reviews, means that you embed a link on your shop page so your visitors/customers can leave a review on your shop, after successfully logging in to Prisjakt.

Option 1

A clickable image that leads to your shop's "leave a review"-page on Prisjakt.

  1. Add your shop id and paste the tag where you want the image to show up.

<a href="https://www.prisjakt.nu/butiksinfo.php?f={{shopID}}&review=write"> <img src="https://pricespy-75b8.kxcdn.com/g/leave-review/LeaveReview_SE.svg" /> </a>

Example:

<a href="https://www.prisjakt.nu/butiksinfo.php?f=6273&review=write"> <img src="https://pricespy-75b8.kxcdn.com/g/leave-review/LeaveReview_SE.svg" /> </a>

Image/badge that you can use can be found here.

Option 2

Collect reviews on your shops checkout page, in a widget

By implementing the following widget your customers can leave a review on their shopping experience after a successful purchase, without leaving your shop page.

When a customer has left a review, they will get a verification email where they need to login to their Prisjakt account to publish the review.

  1. Add this to the <head> section on your checkout page.

    <script
    defer
    src="https://cdn.pji.nu/b2b/widgets/checkout-rating/index.js"
    id="checkout-rating-script" ></script>
    <link rel="stylesheet"
    href="https://cdn.pji.nu/b2b/widgets/checkout-rating/index.css"
    />

  2. Add this to your page where you want the widget to appear, SHOPID and WIDGET ID is unique and will be given to you. You get your WIDGET ID through Business Center -> Settings -> Review widget. If you want the widget to have a border you can set showBorder=true, this gives it a grey outline, suitable for a white background.

    <div class="checkout_rating_widget" data-shop-id="[SHOPID]" data-widget-id="[WIDGET ID]" data-market="[MARKET - se default]" showBorder="[true|false - optional, false default]" ></div>

    Note! The element that wraps the widget can have a fixed width set, the widget will use the full space of the element. The minimum width of the widget is 350px, while the maximum width is 450px. Minimum height for the element should be set to 650px.

  3. All set! Now you can start to collect reviews after successful purchases.

Did this answer your question?