top of page

Forum Posts

Ghassan Khoury
Jun 20, 2018
In Coding with Velo
Hello, when we receive an order in wix stores with manual payment method, is there any way to mark the order as paid automatically?? I want to update product quantity in inventory once the customer finish the order. thank you in advance.
1
3
175
Ghassan Khoury
May 20, 2018
In Coding with Velo
Hi, I read in the following link that facebook open in its mobile app but in reality it opens in browser https://support.wix.com/en/article/request-opening-social-icons-in-mobile-apps what can I do to open facebook in mobile app?
1
4
295
Ghassan Khoury
May 15, 2018
In Coding with Velo
Hi, when I use the following code, I get 'windowHeight is unread' warning import wixWindow from 'wix-window'; $w.onReady(function () { //TODO: write your page related code here... wixWindow.getBoundingRect() .then( (windowSizeInfo) => { let windowHeight = windowSizeInfo.window.height; // 565 let windowWidth = windowSizeInfo.window.width; // 1269 let documentHeight = windowSizeInfo.document.height; // 780 let documentWidth = windowSizeInfo.document.width; // 1269 let scrollX = windowSizeInfo.scroll.x; // 0 let scrollY = windowSizeInfo.scroll.y; // 120 } ); }); can you help me please?
0
4
187

Ghassan Khoury

More actions
bottom of page