No content to show
User Activity
07-25-2024
In the documentation it says that the Checkout scripts app will not expire till August 2025. Can we confirm that means the old checkout scripts will still work for another 12 months? This would be useful as the new checkout functions are missing some...
07-25-2024
Can you also confirm there is no way to insert fields within the shipping and billing address forms.
We've solved the font weights issue. It works on the "live" view/preview, the fonts just don't show correctly in the theme customizer.
07-23-2024
We have checkouts that have a TITLE dropdown field in the customer address forms. At the moment it looks like we can't insert fields into the address forms only add new fields above or below them, which does not work for this purpose.Is there any way...
Great video. I have some questions for Checkout styling. Question 1 : ThumbnailsIn checkout liquid we have been able to style the order summary thumbnails. There are many stores with non-square product images so we have updated styling to support rec...
02-19-2020
We found this variation of preg_match worked better in PHPpreg_match('/<([^<]*)>; rel="next"/', $header, $matches);
$next = $matches[1];