Josimar International Edition 2022

Order your copy now.

For our 2022 World Cup issue, we have not profiled the 32 qualified teams. Instead we have profiled 32 migrant workers – people who work and live in dire conditions, for very little money, and make a World Cup in Qatar possible.


Order your copy below. Choose the number of print copies in the dropdown menu – or choose digital version and a PDF file will be sent to your email within 24 hours of placing the order. Then choose payment method

READ MORE ABOUT THE PROJECT IN THE ISSUE’S EDITORIAL

IMPORTANT IMFORMATION
When ordering the print issue, please double check that the correct address is registered with PayPal. 
If an order is placed to a wrong or previously held address, please contact us immediately on post@josimar.no and we will change the address before shipping the order.


If you have any issues or questions regarding an order, do not hesitate to contact us using post@josimar.no. Any issues wil be resolved quicker than contacting us through PayPal.

Print copy prices:
1 copy – 16 EUR, plus 14 EUR postage.
2 copies  – 32 EUR, plus 14 EUR postage.
3 copies – 48 EUR, plus 28 EUR postage.
4 copies – 64 EUR, plus 28 EUR postage.

Digital copy price:
16 EUR

Physical version Digital version

Total: €

function getDetails() { var edition = document.getElementById(“digital-or-physical”).value; var copies = document.querySelector(“#n-copies”).value; var costOfCopies = copies * 16; var costOfShipping = Math.ceil(copies / 2) * 14; var totalCost = costOfCopies + costOfShipping; if (edition == “physical”) { return { purchase_units: [ { amount: { currency_code: “EUR”, value: totalCost, breakdown: { item_total: { currency_code: “EUR”, value: costOfCopies, }, shipping: { currency_code: “EUR”, value: costOfShipping, }, }, }, items: [ { name: “Josimar magazine”, description: “Qatar issue, shipped globally”, unit_amount: { currency_code: “EUR”, value: “16”, }, quantity: copies, }, ], }, ], }; } else if (edition == “digital”) { return { purchase_units: [ { amount: { currency_code: “EUR”, value: 16, breakdown: { item_total: { currency_code: “EUR”, value: 16, }, }, }, items: [ { name: “Josimar digital magazine”, description: “Qatar issue, shipped globally”, unit_amount: { currency_code: “EUR”, value: “16”, }, quantity: 1, }, ], }, ], }; } } function updateVersion() { var edition = document.getElementById(“digital-or-physical”).value; if (edition == “physical”) { document.getElementById(“physical”).style.display = “block”; } else if (edition == “digital”) { document.getElementById(“physical”).style.display = “none”; } updateButton(); } function updateButton() { document.querySelector(“#total-cost”).innerHTML = getDetails().purchase_units[0].amount.value; } updateButton(); paypal .Buttons({ // Sets up the transaction when a payment button is clicked createOrder: (data, actions) => { return actions.order.create(getDetails()); }, // Finalize the transaction after payer approval onApprove: (data, actions) => { return actions.order.capture().then(function (orderData) { // Successful capture! For dev/demo purposes: console.log( “Capture result”, orderData, JSON.stringify(orderData, null, 2) ); const transaction = orderData.purchase_units[0].payments.captures[0]; alert( `Transaction ${transaction.status}: ${transaction.id}\n\nSee console for all available details` ); // When ready to go live, remove the alert and show a success message within this page. For example: const element = document.getElementById(“payment”); element.innerHTML = “

Thank you for your payment!

“; // Or go to another URL: actions.redirect(‘thank_you.html’); }); }, }) .render(“#paypal-button-container”);





Zeen is a next generation WordPress theme. It’s powerful, beautifully designed and comes with everything you need to engage your visitors and increase conversions.