Learn to Make a Square Origami Cake with Five Different Patterns and Velvet Texture
GET THE COURSE
An online course covers everything you need to know to make a square origami cake from start to finish. The course is suitable for both beginners and more experienced bakers.
An online course covers everything you need to know to make a square origami cake from start to finish. The course is suitable for both beginners and more experienced bakers.
Course Progam
We will provide you with list of all ingredients and equipment that you need for the course.
Learn how to bake an easy to make fluffy chocolate sponge cake
Learn how to make white chocolate ganache that is perfect for smoothing cakes. The ganache can be prepared in advance, can be reused and can be stored in the fridge up to 1 month.
Learn how to make stable chocolate and coffee cream cheese frostings and assemble a tall square cake without using wooden boards.
Learn how to fold paper to make 5 different origami paper moulds
We will share with you how we smooth our cakes and how we get super sharp edges with ganache.
Learn how to create origami textures on cakes using paper moulds and ganache. We will share our secrets of neat textures: ganache consistency, the mould size, application and more.
Learn how to cover the cake with velour mixture using a spray gun.
What You'll Get
Step by step video
Online support at every stage of the course
Downloadable recipes for different cake sizes
Certificate of completion
3 year access to course material
What You'll Get
Step by step video
Downloadable recipes for different cake sizes
3 year access to course material
Online support at every stage of the course
Certificate of completion
Square Origami Cake Course
We accept payments through PayPal. You can pay with your PayPal account or with any debit/credit card. After the payment you will receive an email with login and password information
ADD TO CARD
Square Origami Cake Course
We accept payments through PayPal. You can pay with your PayPal account or with any debit/credit card. After the payment you will receive an email with login and password information
165
USD
ADD TO CARD
window.paypal
.Buttons({
async createOrder() {
try {
const response = await fetch("/api/orders", {
method: "POST",
headers: {
"Content-Type": "application/json",
},
// use the "body" param to optionally pass additional order information
// like product ids and quantities
body: JSON.stringify({
cart: [
{
id: "YOUR_PRODUCT_ID",
quantity: "YOUR_PRODUCT_QUANTITY",
},
],
}),
});
const orderData = await response.json();
if (orderData.id) {
return orderData.id;
} else {
const errorDetail = orderData?.details?.[0];
const errorMessage = errorDetail
?`${errorDetail.issue} ${errorDetail.description} (${orderData.debug_id})`
: JSON.stringify(orderData);
throw new Error(errorMessage);
}
} catch (error) {
console.error(error);
resultMessage(`Could not initiate PayPal Checkout...
${error}`);
}
},
async onApprove(data, actions) {
try {
const response = await fetch(`/api/orders/${data.orderID}/capture`, {
method: "POST",
headers: {
"Content-Type": "application/json",
},
});
const orderData = await response.json();
// Three cases to handle:
// (1) Recoverable INSTRUMENT_DECLINED -> call actions.restart()
// (2) Other non-recoverable errors -> Show a failure message
// (3) Successful transaction -> Show confirmation or thank you message
const errorDetail = orderData?.details?.[0];
if (errorDetail?.issue === "INSTRUMENT_DECLINED") {
// (1) Recoverable INSTRUMENT_DECLINED -> call actions.restart()
// recoverable state, per https://developer.paypal.com/docs/checkout/standard/customize/handle-funding-failures/
return actions.restart();
} else if (errorDetail) {
// (2) Other non-recoverable errors -> Show a failure message
throw new Error(`${errorDetail.description} (${orderData.debug_id})`);
} else if (!orderData.purchase_units) {
throw new Error(JSON.stringify(orderData));
} else {
// (3) Successful transaction -> Show confirmation or thank you message
// Or go to another URL: actions.redirect('thank_you.html');
const transaction =
orderData?.purchase_units?.[0]?.payments?.captures?.[0] ||
orderData?.purchase_units?.[0]?.payments?.authorizations?.[0];
resultMessage(
`Transaction ${transaction.status}: ${transaction.id}
See console for all available details`,
);
console.log(
"Capture result",
orderData,
JSON.stringify(orderData, null, 2),
);
}
} catch (error) {
console.error(error);
resultMessage(
`Sorry, your transaction could not be processed...
${error}`,
);
}
},
})
.render("#paypal-button-container");
// Example function to show a result to the user. Your site's UI library can be used instead.
function resultMessage(message) {
const container = document.querySelector("#result-message");
container.innerHTML = message;
}
FAQs
Yes, the course is in English. We provide all the material and online support in English.
Yes, absolutely! The course is designed to suit complete beginners as well as seasoned bakers and cake decorators.
The course is self paced. You decide when you start and when you finish. Work at your own pace and in your own time.
You can complete the course in 3 or more days.
All the ingredients and equipment we use are easily accessible and can be found in grocery and baking supply stores.
Add a course to your cart, provide your email address, make payment. After purchase you will get a username & password sent to your email address.
Please send your questions to merul.school@gmail.com