templaza / templaza-framework

TemPlaza Framework - Wordpress Plugin
GNU General Public License v2.0
2 stars 1 forks source link

Fixed fatal error by adding a check for product existence before call… #20

Open AzizVorrez opened 7 months ago

AzizVorrez commented 7 months ago

Fixes fatal error caused by calling is_type() method on undefined product object. Added a check to ensure the existence of the product object before calling is_type() method in order to prevent the error. This resolves the issue encountered on the WooCommerce cart page.