|
|
|
|
"Sometimes I see that customers get my product not found message because the search engines have indexed the product page
but my product is disabled. Maybe because it is sold out or I just deleted it.
To simply supply the message "Product not found" is both not nice and a missed opportunity as the customer is there
and we like to keep it that way.
Therefore, I thought of the following change in that section of product_info.php.
the logic:
if we cannot find the product we check if it is still in the database and what category it belonged to.
If it is, we display the other products from that category using the product_listing module.
If it is really gone or never existed in the first place we mess a little with the given product_id and display
products with a variation on the number, a desperate move but we have little else to go on.
So now you can change the message to something like :
"We are sorry to inform you that this particular product has been sold out. However, we do have the following similar products available."" |
|
|
|
 |
| For more information, visit the official osCommerce contribution webpage. |
 |
|
|