Emergency situation

In case of emergencies or breakdowns, you can send an SMS to our emergency hotline

On-call phone (SMS only)

+45 29 70 15 95

Send an SMS with the following information:

  • Your name and webshop
  • Description of the problem
  • Your callback phone number

Notes: This service is only for critical situations where your webshop is down or has serious problems. For regular support, please use our normal support channels.

Create security profiles

Guide to creating security profiles for products in Shoporama according to EU regulations.

Reading time: approx. {eight} minutes
Shopejer

Safety profiles in Shoporama allow you to attach safety certifications and standards to your products, such as EN1078 for bicycle helmets or CE marking. Here we show you how to create and use safety profiles.

Create a safety profile

  1. Go to SettingsSecurity profiles
  2. Click "Create new safety profile"
  3. Give it a name, e.g. "EN1078"
  4. Click "Create security profile"
  5. Upload an image of the certification (e.g. CE mark)

Link to products

Once the security profile has been created, you can assign it to products via product editing. Select the relevant security profile in the dropdown.

Create security profiles via AI

You can create security profiles and assign them to many products at once using an AI assistant. This is especially useful if you have an entire product group - for example, all bike helmets or all toys - that need to have the same certification assigned.

Note that the AI can create and name the profile, but you have to upload the actual image of the CE mark or certification to the profile afterwards.

Examples of prompts you can copy:

Create a safety profile named EN1078 and assign it to all products in the Bicycle helmets category.
Create a safety profile "CE marking" and assign it to all products from the manufacturer Acme GmbH.
Show me all products that have a manufacturer but lack a safety profile.

Read more about how you can control your shop with an AI assistant in the blog post Now you can control your entire online shop by chatting.

Display the security profile in your theme

To display the security profile on the product page, your developer needs to add the following Smarty code:

<{$safetyprofile = $product->getSafetyProfile()}> <{if $safetyprofile}> <{$image = $safetyprofile->getImages()}> <{if $image}> <img src="<{$image[0]->getSrc(400,100,'fit')}>" alt="<{$safetyprofile->getName()|escape}>"> <{/if}> <p><{$safetyprofile->getName()|escape}></p> <{/if}>

Tip.

The code displays the security profile image and name on the product page. You can customize the size of the image by changing the parameters in getSrc(width, height, 'fit').

Do you need help? Contact us at support@shoporama.dk.