Closed GoogleCodeExporter closed 8 years ago
The theme was originally developed for 1.3. There is a whole bunch of problems
with
this, but we need to resolve it gracefully.
1. Change selectors for HTML outside of our code from class names to IDs.
2. Document this as a requirement to custom theme development.
3. Remove structure dependency for outside of our HTML
Known issues with selectors:
a) Add to card button (display:none)
b) Hidden fields (no manipulation)
c) preview image
d) preview image container (can be a parent, but not immediate one)
We need a detailed wiki page for this.
Original comment by zetapri...@gmail.com
on 27 Apr 2010 at 5:37
Original comment by Anatoly....@gmail.com
on 27 Apr 2010 at 5:02
http://code.google.com/p/magento-w2p/wiki/CustomThemeNative#Custom_theme_require
ments
Original comment by zetapri...@gmail.com
on 28 Apr 2010 at 4:34
Implemented in 1.8.1.0beta7. Please, test it magedev.
To test the changes open file at
http://www.zetaprints.com/magedev/skin/frontend/default/zptheme/js/zp-in-preview
-edit.js
and find ids required by out extension there.
Get list of required ids from
http://code.google.com/p/magento-w2p/wiki/CustomThemeNative#Custom_theme_require
ments.
Original comment by Anatoly....@gmail.com
on 28 Apr 2010 at 6:07
Also required ids must be in HTML code of personalization form.
Original comment by Anatoly....@gmail.com
on 28 Apr 2010 at 6:09
Original comment by zetapri...@gmail.com
on 30 Apr 2010 at 6:54
Original comment by zetapri...@gmail.com
on 30 Apr 2010 at 6:55
Original comment by zetapri...@gmail.com
on 14 Jul 2010 at 7:54
Original comment by zetapri...@gmail.com
on 13 Dec 2010 at 2:04
Original issue reported on code.google.com by
zetapri...@gmail.com
on 26 Apr 2010 at 4:49