yatinmistry / yii-shop

Automatically exported from code.google.com/p/yii-shop
0 stars 0 forks source link

Property "Address.title" is not defined. #14

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. http://site/index.php?r=shop/products/view&id=2
2. Add to shopping Cart
3. http://site/index.php?r=shop/shoppingCart/view
4. Buy this products

What is the expected output? What do you see instead?

CException
Property "Address.title" is not defined.

What version of the product are you using? On what operating system?
r84, CentOS, PHP 5.2.17 (cli)

Please provide any additional information below.

Original issue reported on code.google.com by V.Kopi...@gmail.com on 25 Feb 2012 at 9:39

Attachments:

GoogleCodeExporter commented 9 years ago
After adding the "public $ title;" in Address.php, the error was gone!

Original comment by V.Kopi...@gmail.com on 25 Feb 2012 at 1:24

GoogleCodeExporter commented 9 years ago
Yup the error gone... Thanks

Original comment by murtazan...@gmail.com on 14 Feb 2014 at 11:46