marianokit / magento-w2p

Automatically exported from code.google.com/p/magento-w2p
0 stars 0 forks source link

New theme edit #189

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
A customer is transitioning from ZP to Mage.

A new custom theme has been installed and needs to be enabled for the ext. 

Details in an email.

Original issue reported on code.google.com by zetapri...@gmail.com on 26 Apr 2010 at 4:49

GoogleCodeExporter commented 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

GoogleCodeExporter commented 8 years ago

Original comment by Anatoly....@gmail.com on 27 Apr 2010 at 5:02

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
Also required ids must be in HTML code of personalization form.

Original comment by Anatoly....@gmail.com on 28 Apr 2010 at 6:09

GoogleCodeExporter commented 8 years ago

Original comment by zetapri...@gmail.com on 30 Apr 2010 at 6:54

GoogleCodeExporter commented 8 years ago

Original comment by zetapri...@gmail.com on 30 Apr 2010 at 6:55

GoogleCodeExporter commented 8 years ago

Original comment by zetapri...@gmail.com on 14 Jul 2010 at 7:54

GoogleCodeExporter commented 8 years ago

Original comment by zetapri...@gmail.com on 13 Dec 2010 at 2:04