Completed initial layout of checkout page.
authorChuck Scott <cscott@gaslightmedia.com>
Thu, 26 Oct 2017 16:13:29 +0000 (12:13 -0400)
committerChuck Scott <cscott@gaslightmedia.com>
Thu, 26 Oct 2017 16:13:29 +0000 (12:13 -0400)
commit47a5f3bca3670da93b119343d58d571ddce43e42
treec8b69ea67102118d45e8918fbc14f2556bb23add
parent19fcd621f0b40d51eebde9bd58cd7c518c594dd0
Completed initial layout of checkout page.
Implemented GLM grid approach for checkout page and added custom CSS to the top of front.css to accommodate that.
Added hand pointing down icons for use on checkout page.
Updated dataAccount.php and dataRegRequest.php to add proper state and country field specications.
Added more checkout processing and support for that to checkout.php and regCartSupport class.
21 files changed:
assets/finberUpBlack.png [deleted file]
assets/fingerDownBlack.png [new file with mode: 0644]
assets/fingerDownBlack.svg [new file with mode: 0644]
assets/fingerDownRed.png [new file with mode: 0644]
assets/fingerDownRed.svg [new file with mode: 0644]
assets/fingerUpBlack.png [new file with mode: 0644]
classes/data/dataAccount.php
classes/regCartSupport.php
css/front.css
models/admin/ajax/regFront/registrant.php
models/admin/ajax/regFront/request.php
models/front/registrations/cartLinkWidget.php
models/front/registrations/checkout.php
models/front/registrations/checkoutProcess.php
models/front/registrations/index.php
models/front/registrations/list.php
setup/frontHooks.php
views/admin/registrations/accountEdit.html
views/front/registrations/cartLinkWidget.html
views/front/registrations/checkout.html
views/front/registrations/header.html