1.55f how to install the latest version of One Page Checkout
Printable View
1.55f how to install the latest version of One Page Checkout
I finally have some time to work on this (nobody in my store) and I have a few questions.
1- what is a core-file? How do I identify them? I am so not familiar with the files structure.
2- when you mention "template-overrides", how do I identify those files?
3- in the github, there is a mention of 129 changes, but in the installation of the 1.4.1 version, there are only 39 files in the File list. Does that mean there are really only 39 files even if some of them might have had multiple changes, which would make those 129?
Thanks.
A core-file is a file that is distributed in the Zen cart base and is required for proper execution on your store. My readme's highlight those files in red.
Template-overrides are where you've made a change in your template, e.g. copying /includes/templates/template_default/templates/tpl_checkout_one_default.php to /includes/templates/YOUR_TEMPLATE/templates and making changes there.
v1.4.1 of OPC was prior to the split-out of individual template 'modules' that format the various sections (e.g. billing address, payment methods) used in the one-page checkout. That's why your version only has 39 files.
I've just submitted v2.2.2 of One-Page Checkout for the Zen Cart moderators' review; I'll post back here when it's available for download.
This release contains changes associated with the following GitHub issues:
#222: Establish compatibility with "Ship2Pay" payment method.
#223: Correct parameters passed to zen_address_label.
#224: paypalwpp, correcting PHP warnings on address-creation bypass.
#225: Establish compatibility with "Ceon Sage Pay Direct" payment method.
PHP 7.2
mysql (10.2.30-MariaDB)
zen-cart-v1.5.6a-01042019 (Clone Classic with several Core Mods.)
CheckBoxTextBoxIconV1.0.3
ColumnGridLayout_for_155f
extra_field_on_customer_sign_up_0
purchase_order_basic_v1_1b
export_shipping_information_V1.3.5
EasyPopulate-4.master-ZC
ckeditor-for-zencart
What code can I add to the registration page to verify the marked fields and prevent non alpha characters from being entered in those fields? (Please see below image)
Obviously Email and Passwords fields will accept non alpha characters.
Thank You for your time.
@linuxguy2, could you give me an example of the characters you're wanting to weed-out?