T. Almroth
T. Almroth
Sure, branch it, test it. See how you like it. 👍 I am better at CSS than i am at gulp. So I'm sure you will find some nice upgrades....
There is no such thing as a visual page break in CSS. I am not sure of this would be resolved. Got any solutions?
To convert it to PDF a third party library would be needed. And that might be as big as the entire footprint of LiteCart.
@kuopassa You can always try: ``` tbody > tr:nth-child(25) { page-break-after: always; } ``` For the screen you would have to close the tbody, table, divs, and open a them...
I have no solution for this and would suggest a vqmod for lithuanian users.
@medgalys Maybe this question belongs to the forums. Do you mean this? https://github.com/litecart/litecart/blob/8c65c75d5732b5974d83241525fd11f9198e7bdc/public_html/pages/category.inc.php#L56-L60
If machine-to-machine initializing is out of the question an optional field for providing a reference (e.g. order id) could add some extra security for the validation. If the token is...
An optional field for reference could eliminate this whole problem. Should not require much of an effort as all you need is to collect it, and return it. Similar to...
> Hi @timint -- our docs call out that it's your responsibility to save the token in a database and make sure it's not replayed by a malicious party. I...