proseLA

Results 14 issues of proseLA

i have never understood why the IP address is formatted this way: ![image](https://user-images.githubusercontent.com/1095136/181318410-5f2b7e36-93c8-4ef4-928a-8e01d3639bdb.png) in the code, we establish the `$_SESSION['customers_ip_address']` as the `$_SERVER['REMOTE_ADDR']` and then for the order we put...

https://github.com/zencart/zencart/blob/dc22072b1a1ea66b3e4fce9efe781ca43557f5e2/includes/modules/payment/square.php#L601-L609 lines 605 and 607 need to end `')");` no `'");` apparently no one is resetting their tokens.

i am noticing during development that plugins are getting un-installed by ZC. i have tracked it down to: https://github.com/zencart/zencart/blob/ace282f116e7d46467f43c97e45f5905e3c94440/admin/includes/application_bootstrap.php#L161 which i notice has been removed from v158; however it is...

after having coded a bunch of payment modules, i am curious whether people have thoughts to providing a structured framework, ie new database tables, for recording of payments and refunds....

https://github.com/zencart/zencart/blob/7e383aa8a48375cde4afdecec7ef7c859540f1ad/includes/classes/order.php#L149-L152 i do not like this section of code. we are populating the delivery address of the order with the customer address; but if it is store pickup, we are...

https://github.com/AuthorizeNet/sample-code-php/blob/0de20c3c95339581c315726de12d2f759e278070/CustomerProfiles/create-customer-payment-profile.php#L55 we are putting a `$paymentprofile` into an array called `$paymentprofiles`. notice the extra `s`. this array is not used anywhere. unless i am missing something....

this problem looks to be in v158 as well. in v157, we had the following: https://github.com/zencart/zencart/blob/40c161c8f5c0d58ac9e39d2dec479780d522e47e/admin/customers.php#L1236-L1237 currently we have: https://github.com/zencart/zencart/blob/0430d9573f21170459aadbb4585f6122a3f98d90/admin/customers.php#L1627-L1630 now, above this, there is this notifier: https://github.com/zencart/zencart/blob/0430d9573f21170459aadbb4585f6122a3f98d90/admin/customers.php#L1580-L1585 now the...

i have encountered manufacturers who are using a 2 digit suffix at the end of the 12 digit UPC bar code. the 2 digit suffix indicates a packaging of some...

the use of `zen_get_all_get_parameters` allows for more flexibility; especially for those of us that do additional filtering of products and use additional `$_GET` parameters. existing functionality would not change.

first off, i thought i had updated my karoo software. apparently i had not, i am still running 1.395.1557.12. i will update prior to my next ride. i am running...