Foodz

This is a submission for the Wix Studio Challenge .

What I Built

Are you hungry? Up to try something new? Luxembourgish and Danish dishes have your back…I mean stomach! Now, a round of applause for Foodz!

Demo

Inside Foodz: ht…


This content originally appeared on DEV Community and was authored by a.infosecflavour

This is a submission for the Wix Studio Challenge .

What I Built

Are you hungry? Up to try something new? Luxembourgish and Danish dishes have your back...I mean stomach! Now, a round of applause for Foodz!

Demo

Inside Foodz: https://gowonder1.wixstudio.io/foodz

Fine, I'll be a spoiler.

home

delivery

Development Journey

I used the onClick Javascript function to redirect to Online Order page (seen as "Delivery"). :

import wixLocation from 'wix-location'; 
import wixWindow from 'wix-window';



$w.onReady(function () {
    $w("#box4").onClick(() => {
        wixLocation.to("/online-ordering"); 
    });
}); 

The almost same effect can be achieved by creating a link without using any code. This is how I implemented the redirect to Surprise box page. I mentioned almost, because if one does not use the JavaScript code above, the text (i.e Surprise box) is not clickable. Only the box itself is linked to the redirect page.

Wix eCommerce API and Wix Stores are at the center of the website. Wix Restaurant Orders and Wix Stores are the applications used from App Market.

I invite you to have a taste from these delicious cuisines. 🍽️


This content originally appeared on DEV Community and was authored by a.infosecflavour


Print Share Comment Cite Upload Translate Updates
APA

a.infosecflavour | Sciencx (2024-07-13T21:00:00+00:00) Foodz. Retrieved from https://www.scien.cx/2024/07/13/foodz/

MLA
" » Foodz." a.infosecflavour | Sciencx - Saturday July 13, 2024, https://www.scien.cx/2024/07/13/foodz/
HARVARD
a.infosecflavour | Sciencx Saturday July 13, 2024 » Foodz., viewed ,<https://www.scien.cx/2024/07/13/foodz/>
VANCOUVER
a.infosecflavour | Sciencx - » Foodz. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2024/07/13/foodz/
CHICAGO
" » Foodz." a.infosecflavour | Sciencx - Accessed . https://www.scien.cx/2024/07/13/foodz/
IEEE
" » Foodz." a.infosecflavour | Sciencx [Online]. Available: https://www.scien.cx/2024/07/13/foodz/. [Accessed: ]
rf:citation
» Foodz | a.infosecflavour | Sciencx | https://www.scien.cx/2024/07/13/foodz/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.