View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003438 | OXID eShop (all versions) | 1.09. Integrations: Facebook, Trusted Shops, Shop lupe, Econda | public | 2011-12-15 11:53 | 2014-06-12 14:50 |
Reporter | marco_steinhaeuser | Assigned To | |||
Priority | high | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | won't fix | ||
Product Version | 4.5.5 revision 40299 | ||||
Fixed in Version | 4.6.0_beta3 | ||||
Summary | 0003438: facebook features disappear when choosing an attribute | ||||
Description | In Admin all setting in admin are enable except Customer must enable Facebook social plugins -> this is disabled When you go to article in shop - the face like button is present and is working. When you choose an attribute of product the face like button disapear and all facebook addons like comments, facepile dosen't work. | ||||
Additional Information | http://www.oxid-esales.com/forum/showthread.php?t=12477#post75792 | ||||
Tags | |||||
Theme | Azure | ||||
Browser | All | ||||
PHP Version | any | ||||
Database Version | any | ||||
related to | 0003186 | resolved | Linas Kukulskis | option 'Customer must enable Facebook social plugins' should not affect frontend if all facebook functionality is disabled |
|
I Think the fastest way to fix this issue is setting "oxUBase::_blFbWidgetsOn" to true. It seems like oxid forgot a "fallback" when "Customer must enable Facebook social plugins" is disabled or -> "fbwidgetson" never becomes true. A Fix without a core-hack would be imho a oxcmp_* module setting the "fbwidgetson"-OxCookie in the init-method. |
|
fixed with this bug 0003186 in update. Fix needed tpl changes so cant be added to patch |