Create security profiles
Guide to creating security profiles for products in Shoporama according to EU regulations.
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
- Go to Settings → Security profiles
- Click "Create new safety profile"
- Give it a name, e.g. "EN1078"
- Click "Create security profile"
- 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.
Show 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.
Related articles
GPSR fields on products
Guide to implement GPSR fields (manufacturer and safety profile) on products according to EU regulations.
Security profiles (GPSR)
Shoporama safety profile guide to help you comply with EU GPSR requirements for manufacturer information and safety documentation.
Unsubscribe links in automatic emails
Give your customers the option to unsubscribe from automatic follow-up emails after purchases and product reviews - with a simple link in the email.