Search found 8 matches

by garyd
Mon Aug 21, 2023 1:01 pm
Forum: General Questions
Topic: Emptying PayPal Shopping Cart
Replies: 4
Views: 1167

Re: Emptying PayPal Shopping Cart

Pablo wrote: Fri Aug 18, 2023 12:50 pm The cart should automatically be emptied on checkout.
Yeah, that's what I thought but it definitely doesn't empty Any ideas what might be happening?
by garyd
Fri Aug 18, 2023 12:17 pm
Forum: General Questions
Topic: Emptying PayPal Shopping Cart
Replies: 4
Views: 1167

Emptying PayPal Shopping Cart

My PayPal Shopping Cart stores the selected products after a customer has checked out but I need to somehow empty it once they check out. How do I this? Is there a Web builder setting I am missing or is it done via the receiving PayPal account? Any help much appreciated.
by garyd
Sat Dec 31, 2022 10:08 am
Forum: General Questions
Topic: Accordion Page Memory
Replies: 1
Views: 850

Accordion Page Memory

Hi All,
Is there a way to remember the last accordion page opened so that you can return to it (possibly!) via the bookmark option?
by garyd
Sat Nov 05, 2022 5:54 am
Forum: Forms
Topic: Calculate number of days between two dates
Replies: 14
Views: 4859

Re: Calculate number of days between two dates

I've just copied across the code and got it working. Thanks for your help!! I have not implemented this in WB in the workspace but it should work if you add the code to the correct spots. I changed your function in the head section to this: <script> function GetDays(){ var date1 = new Date(document ...
by garyd
Sat Nov 05, 2022 5:41 am
Forum: Forms
Topic: Calculate number of days between two dates
Replies: 14
Views: 4859

Re: Calculate number of days between two dates

Hi, that's exactly what I'm after!!
Sorry for the delay in replying but I've been away from the computer for a while.
crispy68 wrote: Fri Oct 28, 2022 5:39 pm Is this what you are after?

https://webbuildertemplates.com/demo/date/

If so, I can provide a copy of a demo project. I've tweaked the code as well.
by garyd
Fri Oct 28, 2022 9:47 am
Forum: Forms
Topic: Calculate number of days between two dates
Replies: 14
Views: 4859

Re: Calculate number of days between two dates

Hi, please find below the requested link to the DEMO page along with the page HTML. I have tried using Firefox and Edge to run the code in: <!doctype html> <html> <head> <meta charset="utf-8"> <title>Untitled Page</title> <meta name="generator" content="WYSIWYG Web Builder 17 - https://www ...
by garyd
Thu Oct 27, 2022 5:38 pm
Forum: Forms
Topic: Calculate number of days between two dates
Replies: 14
Views: 4859

Re: Calculate number of days between two dates

I'm not asking for progamming code. However, I would like to know why an Editbox condition with the calculation getTime[Editbox1] (which I understand to be the correct command) does not put the time in millisecs since 1st Jan 1970 into the target Editbox, even though Editbox1 has date set as type ...
by garyd
Thu Oct 27, 2022 10:07 am
Forum: Forms
Topic: Calculate number of days between two dates
Replies: 14
Views: 4859

Calculate number of days between two dates

Hi, I'm trying to get the number of days between two editboxes (type=date). I'm using the following calculation in the conditions section to get the difference in millisecs before I do the final calculation to convert to days but not having any luck. I think my coding ignorance is showing!! =GetTime ...