|
|
[Confirming] Sometimes edit a product in admin again, the manufacturer and taxable dropdown empty 11 Months, 1 Week ago
|
Karma: 2
|
|
Hi Jack,
This is a bug you can only test it by daily use.
In admin:
When you edit a product again, by opening the product editor in the section"Data" sometimes it loses the dropdown data.
Sometimes it is the Manufacture dropdown data or the Tax Class data or both.
This is only by opening an existing product.
I always check the data before saving the data of the product, so if you have a different code, I can test this one for a while and if it doesn't loses data anymore, I can tell it is fixed. This can take some time, but it is important for the customers to find a product on the manufacturer or think the price is low because there is no tax on it.
Regards,
Jonathan
|
|
|
|
Last Edit: 2012/06/15 04:40 By jack.yin.
|
|
|
Re:Bug, Sometimes when you edit a product in admin again, the manufacturer and taxable dropdown empty 11 Months, 1 Week ago
|
Karma: 50
|
|
HI Jonathan,
Do you mean that other data for the product were normal except the data for the combox? I will test this section in the product module once release the v2.0 alpha2 in next week.
Thanks for your valuable report.
Jack Yin
Core Team Member
|
|
|
|
|
|
|
Re:Bug, Sometimes when you edit a product in admin again, the manufacturer and taxable dropdown empty 11 Months, 1 Week ago
|
Karma: 2
|
|
Hi Jack,
The other data is normal, it's only the dropdowns.
regards,
Jonathan
|
|
|
|
|
|
|
Re:Bug, Sometimes when you edit a product in admin again, the manufacturer and taxable dropdown empty 11 Months, 1 Week ago
|
Karma: 50
|
|
Hi jonathan,
Ok. I will try to find out the reason.
Thanks for your report.
Regards
Jack
|
|
|
|
|
|
|
Re:[Pend] Sometimes when you edit a product in admin again, the manufacturer and taxable dropdown empty 11 Months, 1 Week ago
|
Karma: 50
|
Hi Jonathan,
Please add the code snippet as follows:
# Go to admin/includes/jsons/products.php
# Go to line 1037 and add the following code after it:
| Code: |
$data['manufacturers_id'] = (int)$data['manufacturers_id'];
$data['products_tax_class_id'] = (int)$data['products_tax_class_id'];
|
If the issue occur again, please contact me again. Anyway, i will assist you!
Jack Yin
Core Team Member
TomatoCart Free Opensource Shopping Cart based on extjs and codeigniter
To keep updating TomatoCart status in future, Like our Facebook, Google+, LinkedIn page or Follow us on Twitter.
.Facebook: www.facebook.com/pages/TomatoCart/241732152589007
.Google+: plus.google.com/109588253708268031594?prsrc=3
.Linkedin: www.linkedin.com/groups?home=&gid=31...8&trk=anet_ug_hm
.Twitter: twitter.com/tomatocart
|
|
|
|
|
|
|