Will Rossiter
Will Rossiter
@Leapfrognz is your payment offsite or onsite? In the short term - if it's onsite then apply a similar fix to user forms to prevent timeout (https://github.com/silverstripe/silverstripe-userforms/blob/5/client/src/bundles/UserForms.js#L759-L764) if it's offsite...
Understand this is an outdated issue but thanks @bradleygore for the start of the solution. I've got double spread working with autoplay by the following change. ``` let openPages =...
Fixed in https://github.com/silvershop/silvershop-core/pull/815/files
IMHO, so many modules use variables etc translatable, subsites, versioned etc etc probably out of scope for the module to handle all the variables. Perhaps use `$field->setSuggestURL()` to handle your...
@abhimanusharma I just came across the same issue and our issue was that I was naively using `$tenant->id` rather than `$tenant->tenantId`. Once I changed the code to use `tenantId` the...
@chillu Has there been any update to this internally or a plan around resourcing?
Fixed in https://github.com/silvershop/silvershop-core/pull/817
Note that this would also be good to merge #2, this would superseed #3
@oddnoc ?