This function generate_cart_id() not working. Oscommerce after updating PHP version 5.6 to 7.2.
File: catalog/includes/classes/shopping_cart.php
function generate_cart_id($length = 5) {
return tep_create_random_value($length, 'digits');
}
This function generate_cart_id() not working. Oscommerce after updating PHP version 5.6 to 7.2.
File: catalog/includes/classes/shopping_cart.php
function generate_cart_id($length = 5) {
return tep_create_random_value($length, 'digits');
}
Copyright © 2021 Jogjafile Inc.
try this function, we use it for our oscoommerce templates on php 5.4 - 7.4:
}