Ecommerce software home
Shopping Cart Software Forum for Ecommerce Templates
 
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

Find us on Facebook Follow us on Twitter View our YouTube channel
Search our site
 All Forums
 Technical
 PHP (Unix / Linux / Apache) versions
 Dynamic Title Error with Deleted Products
Author « Topic »  

Marshall
Ecommerce Template Guru

USA
1874 Posts

Posted - 07/21/2021 :  08:58:55  
PHP v7.3.4

I use the following for the dynamic title in the proddetail.php page which works fine
<title><?php
if(!empty($pagetitle)) {print $pagetitle;}
else if(!empty(productname)) {print $productname . ", " . $sectionname;}
?><?php print $TitleTag; ?></title>
However, when a product and its section have been deleted, the following error message appears.
<title><br />
<b>Warning</b>: Use of undefined constant productname - assumed 'productname' (this will throw an Error in a future version of PHP) in <b>[snipped]proddetail.php</b> on line <b>17</b><br />
, | [snipped]</title>
The page itself is displaying the proper text, "Sorry, this product is not currently available." I am sure there is an easy fix, but I am not seeing it. Any help would be appreciated.



Marshall
CENLYT Productions - ms designs
Affordable Web Design
Custom Ecommerce Designs
Responsive Websites
Cenlyt.com

Vince
Administrator

42460 Posts

Posted - 07/21/2021 :  12:07:38  
Hi Marshall
I think this line...
else if(!empty(productname)) {print $productname . ", " . $sectionname;}
...should probably be...
else if(!empty($productname)) {print $productname . ", " . $sectionname;}

Vince

Click Here for Shopping Cart Software
Click Here to sign up for our newsletter
Click Here for the latest updater

Marshall
Ecommerce Template Guru

USA
1874 Posts

Posted - 07/21/2021 :  13:19:51  
That worked. Thanks Vince.

Marshall
CENLYT Productions - ms designs
Affordable Web Design
Custom Ecommerce Designs
Responsive Websites
Cenlyt.com
  « Topic »  
Jump To:
Shopping Cart Software Forum for Ecommerce Templates © 2002-2022 ecommercetemplates.com
This page was generated in 0.03 seconds. Snitz Forums 2000