cart.php (493B)
1 <?php 2 // Text 3 $_['text_success'] = 'Success: You have modified your shopping cart!'; 4 5 // Error 6 $_['error_permission'] = 'Warning: You do not have permission to access the API!'; 7 $_['error_stock'] = 'Products marked with *** are not available in the desired quantity or not in stock!'; 8 $_['error_minimum'] = 'Minimum order amount for %s is %s!'; 9 $_['error_store'] = 'Product can not be bought from the store you have choosen!'; 10 $_['error_required'] = '%s required!';