@joseph-benguira I sent you a private chat with more details.
Posts made by ThomasD
-
RE: Paypal does not work with Ecwid due to /js/appdrag.jsposted in General Discussion
-
Paypal does not work with Ecwid due to /js/appdrag.jsposted in General Discussion
There's some Paypal code in this section, that makes the new Paypal integration for Ecwid stop working. It's not possible to click the Paypal Button.
Can the team please take a look at this, so it doesn't interfere with the new Paypal integration.

-
RE: Cache isn't working?posted in Cloud Backend (Cloud DB
So, every new unique visitor will be served a fresh page-view, right?
-
RE: Cache isn't working?posted in Cloud Backend (Cloud DB
@joseph-benguira
Is Cache on a per-session basis?If I reload until I have "Hit from cloudfront" and then change to another browser, I'll get a "Miss from cloudfront".
Shouldn't the other browser get the Cache hit as well?
-
RE: jQueryLoaded doesn't always trigger.posted in Cloud CMS (Pagebuilder
@jbenguira I started a new chat now, see if you got it.
-
RE: jQueryLoaded doesn't always trigger.posted in Cloud CMS (Pagebuilder
Any update on this? It happens always on a specific site too. (Sent in PM)
-
RE: jQueryLoaded doesn't always trigger.posted in Cloud CMS (Pagebuilder
@wassim Seems to happen every time cache is cleared.
-
RE: Bootstrap Pagination CSS?posted in Cloud CMS (Pagebuilder
@jbenguira Thanks, I didn't want duplicate CSS for no reason, so I just lifted the needed parts from the compiled CSS, was less than I thought.
-
Bootstrap Pagination CSS?posted in Cloud CMS (Pagebuilder
Is there any official way to load bootstrap CSS for pagination, it doesn't seem to be included in the default.
-
RE: Link SQL dropdown with other table?posted in Cloud Backend (Cloud DB
Thanks, I was using the visual select and was hoping this was implemented. Is it in the documentation? I couldn't find anything.
-
RE: jQueryLoaded doesn't always trigger.posted in Cloud CMS (Pagebuilder
@wassim
I sent you a PM with a test-page and a recording. -
jQueryLoaded doesn't always trigger.posted in Cloud CMS (Pagebuilder
The jQueryLoaded event doesn't trigger 1 out of 10 times, no errors in the console.
Using appdrag.js
https://1e128.net/js/appdrag.js?v=4426
age: 186422Tried with no-browser cache enabled in the dev console, tried full reloads and cache empties.
Update: I'm able to reproduce in any browser..
-
RE: Link SQL dropdown with other table?posted in Cloud Backend (Cloud DB
Thank you, I'll try that.
Do you have any tips on how to split sql results into multiple pages?
-
Link SQL dropdown with other table?posted in Cloud Backend (Cloud DB
Is there a built in SQL Feature for this or do we need to use an API function?
Example:
- I have 1 table with items, 1 column have name.
- Another table have multi-dropdown ["name1","name2"]
It would be convenient if we could populate the multi-dropdown with values from the other table (Value picker), is that possible?
-
RE: Cache isn't working?posted in Cloud Backend (Cloud DB
Thanks! It's now working as I expected it to, at rocket speed

-
RE: Cache isn't working?posted in Cloud Backend (Cloud DB
I've tried using Cloudflares pagerule "Cache everything" - but since the headers invalidate cache, Cloudflare will do the same and set pages to "Dynamic" mode.
From cloudflare:
"Whether we actually store the asset and for how long is determined by the Cache-Control headers returned with responses from the origin server"Using Edge Cache TTL makes it possible, but that disables all cookies....
This means the potential API requests for this site with 400 products and 2x languages would be 2.3M requests in 24 hours....
Can you please change the admin text for cache duration, it's very missleading if it's only for assets and not content (as the text says).
-
RE: Cache isn't working?posted in Cloud Backend (Cloud DB
Just tried with a blank page, same issue, cache only lasts a few seconds...
