T. Almroth
T. Almroth
Can you not add it to your content instead? https://caniuse.com/?search=aspect-ratio
@philipp-classen That's the doctor's programming. Treat the symptoms, not the decease 😉 Do we yet not know what causes these symptoms?
@Roman991 This is just the tip of the ice berg. Looking at the code it's obvious they don't know what they are doing. Looking at this repo it's obvious they...
For the order modules to invoke?
There are not many hook events as they all need to be hardcoded while vMod has no limits. I will consider this. But as of now you would need vMod...
What type of module are you planning? Shipping, Payment or Order module?
This rollback was no good? https://github.com/litecart/litecart/commit/82e115e32e81829747fce61d4e422d0c5acf6c3b Edit: Oh nevermind I see you added more namespaces. I don't see them noted. https://developers.google.com/search/docs/crawling-indexing/sitemaps/build-sitemap
They seem to resolve fine in Chrome.  
Google's own guide have no mention any of this. I need to know if something is causing an error. ``` https://www.example.com/english/page.html ``` The xhtml namespace is already defined by `xmlns:xhtml="http://www.w3.org/1999/xhtml"`...
I discovered a name conflict that needs to be resolved here. The update() event fires both when saving an order and when updating the module settings. https://github.com/litecart/litecart/blob/dev/public_html/includes/entities/ent_order.inc.php#L459 https://github.com/litecart/litecart/blob/dev/public_html/includes/entities/ent_module.inc.php#L132 I want...