All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Barion Documentation. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 10:28, 25 February 2025 [email protected] talk contribs created page Alap-es-full-barion-pixel-implementacio-RequireJS-Magento-webaruhazakban (Created page with "__NOTOC__ {{PageTitle|title=Az }} ===A RequireJS konfiguráció módosítása=== <pre> <script> require.config({ paths: { 'barionPixel': 'https://pixel.barion.com/bp.js' } }); </script> </pre> ===A Bairon Pixel inicializálása a RequireJS segítségével=== <nowiki> <script> require(['barionPixel'], function() { window.barionpixel_function = 'bp'; // Create BP element on the window window["bp"] = window["bp"] || funct...")