
/* XXX ERROR -- could not find '++resource++kondinin.bookshop5.kss'*/

/* - ++resource++kondinin.bookshop7.kss - */
/* http://www.kondinin.com.au/portal_kss/++resource++kondinin.bookshop7.kss?original=1 */
#pay-confirmation #continueStep4:click{
evt-click-preventdefault            :     true;
action-client                       :     setAttribute;
setAttribute-kssSelector            :     "#continueStep4";
setAttribute-name                   :     disabled;
setAttribute-value                  :     true;
action-server			  :	MakePayment;
MakePayment-creditCard	          :	currentFormVar('creditCard');
MakePayment-cardType	          :	currentFormVar('cardType');
MakePayment-expiryDate	          :	currentFormVar('expiryDate');
MakePayment-CCV	                  :	currentFormVar('CCV');
MakePayment-total                   :	currentFormVar('total');
MakePayment-membershipNumber        :     currentFormVar('membershipNumber');
MakePayment-cartContactDetailsId    :     currentFormVar('cartContactDetailsId');
}
#verify-membership #verifyButton:click{
evt-click-preventdefault            :     true;
action-client                       :     setAttribute;
setAttribute-kssSelector            :     "#verifyButton";
setAttribute-name                   :     disabled;
setAttribute-value                  :     true;
action-server			  :	VerifyMembership;
VerifyMembership-KondininId	  :	currentFormVar('KondininId');
}
