{{ truncateText(product.Product_Name, 25) }}
Code: {{product.Product_Code}}
MRP: {{product.main_price}}
Cashback: {{ parseFloat(parseFloat(product.main_price) * parseFloat(product.cashback)/100).toFixed(2) }}
Cashback: {{product.cashback_amount}}
Severity: Notice
Message: Trying to get property 'cashback_name' of non-object
Filename: controllers/Website.php
Line Number: 798
Backtrace:
File: /home/bigbuyco/public_html/application/controllers/Website.php
Line: 798
Function: _error_handler
File: /home/bigbuyco/public_html/index.php
Line: 316
Function: require_once
Severity: Notice
Message: Trying to get property 'cashback_name' of non-object
Filename: controllers/Website.php
Line Number: 799
Backtrace:
File: /home/bigbuyco/public_html/application/controllers/Website.php
Line: 799
Function: _error_handler
File: /home/bigbuyco/public_html/index.php
Line: 316
Function: require_once
Cashback: {{ parseFloat(parseFloat(product.main_price) * parseFloat(product.cashback)/100).toFixed(2) }}
Cashback: {{product.cashback_amount}}